Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/elftoolchain/libelf/
Dlibelf_data.c60 case SHT_PREINIT_ARRAY: in _libelf_xlate_shtype()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCSectionELF.cpp137 else if (Type == ELF::SHT_PREINIT_ARRAY) in PrintSwitchToSection()
/freebsd-12-stable/contrib/binutils/include/elf/
Dcommon.h339 #define SHT_PREINIT_ARRAY 16 /* Array of ptrs to pre-init funcs */ macro
DChangeLog-91031081 (SHT_PREINIT_ARRAY): New value for sh_type field.
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DMarkLive.cpp174 case SHT_PREINIT_ARRAY: in isReserved()
DOutputSections.cpp87 type == SHT_PREINIT_ARRAY || type == SHT_FINI_ARRAY || in canMergeToProgbits()
DWriter.cpp864 type == SHT_PREINIT_ARRAY) in isRelroSection()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
DELFAsmParser.cpp615 Type = ELF::SHT_PREINIT_ARRAY; in ParseSectionArguments()
622 Type = ELF::SHT_PREINIT_ARRAY; in ParseSectionArguments()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Object/
DELF.cpp271 STRINGIFY_ENUM_CASE(ELF, SHT_PREINIT_ARRAY); in getELFSectionTypeName()
/freebsd-12-stable/contrib/binutils/gas/config/
Dobj-elf.c597 && 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/
Delf_common.h422 #define SHT_PREINIT_ARRAY 16 /* Pre-initialization function ptrs. */ macro
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h923 SHT_PREINIT_ARRAY = 16, // Pointers to pre-init functions. enumerator
/freebsd-12-stable/usr.bin/elfdump/
Delfdump.c350 case SHT_PREINIT_ARRAY: return "SHT_PREINIT_ARRAY"; in sh_types()
/freebsd-12-stable/contrib/elftoolchain/elfcopy/
Dsections.c903 case SHT_PREINIT_ARRAY: in section_type_alignment()
/freebsd-12-stable/contrib/elftoolchain/common/
Delfdefinitions.h1144 _ELF_DEFINE_SHT(SHT_PREINIT_ARRAY, 16, \
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp614 ECase(SHT_PREINIT_ARRAY); in enumeration()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp495 return ELF::SHT_PREINIT_ARRAY; in getELFSectionType()
/freebsd-12-stable/contrib/elftoolchain/elfdump/
Delfdump.c410 case SHT_PREINIT_ARRAY: return "SHT_PREINIT_ARRAY"; in sh_types()
/freebsd-12-stable/contrib/binutils/bfd/
Delf.c1866 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()
Delf32-arm.c10384 { STRING_COMMA_LEN (".preinit_array"), 0, SHT_PREINIT_ARRAY, SHF_ALLOC },
Delflink.c5680 == SHT_PREINIT_ARRAY) in bfd_elf_size_dynamic_sections()
DChangeLog-02039986 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
/freebsd-12-stable/contrib/elftoolchain/readelf/
Dreadelf.c788 case SHT_PREINIT_ARRAY: return "PREINIT_ARRAY"; in section_type()
/freebsd-12-stable/contrib/binutils/binutils/
Dreadelf.c2663 case SHT_PREINIT_ARRAY: return "PREINIT_ARRAY"; in get_section_type_name()