/freebsd/contrib/elftoolchain/libelf/ |
H A D | libelf_data.c | 54 case SHT_INIT_ARRAY: in _libelf_xlate_shtype()
|
/freebsd/sys/kern/ |
H A D | link_elf_obj.c | 405 case SHT_INIT_ARRAY: in link_elf_link_preload() 491 case SHT_INIT_ARRAY: in link_elf_link_preload() 502 else if (shdr[i].sh_type == SHT_INIT_ARRAY) in link_elf_link_preload() 555 shdr[i].sh_type == SHT_INIT_ARRAY) { in link_elf_link_preload() 843 case SHT_INIT_ARRAY: in link_elf_load_file() 966 case SHT_INIT_ARRAY: in link_elf_load_file() 1045 case SHT_INIT_ARRAY: in link_elf_load_file() 1056 shdr[i].sh_type == SHT_INIT_ARRAY) { in link_elf_load_file()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSectionELF.cpp | 139 if (Type == ELF::SHT_INIT_ARRAY) in printSwitchToSection()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | ELFAsmParser.cpp | 640 Type = ELF::SHT_INIT_ARRAY; in ParseSectionArguments() 651 Type = ELF::SHT_INIT_ARRAY; in ParseSectionArguments()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | MarkLive.cpp | 172 case SHT_INIT_ARRAY: in isReserved()
|
H A D | OutputSections.cpp | 91 return type == SHT_NOBITS || type == SHT_PROGBITS || type == SHT_INIT_ARRAY || in canMergeToProgbits()
|
H A D | ScriptParser.cpp | 869 ECase(SHT_INIT_ARRAY), ECase(SHT_FINI_ARRAY), ECase(SHT_PREINIT_ARRAY),
|
H A D | InputFiles.cpp | 841 case SHT_INIT_ARRAY: in initializeSections()
|
H A D | Writer.cpp | 574 if (type == SHT_INIT_ARRAY || type == SHT_FINI_ARRAY || in isRelroSection()
|
/freebsd/contrib/llvm-project/lld/docs/ELF/ |
H A D | linker_script.rst | 119 an integer or one of ``SHT_PROGBITS, SHT_NOTE, SHT_NOBITS, SHT_INIT_ARRAY,
|
/freebsd/stand/common/ |
H A D | load_elf_obj.c | 256 case SHT_INIT_ARRAY: in __elfN()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 444 #define SHT_INIT_ARRAY 14 /* Initialization function pointers. */ macro
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 517 return ELF::SHT_INIT_ARRAY; in getELFSectionType() 1091 Type = ELF::SHT_INIT_ARRAY; in getStaticStructorSection() 1183 StaticCtorSection = Ctx.getELFSection(".init_array", ELF::SHT_INIT_ARRAY, in InitializeELF()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1079 SHT_INIT_ARRAY = 14, // Pointers to initialization functions. enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 300 STRINGIFY_ENUM_CASE(ELF, SHT_INIT_ARRAY); in getELFSectionTypeName()
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 345 case SHT_INIT_ARRAY: return "SHT_INIT_ARRAY"; in sh_types()
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | sections.c | 902 case SHT_INIT_ARRAY: in section_type_alignment()
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 1140 _ELF_DEFINE_SHT(SHT_INIT_ARRAY, 14, \
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 408 case SHT_INIT_ARRAY: return "SHT_INIT_ARRAY"; in sh_types()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 685 ECase(SHT_INIT_ARRAY); in enumeration()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 797 case SHT_INIT_ARRAY: return "INIT_ARRAY"; in section_type()
|