Searched refs:SHT_PREINIT_ARRAY (Results 1 – 24 of 24) sorted by relevance
| /freebsd-12-stable/contrib/elftoolchain/libelf/ |
| D | libelf_data.c | 60 case SHT_PREINIT_ARRAY: in _libelf_xlate_shtype()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/ |
| D | MCSectionELF.cpp | 137 else if (Type == ELF::SHT_PREINIT_ARRAY) in PrintSwitchToSection()
|
| /freebsd-12-stable/contrib/binutils/include/elf/ |
| D | common.h | 339 #define SHT_PREINIT_ARRAY 16 /* Array of ptrs to pre-init funcs */ macro
|
| D | ChangeLog-9103 | 1081 (SHT_PREINIT_ARRAY): New value for sh_type field.
|
| /freebsd-12-stable/contrib/llvm-project/lld/ELF/ |
| D | MarkLive.cpp | 174 case SHT_PREINIT_ARRAY: in isReserved()
|
| D | OutputSections.cpp | 87 type == SHT_PREINIT_ARRAY || type == SHT_FINI_ARRAY || in canMergeToProgbits()
|
| D | Writer.cpp | 864 type == SHT_PREINIT_ARRAY) in isRelroSection()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| D | ELFAsmParser.cpp | 615 Type = ELF::SHT_PREINIT_ARRAY; in ParseSectionArguments() 622 Type = ELF::SHT_PREINIT_ARRAY; in ParseSectionArguments()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/ |
| D | ELF.cpp | 271 STRINGIFY_ENUM_CASE(ELF, SHT_PREINIT_ARRAY); in getELFSectionTypeName()
|
| /freebsd-12-stable/contrib/binutils/gas/config/ |
| D | 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-12-stable/sys/sys/ |
| D | elf_common.h | 422 #define SHT_PREINIT_ARRAY 16 /* Pre-initialization function ptrs. */ macro
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| D | ELF.h | 923 SHT_PREINIT_ARRAY = 16, // Pointers to pre-init functions. enumerator
|
| /freebsd-12-stable/usr.bin/elfdump/ |
| D | elfdump.c | 350 case SHT_PREINIT_ARRAY: return "SHT_PREINIT_ARRAY"; in sh_types()
|
| /freebsd-12-stable/contrib/elftoolchain/elfcopy/ |
| D | sections.c | 903 case SHT_PREINIT_ARRAY: in section_type_alignment()
|
| /freebsd-12-stable/contrib/elftoolchain/common/ |
| D | elfdefinitions.h | 1144 _ELF_DEFINE_SHT(SHT_PREINIT_ARRAY, 16, \
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| D | ELFYAML.cpp | 614 ECase(SHT_PREINIT_ARRAY); in enumeration()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| D | TargetLoweringObjectFileImpl.cpp | 495 return ELF::SHT_PREINIT_ARRAY; in getELFSectionType()
|
| /freebsd-12-stable/contrib/elftoolchain/elfdump/ |
| D | elfdump.c | 410 case SHT_PREINIT_ARRAY: return "SHT_PREINIT_ARRAY"; in sh_types()
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | 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()
|
| D | elf32-arm.c | 10384 { STRING_COMMA_LEN (".preinit_array"), 0, SHT_PREINIT_ARRAY, SHF_ALLOC },
|
| D | elflink.c | 5680 == SHT_PREINIT_ARRAY) in bfd_elf_size_dynamic_sections()
|
| D | ChangeLog-0203 | 9986 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
|
| /freebsd-12-stable/contrib/elftoolchain/readelf/ |
| D | readelf.c | 788 case SHT_PREINIT_ARRAY: return "PREINIT_ARRAY"; in section_type()
|
| /freebsd-12-stable/contrib/binutils/binutils/ |
| D | readelf.c | 2663 case SHT_PREINIT_ARRAY: return "PREINIT_ARRAY"; in get_section_type_name()
|