Home
last modified time | relevance | path

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

/NextBSD/contrib/elftoolchain/libelf/
HDlibelf_data.c60 case SHT_PREINIT_ARRAY: in _libelf_xlate_shtype()
/NextBSD/contrib/llvm/lib/MC/
HDMCSectionELF.cpp133 else if (Type == ELF::SHT_PREINIT_ARRAY) in PrintSwitchToSection()
/NextBSD/contrib/llvm/lib/MC/MCParser/
HDELFAsmParser.cpp500 Type = ELF::SHT_PREINIT_ARRAY; in ParseSectionArguments()
507 Type = ELF::SHT_PREINIT_ARRAY; in ParseSectionArguments()
/NextBSD/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.
/NextBSD/sys/sys/
HDelf_common.h392 #define SHT_PREINIT_ARRAY 16 /* Pre-initialization function ptrs. */ macro
/NextBSD/contrib/llvm/include/llvm/Support/
HDELF.h628 SHT_PREINIT_ARRAY = 16, // Pointers to pre-init functions. enumerator
/NextBSD/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()
/NextBSD/contrib/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp159 return ELF::SHT_PREINIT_ARRAY; in getELFSectionType()
/NextBSD/contrib/llvm/lib/Object/
HDELFYAML.cpp346 ECase(SHT_PREINIT_ARRAY) in enumeration()
/NextBSD/usr.bin/elfdump/
HDelfdump.c337 case SHT_PREINIT_ARRAY: return "SHT_PREINIT_ARRAY"; in sh_types()
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDELFDumper.cpp450 LLVM_READOBJ_ENUM_CASE(ELF, SHT_PREINIT_ARRAY ); in getElfSectionType()
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h1083 _ELF_DEFINE_SHT(SHT_PREINIT_ARRAY, 16, \
/NextBSD/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.c10394 { 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.
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c718 case SHT_PREINIT_ARRAY: return "PREINIT_ARRAY"; in section_type()
/NextBSD/contrib/binutils/binutils/
HDreadelf.c2663 case SHT_PREINIT_ARRAY: return "PREINIT_ARRAY"; in get_section_type_name()