Home
last modified time | relevance | path

Searched refs:SHT_PREINIT_ARRAY (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_data.c60 case SHT_PREINIT_ARRAY: in _libelf_xlate_shtype()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionELF.cpp145 else if (Type == ELF::SHT_PREINIT_ARRAY) in printSwitchToSection()
/freebsd/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp167 case SHT_PREINIT_ARRAY: in isReserved()
H A DOutputSections.cpp91 type == SHT_PREINIT_ARRAY || type == SHT_FINI_ARRAY || in canMergeToProgbits()
H A DScriptParser.cpp828 ECase(SHT_INIT_ARRAY), ECase(SHT_FINI_ARRAY), ECase(SHT_PREINIT_ARRAY),
H A DWriter.cpp861 type == SHT_PREINIT_ARRAY) in isRelroSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp648 Type = ELF::SHT_PREINIT_ARRAY; in ParseSectionArguments()
655 Type = ELF::SHT_PREINIT_ARRAY; in ParseSectionArguments()
/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dlinker_script.rst120 SHT_FINI_ARRAY, SHT_PREINIT_ARRAY``.
/freebsd/sys/sys/
H A Delf_common.h426 #define SHT_PREINIT_ARRAY 16 /* Pre-initialization function ptrs. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1063 SHT_PREINIT_ARRAY = 16, // Pointers to pre-init functions. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp299 STRINGIFY_ENUM_CASE(ELF, SHT_PREINIT_ARRAY); in getELFSectionTypeName()
/freebsd/usr.bin/elfdump/
H A Delfdump.c347 case SHT_PREINIT_ARRAY: return "SHT_PREINIT_ARRAY"; in sh_types()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsections.c903 case SHT_PREINIT_ARRAY: in section_type_alignment()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1144 _ELF_DEFINE_SHT(SHT_PREINIT_ARRAY, 16, \
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c410 case SHT_PREINIT_ARRAY: return "SHT_PREINIT_ARRAY"; in sh_types()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp671 ECase(SHT_PREINIT_ARRAY); in enumeration()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp524 return ELF::SHT_PREINIT_ARRAY; in getELFSectionType()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c799 case SHT_PREINIT_ARRAY: return "PREINIT_ARRAY"; in section_type()