Home
last modified time | relevance | path

Searched refs:SHT_INIT_ARRAY (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_data.c54 case SHT_INIT_ARRAY: in _libelf_xlate_shtype()
/freebsd/sys/kern/
H A Dlink_elf_obj.c405 case SHT_INIT_ARRAY: in link_elf_link_preload()
491 case SHT_INIT_ARRAY: in link_elf_link_preload()
502 else if (shdr[i].sh_type == SHT_INIT_ARRAY) in link_elf_link_preload()
555 shdr[i].sh_type == SHT_INIT_ARRAY) { in link_elf_link_preload()
843 case SHT_INIT_ARRAY: in link_elf_load_file()
966 case SHT_INIT_ARRAY: in link_elf_load_file()
1045 case SHT_INIT_ARRAY: in link_elf_load_file()
1056 shdr[i].sh_type == SHT_INIT_ARRAY) { in link_elf_load_file()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionELF.cpp139 if (Type == ELF::SHT_INIT_ARRAY) in printSwitchToSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp640 Type = ELF::SHT_INIT_ARRAY; in ParseSectionArguments()
651 Type = ELF::SHT_INIT_ARRAY; in ParseSectionArguments()
/freebsd/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp172 case SHT_INIT_ARRAY: in isReserved()
H A DOutputSections.cpp91 return type == SHT_NOBITS || type == SHT_PROGBITS || type == SHT_INIT_ARRAY || in canMergeToProgbits()
H A DScriptParser.cpp869 ECase(SHT_INIT_ARRAY), ECase(SHT_FINI_ARRAY), ECase(SHT_PREINIT_ARRAY),
H A DInputFiles.cpp841 case SHT_INIT_ARRAY: in initializeSections()
H A DWriter.cpp574 if (type == SHT_INIT_ARRAY || type == SHT_FINI_ARRAY || in isRelroSection()
/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dlinker_script.rst119 an integer or one of ``SHT_PROGBITS, SHT_NOTE, SHT_NOBITS, SHT_INIT_ARRAY,
/freebsd/stand/common/
H A Dload_elf_obj.c256 case SHT_INIT_ARRAY: in __elfN()
/freebsd/sys/sys/
H A Delf_common.h444 #define SHT_INIT_ARRAY 14 /* Initialization function pointers. */ macro
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp517 return ELF::SHT_INIT_ARRAY; in getELFSectionType()
1091 Type = ELF::SHT_INIT_ARRAY; in getStaticStructorSection()
1183 StaticCtorSection = Ctx.getELFSection(".init_array", ELF::SHT_INIT_ARRAY, in InitializeELF()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1079 SHT_INIT_ARRAY = 14, // Pointers to initialization functions. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp300 STRINGIFY_ENUM_CASE(ELF, SHT_INIT_ARRAY); in getELFSectionTypeName()
/freebsd/usr.bin/elfdump/
H A Delfdump.c345 case SHT_INIT_ARRAY: return "SHT_INIT_ARRAY"; in sh_types()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsections.c902 case SHT_INIT_ARRAY: in section_type_alignment()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1140 _ELF_DEFINE_SHT(SHT_INIT_ARRAY, 14, \
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c408 case SHT_INIT_ARRAY: return "SHT_INIT_ARRAY"; in sh_types()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp685 ECase(SHT_INIT_ARRAY); in enumeration()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c797 case SHT_INIT_ARRAY: return "INIT_ARRAY"; in section_type()