Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/elftoolchain/libelf/
HDlibelf_data.c60 case SHT_PREINIT_ARRAY: in _libelf_xlate_shtype()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSectionELF.cpp135 else if (Type == ELF::SHT_PREINIT_ARRAY) in PrintSwitchToSection()
/freebsd-11-stable/contrib/binutils/include/elf/
HDcommon.h339 #define SHT_PREINIT_ARRAY 16 /* Array of ptrs to pre-init funcs */ macro
HDChangeLog-91031081 (SHT_PREINIT_ARRAY): New value for sh_type field.
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDMarkLive.cpp168 case SHT_PREINIT_ARRAY: in isReserved()
HDOutputSections.cpp82 type == SHT_PREINIT_ARRAY || type == SHT_FINI_ARRAY || in canMergeToProgbits()
HDWriter.cpp777 type == SHT_PREINIT_ARRAY) in isRelroSection()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDELFAsmParser.cpp596 Type = ELF::SHT_PREINIT_ARRAY; in ParseSectionArguments()
603 Type = ELF::SHT_PREINIT_ARRAY; in ParseSectionArguments()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDELF.cpp245 STRINGIFY_ENUM_CASE(ELF, SHT_PREINIT_ARRAY); in getELFSectionTypeName()
/freebsd-11-stable/contrib/binutils/gas/config/
HDobj-elf.c597 && 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/
HDelf_common.h405 #define SHT_PREINIT_ARRAY 16 /* Pre-initialization function ptrs. */ macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h830 SHT_PREINIT_ARRAY = 16, // Pointers to pre-init functions. enumerator
/freebsd-11-stable/usr.bin/elfdump/
HDelfdump.c340 case SHT_PREINIT_ARRAY: return "SHT_PREINIT_ARRAY"; in sh_types()
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
HDsections.c903 case SHT_PREINIT_ARRAY: in section_type_alignment()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp468 return ELF::SHT_PREINIT_ARRAY; in getELFSectionType()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp458 ECase(SHT_PREINIT_ARRAY); in enumeration()
/freebsd-11-stable/contrib/elftoolchain/common/
HDelfdefinitions.h1144 _ELF_DEFINE_SHT(SHT_PREINIT_ARRAY, 16, \
/freebsd-11-stable/contrib/elftoolchain/elfdump/
HDelfdump.c410 case SHT_PREINIT_ARRAY: return "SHT_PREINIT_ARRAY"; in sh_types()
/freebsd-11-stable/contrib/binutils/bfd/
HDelf.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()
HDelf32-arm.c10384 { STRING_COMMA_LEN (".preinit_array"), 0, SHT_PREINIT_ARRAY, SHF_ALLOC },
HDelflink.c5680 == SHT_PREINIT_ARRAY) in bfd_elf_size_dynamic_sections()
HDChangeLog-02039986 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
/freebsd-11-stable/contrib/elftoolchain/readelf/
HDreadelf.c787 case SHT_PREINIT_ARRAY: return "PREINIT_ARRAY"; in section_type()
/freebsd-11-stable/contrib/binutils/binutils/
HDreadelf.c2663 case SHT_PREINIT_ARRAY: return "PREINIT_ARRAY"; in get_section_type_name()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp3436 case SHT_PREINIT_ARRAY: in getSectionTypeString()