| /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 | 406 case SHT_INIT_ARRAY: in link_elf_link_preload() 492 case SHT_INIT_ARRAY: in link_elf_link_preload() 504 else if (shdr[i].sh_type == SHT_INIT_ARRAY) in link_elf_link_preload() 557 shdr[i].sh_type == SHT_INIT_ARRAY) { in link_elf_link_preload() 845 case SHT_INIT_ARRAY: in link_elf_load_file() 968 case SHT_INIT_ARRAY: in link_elf_load_file() 1047 case SHT_INIT_ARRAY: in link_elf_load_file() 1058 shdr[i].sh_type == SHT_INIT_ARRAY) { in link_elf_load_file()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSectionELF.cpp | 143 if (Type == ELF::SHT_INIT_ARRAY) in printSwitchToSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 597 Type = ELF::SHT_INIT_ARRAY; in parseSectionArguments() 608 Type = ELF::SHT_INIT_ARRAY; in parseSectionArguments()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | MarkLive.cpp | 212 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 | 914 ECase(SHT_INIT_ARRAY), ECase(SHT_FINI_ARRAY), ECase(SHT_PREINIT_ARRAY),
|
| H A D | InputFiles.cpp | 806 case SHT_INIT_ARRAY: in initializeSections()
|
| H A D | Writer.cpp | 592 if (type == SHT_INIT_ARRAY || type == SHT_FINI_ARRAY || in isRelroSection()
|
| /freebsd/stand/common/ |
| H A D | load_elf_obj.c | 257 case SHT_INIT_ARRAY: in __elfN()
|
| /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/sys/sys/ |
| H A D | elf_common.h | 445 #define SHT_INIT_ARRAY 14 /* Initialization function pointers. */ macro
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 510 return ELF::SHT_INIT_ARRAY; in getELFSectionType() 1154 Type = ELF::SHT_INIT_ARRAY; in getStaticStructorSection() 1254 StaticCtorSection = Ctx.getELFSection(".init_array", ELF::SHT_INIT_ARRAY, in InitializeELF()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 1153 SHT_INIT_ARRAY = 14, // Pointers to initialization functions. enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELF.cpp | 302 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 | 705 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()
|