/openbsd/lib/libelf/ |
H A D | libelf_data.c | 44 case SHT_FINI_ARRAY: in _libelf_xlate_shtype()
|
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCSectionELF.cpp | 140 else if (Type == ELF::SHT_FINI_ARRAY) in printSwitchToSection()
|
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | common.h | 325 #define SHT_FINI_ARRAY 15 /* Array of ptrs to finish functions */ macro
|
H A D | ChangeLog-9103 | 1046 (SHT_FINI_ARRAY): New value for sh_type field.
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | MarkLive.cpp | 165 case SHT_FINI_ARRAY: in isReserved()
|
H A D | OutputSections.cpp | 89 type == SHT_PREINIT_ARRAY || type == SHT_FINI_ARRAY || in canMergeToProgbits()
|
H A D | ScriptParser.cpp | 809 ECase(SHT_INIT_ARRAY), ECase(SHT_FINI_ARRAY), ECase(SHT_PREINIT_ARRAY),
|
H A D | Writer.cpp | 785 if (type == SHT_INIT_ARRAY || type == SHT_FINI_ARRAY || in isRelroSection()
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | common.h | 346 #define SHT_FINI_ARRAY 15 /* Array of ptrs to finish functions */ macro
|
H A D | ChangeLog-9103 | 1080 (SHT_FINI_ARRAY): New value for sh_type field.
|
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/ |
H A D | ELFAsmParser.cpp | 632 Type = ELF::SHT_FINI_ARRAY; in ParseSectionArguments() 639 Type = ELF::SHT_FINI_ARRAY; in ParseSectionArguments()
|
/openbsd/gnu/llvm/lld/docs/ELF/ |
H A D | linker_script.rst | 110 SHT_FINI_ARRAY, SHT_PREINIT_ARRAY``.
|
/openbsd/sys/sys/ |
H A D | exec_elf.h | 261 #define SHT_FINI_ARRAY 15 /* pointers to termination functions */ macro
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | obj-elf.c | 591 && ssect->type != SHT_FINI_ARRAY in obj_elf_change_section() 810 return SHT_FINI_ARRAY; in obj_elf_section_type()
|
/openbsd/gnu/llvm/llvm/lib/Object/ |
H A D | ELF.cpp | 291 STRINGIFY_ENUM_CASE(ELF, SHT_FINI_ARRAY); in getELFSectionTypeName()
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1007 SHT_FINI_ARRAY = 15, // Pointers to termination functions. enumerator
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/ |
H A D | TargetLoweringObjectFileImpl.cpp | 530 return ELF::SHT_FINI_ARRAY; in getELFSectionType() 1091 Type = ELF::SHT_FINI_ARRAY; in getStaticStructorSection() 1182 StaticDtorSection = Ctx.getELFSection(".fini_array", ELF::SHT_FINI_ARRAY, in InitializeELF()
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | obj-elf.c | 543 && ssect->type != SHT_FINI_ARRAY in obj_elf_change_section()
|
H A D | tc-ia64.c | 1026 return SHT_FINI_ARRAY;
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elf.c | 1672 case SHT_FINI_ARRAY: /* .fini_array section. */ in bfd_section_from_shdr() 2040 { ".fini_array", 11, 0, SHT_FINI_ARRAY, SHF_ALLOC + SHF_WRITE }, 2414 case SHT_FINI_ARRAY: in elf_fake_sections()
|
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 660 ECase(SHT_FINI_ARRAY); in enumeration()
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elf.c | 1847 case SHT_FINI_ARRAY: /* .fini_array section. */ in bfd_section_from_shdr() 2284 { ".fini_array", 11, 0, SHT_FINI_ARRAY, SHF_ALLOC + SHF_WRITE }, 2771 case SHT_FINI_ARRAY: in elf_fake_sections()
|
H A D | elf32-arm.c | 8325 { ".fini_array", 11, 0, SHT_FINI_ARRAY, SHF_ALLOC },
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | readelf.c | 2914 case SHT_FINI_ARRAY: return "FINI_ARRAY"; in get_section_type_name()
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | readelf.c | 2321 case SHT_FINI_ARRAY: return "FINI_ARRAY"; in get_section_type_name()
|