| /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 | 407 case SHT_FINI_ARRAY: in link_elf_link_preload() 493 case SHT_FINI_ARRAY: in link_elf_link_preload() 506 else if (shdr[i].sh_type == SHT_FINI_ARRAY) in link_elf_link_preload() 568 shdr[i].sh_type == SHT_FINI_ARRAY) { in link_elf_link_preload() 846 case SHT_FINI_ARRAY: in link_elf_load_file() 969 case SHT_FINI_ARRAY: in link_elf_load_file() 1048 case SHT_FINI_ARRAY: in link_elf_load_file() 1071 shdr[i].sh_type == SHT_FINI_ARRAY) { in link_elf_load_file()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSectionELF.cpp | 145 else if (Type == ELF::SHT_FINI_ARRAY) in printSwitchToSection()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | ELFAsmParser.cpp | 603 Type = ELF::SHT_FINI_ARRAY; in parseSectionArguments() 610 Type = ELF::SHT_FINI_ARRAY; in parseSectionArguments()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | MarkLive.cpp | 211 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 | 914 ECase(SHT_INIT_ARRAY), ECase(SHT_FINI_ARRAY), ECase(SHT_PREINIT_ARRAY),
|
| H A D | InputFiles.cpp | 807 case SHT_FINI_ARRAY: in initializeSections()
|
| H A D | Writer.cpp | 592 if (type == SHT_INIT_ARRAY || type == SHT_FINI_ARRAY || in isRelroSection()
|
| /freebsd/stand/common/ |
| H A D | load_elf_obj.c | 258 case SHT_FINI_ARRAY: in __elfN()
|
| /freebsd/contrib/llvm-project/lld/docs/ELF/ |
| H A D | linker_script.rst | 120 SHT_FINI_ARRAY, SHT_PREINIT_ARRAY``.
|
| /freebsd/sys/sys/ |
| H A D | elf_common.h | 446 #define SHT_FINI_ARRAY 15 /* Termination function pointers. */ macro
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 513 return ELF::SHT_FINI_ARRAY; in getELFSectionType() 1157 Type = ELF::SHT_FINI_ARRAY; in getStaticStructorSection() 1256 StaticDtorSection = Ctx.getELFSection(".fini_array", ELF::SHT_FINI_ARRAY, in InitializeELF()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 1154 SHT_FINI_ARRAY = 15, // Pointers to termination functions. enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELF.cpp | 303 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 | 706 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()
|