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.c406 case SHT_INIT_ARRAY: in link_elf_link_preload()
492 case SHT_INIT_ARRAY: in link_elf_link_preload()
504 else if (shdr[i].sh_type == SHT_INIT_ARRAY) in link_elf_link_preload()
557 shdr[i].sh_type == SHT_INIT_ARRAY) { in link_elf_link_preload()
845 case SHT_INIT_ARRAY: in link_elf_load_file()
968 case SHT_INIT_ARRAY: in link_elf_load_file()
1047 case SHT_INIT_ARRAY: in link_elf_load_file()
1058 shdr[i].sh_type == SHT_INIT_ARRAY) { in link_elf_load_file()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionELF.cpp143 if (Type == ELF::SHT_INIT_ARRAY) in printSwitchToSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp597 Type = ELF::SHT_INIT_ARRAY; in parseSectionArguments()
608 Type = ELF::SHT_INIT_ARRAY; in parseSectionArguments()
/freebsd/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp212 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.cpp914 ECase(SHT_INIT_ARRAY), ECase(SHT_FINI_ARRAY), ECase(SHT_PREINIT_ARRAY),
H A DInputFiles.cpp806 case SHT_INIT_ARRAY: in initializeSections()
H A DWriter.cpp592 if (type == SHT_INIT_ARRAY || type == SHT_FINI_ARRAY || in isRelroSection()
/freebsd/stand/common/
H A Dload_elf_obj.c257 case SHT_INIT_ARRAY: in __elfN()
/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/sys/sys/
H A Delf_common.h445 #define SHT_INIT_ARRAY 14 /* Initialization function pointers. */ macro
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp510 return ELF::SHT_INIT_ARRAY; in getELFSectionType()
1154 Type = ELF::SHT_INIT_ARRAY; in getStaticStructorSection()
1254 StaticCtorSection = Ctx.getELFSection(".init_array", ELF::SHT_INIT_ARRAY, in InitializeELF()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1153 SHT_INIT_ARRAY = 14, // Pointers to initialization functions. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp302 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.cpp705 ECase(SHT_INIT_ARRAY); in enumeration()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c797 case SHT_INIT_ARRAY: return "INIT_ARRAY"; in section_type()