Home
last modified time | relevance | path

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

12

/openbsd/lib/libelf/
H A Dlibelf_data.c44 case SHT_FINI_ARRAY: in _libelf_xlate_shtype()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCSectionELF.cpp140 else if (Type == ELF::SHT_FINI_ARRAY) in printSwitchToSection()
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Dcommon.h325 #define SHT_FINI_ARRAY 15 /* Array of ptrs to finish functions */ macro
H A DChangeLog-91031046 (SHT_FINI_ARRAY): New value for sh_type field.
/openbsd/gnu/llvm/lld/ELF/
H A DMarkLive.cpp165 case SHT_FINI_ARRAY: in isReserved()
H A DOutputSections.cpp89 type == SHT_PREINIT_ARRAY || type == SHT_FINI_ARRAY || in canMergeToProgbits()
H A DScriptParser.cpp809 ECase(SHT_INIT_ARRAY), ECase(SHT_FINI_ARRAY), ECase(SHT_PREINIT_ARRAY),
H A DWriter.cpp785 if (type == SHT_INIT_ARRAY || type == SHT_FINI_ARRAY || in isRelroSection()
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Dcommon.h346 #define SHT_FINI_ARRAY 15 /* Array of ptrs to finish functions */ macro
H A DChangeLog-91031080 (SHT_FINI_ARRAY): New value for sh_type field.
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp632 Type = ELF::SHT_FINI_ARRAY; in ParseSectionArguments()
639 Type = ELF::SHT_FINI_ARRAY; in ParseSectionArguments()
/openbsd/gnu/llvm/lld/docs/ELF/
H A Dlinker_script.rst110 SHT_FINI_ARRAY, SHT_PREINIT_ARRAY``.
/openbsd/sys/sys/
H A Dexec_elf.h263 #define SHT_FINI_ARRAY 15 /* pointers to termination functions */ macro
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dobj-elf.c591 && 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 DELF.cpp291 STRINGIFY_ENUM_CASE(ELF, SHT_FINI_ARRAY); in getELFSectionTypeName()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h1007 SHT_FINI_ARRAY = 15, // Pointers to termination functions. enumerator
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp530 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 Dobj-elf.c543 && ssect->type != SHT_FINI_ARRAY in obj_elf_change_section()
H A Dtc-ia64.c1026 return SHT_FINI_ARRAY;
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf.c1672 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 DELFYAML.cpp660 ECase(SHT_FINI_ARRAY); in enumeration()
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf.c1847 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 Delf32-arm.c8325 { ".fini_array", 11, 0, SHT_FINI_ARRAY, SHF_ALLOC },
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c2914 case SHT_FINI_ARRAY: return "FINI_ARRAY"; in get_section_type_name()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c2321 case SHT_FINI_ARRAY: return "FINI_ARRAY"; in get_section_type_name()

12