Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_data.c44 case SHT_FINI_ARRAY: in _libelf_xlate_shtype()
/freebsd/sys/kern/
H A Dlink_elf_obj.c406 case SHT_FINI_ARRAY: in link_elf_link_preload()
492 case SHT_FINI_ARRAY: in link_elf_link_preload()
504 else if (shdr[i].sh_type == SHT_FINI_ARRAY) in link_elf_link_preload()
566 shdr[i].sh_type == SHT_FINI_ARRAY) { in link_elf_link_preload()
844 case SHT_FINI_ARRAY: in link_elf_load_file()
967 case SHT_FINI_ARRAY: in link_elf_load_file()
1046 case SHT_FINI_ARRAY: in link_elf_load_file()
1069 shdr[i].sh_type == SHT_FINI_ARRAY) { in link_elf_load_file()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionELF.cpp141 else if (Type == ELF::SHT_FINI_ARRAY) in printSwitchToSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp646 Type = ELF::SHT_FINI_ARRAY; in ParseSectionArguments()
653 Type = ELF::SHT_FINI_ARRAY; in ParseSectionArguments()
/freebsd/contrib/llvm-project/lld/ELF/
H A DMarkLive.cpp171 case SHT_FINI_ARRAY: in isReserved()
H A DOutputSections.cpp92 type == SHT_PREINIT_ARRAY || type == SHT_FINI_ARRAY || in canMergeToProgbits()
H A DScriptParser.cpp869 ECase(SHT_INIT_ARRAY), ECase(SHT_FINI_ARRAY), ECase(SHT_PREINIT_ARRAY),
H A DInputFiles.cpp842 case SHT_FINI_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.rst120 SHT_FINI_ARRAY, SHT_PREINIT_ARRAY``.
/freebsd/stand/common/
H A Dload_elf_obj.c263 case SHT_FINI_ARRAY: in __elfN()
/freebsd/sys/sys/
H A Delf_common.h445 #define SHT_FINI_ARRAY 15 /* Termination function pointers. */ macro
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp520 return ELF::SHT_FINI_ARRAY; in getELFSectionType()
1094 Type = ELF::SHT_FINI_ARRAY; in getStaticStructorSection()
1185 StaticDtorSection = Ctx.getELFSection(".fini_array", ELF::SHT_FINI_ARRAY, in InitializeELF()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1080 SHT_FINI_ARRAY = 15, // Pointers to termination functions. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp301 STRINGIFY_ENUM_CASE(ELF, SHT_FINI_ARRAY); in getELFSectionTypeName()
/freebsd/usr.bin/elfdump/
H A Delfdump.c346 case SHT_FINI_ARRAY: return "SHT_FINI_ARRAY"; in sh_types()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dsections.c900 case SHT_FINI_ARRAY: in section_type_alignment()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1142 _ELF_DEFINE_SHT(SHT_FINI_ARRAY, 15, \
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c409 case SHT_FINI_ARRAY: return "SHT_FINI_ARRAY"; in sh_types()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp686 ECase(SHT_FINI_ARRAY); in enumeration()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c798 case SHT_FINI_ARRAY: return "FINI_ARRAY"; in section_type()