/freebsd/contrib/elftoolchain/libelf/ |
H A D | libelf_data.c | 44 case SHT_FINI_ARRAY: in _libelf_xlate_shtype()
|
/freebsd/sys/kern/ |
H A D | link_elf_obj.c | 406 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 D | MCSectionELF.cpp | 141 else if (Type == ELF::SHT_FINI_ARRAY) in printSwitchToSection()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | ELFAsmParser.cpp | 646 Type = ELF::SHT_FINI_ARRAY; in ParseSectionArguments() 653 Type = ELF::SHT_FINI_ARRAY; in ParseSectionArguments()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | MarkLive.cpp | 171 case SHT_FINI_ARRAY: in isReserved()
|
H A D | OutputSections.cpp | 92 type == SHT_PREINIT_ARRAY || type == SHT_FINI_ARRAY || in canMergeToProgbits()
|
H A D | ScriptParser.cpp | 869 ECase(SHT_INIT_ARRAY), ECase(SHT_FINI_ARRAY), ECase(SHT_PREINIT_ARRAY),
|
H A D | InputFiles.cpp | 842 case SHT_FINI_ARRAY: in initializeSections()
|
H A D | Writer.cpp | 574 if (type == SHT_INIT_ARRAY || type == SHT_FINI_ARRAY || in isRelroSection()
|
/freebsd/contrib/llvm-project/lld/docs/ELF/ |
H A D | linker_script.rst | 120 SHT_FINI_ARRAY, SHT_PREINIT_ARRAY``.
|
/freebsd/stand/common/ |
H A D | load_elf_obj.c | 263 case SHT_FINI_ARRAY: in __elfN()
|
/freebsd/sys/sys/ |
H A D | elf_common.h | 445 #define SHT_FINI_ARRAY 15 /* Termination function pointers. */ macro
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 520 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 D | ELF.h | 1080 SHT_FINI_ARRAY = 15, // Pointers to termination functions. enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 301 STRINGIFY_ENUM_CASE(ELF, SHT_FINI_ARRAY); in getELFSectionTypeName()
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 346 case SHT_FINI_ARRAY: return "SHT_FINI_ARRAY"; in sh_types()
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | sections.c | 900 case SHT_FINI_ARRAY: in section_type_alignment()
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 1142 _ELF_DEFINE_SHT(SHT_FINI_ARRAY, 15, \
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 409 case SHT_FINI_ARRAY: return "SHT_FINI_ARRAY"; in sh_types()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 686 ECase(SHT_FINI_ARRAY); in enumeration()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 798 case SHT_FINI_ARRAY: return "FINI_ARRAY"; in section_type()
|