| /freebsd-11-stable/contrib/elftoolchain/libelf/ |
| HD | libelf_data.c | 60 case SHT_PREINIT_ARRAY: in _libelf_xlate_shtype()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/ |
| HD | MCSectionELF.cpp | 135 else if (Type == ELF::SHT_PREINIT_ARRAY) in PrintSwitchToSection()
|
| /freebsd-11-stable/contrib/binutils/include/elf/ |
| HD | common.h | 339 #define SHT_PREINIT_ARRAY 16 /* Array of ptrs to pre-init funcs */ macro
|
| HD | ChangeLog-9103 | 1081 (SHT_PREINIT_ARRAY): New value for sh_type field.
|
| /freebsd-11-stable/contrib/llvm-project/lld/ELF/ |
| HD | MarkLive.cpp | 168 case SHT_PREINIT_ARRAY: in isReserved()
|
| HD | OutputSections.cpp | 82 type == SHT_PREINIT_ARRAY || type == SHT_FINI_ARRAY || in canMergeToProgbits()
|
| HD | Writer.cpp | 777 type == SHT_PREINIT_ARRAY) in isRelroSection()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| HD | ELFAsmParser.cpp | 596 Type = ELF::SHT_PREINIT_ARRAY; in ParseSectionArguments() 603 Type = ELF::SHT_PREINIT_ARRAY; in ParseSectionArguments()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/ |
| HD | ELF.cpp | 245 STRINGIFY_ENUM_CASE(ELF, SHT_PREINIT_ARRAY); in getELFSectionTypeName()
|
| /freebsd-11-stable/contrib/binutils/gas/config/ |
| HD | obj-elf.c | 597 && ssect->type != SHT_PREINIT_ARRAY) in obj_elf_change_section() 822 return SHT_PREINIT_ARRAY; in obj_elf_section_type()
|
| /freebsd-11-stable/sys/sys/ |
| HD | elf_common.h | 405 #define SHT_PREINIT_ARRAY 16 /* Pre-initialization function ptrs. */ macro
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| HD | ELF.h | 830 SHT_PREINIT_ARRAY = 16, // Pointers to pre-init functions. enumerator
|
| /freebsd-11-stable/usr.bin/elfdump/ |
| HD | elfdump.c | 340 case SHT_PREINIT_ARRAY: return "SHT_PREINIT_ARRAY"; in sh_types()
|
| /freebsd-11-stable/contrib/elftoolchain/elfcopy/ |
| HD | sections.c | 903 case SHT_PREINIT_ARRAY: in section_type_alignment()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | TargetLoweringObjectFileImpl.cpp | 468 return ELF::SHT_PREINIT_ARRAY; in getELFSectionType()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| HD | ELFYAML.cpp | 458 ECase(SHT_PREINIT_ARRAY); in enumeration()
|
| /freebsd-11-stable/contrib/elftoolchain/common/ |
| HD | elfdefinitions.h | 1144 _ELF_DEFINE_SHT(SHT_PREINIT_ARRAY, 16, \
|
| /freebsd-11-stable/contrib/elftoolchain/elfdump/ |
| HD | elfdump.c | 410 case SHT_PREINIT_ARRAY: return "SHT_PREINIT_ARRAY"; in sh_types()
|
| /freebsd-11-stable/contrib/binutils/bfd/ |
| HD | elf.c | 1866 case SHT_PREINIT_ARRAY: /* .preinit_array section. */ in bfd_section_from_shdr() 2396 { STRING_COMMA_LEN (".preinit_array"), 0, SHT_PREINIT_ARRAY, SHF_ALLOC + SHF_WRITE }, 2824 case SHT_PREINIT_ARRAY: in elf_fake_sections()
|
| HD | elf32-arm.c | 10384 { STRING_COMMA_LEN (".preinit_array"), 0, SHT_PREINIT_ARRAY, SHF_ALLOC },
|
| HD | elflink.c | 5680 == SHT_PREINIT_ARRAY) in bfd_elf_size_dynamic_sections()
|
| HD | ChangeLog-0203 | 9986 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
|
| /freebsd-11-stable/contrib/elftoolchain/readelf/ |
| HD | readelf.c | 787 case SHT_PREINIT_ARRAY: return "PREINIT_ARRAY"; in section_type()
|
| /freebsd-11-stable/contrib/binutils/binutils/ |
| HD | readelf.c | 2663 case SHT_PREINIT_ARRAY: return "PREINIT_ARRAY"; in get_section_type_name()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| HD | ELFDumper.cpp | 3436 case SHT_PREINIT_ARRAY: in getSectionTypeString()
|