Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libelf/
Dlibelf_data.c43 case SHT_FINI_ARRAY: in _libelf_xlate_shtype()
/freebsd-9-stable/contrib/llvm/lib/MC/
DMCSectionELF.cpp126 else if (Type == ELF::SHT_FINI_ARRAY) in PrintSwitchToSection()
DELFObjectWriter.cpp1346 case ELF::SHT_FINI_ARRAY: in WriteSection()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp163 return ELF::SHT_FINI_ARRAY; in getELFSectionType()
375 return getContext().getELFSection(Name, ELF::SHT_FINI_ARRAY, in getStaticDtorSection()
398 getContext().getELFSection(".fini_array", ELF::SHT_FINI_ARRAY, in InitializeELF()
/freebsd-9-stable/contrib/llvm/lib/MC/MCParser/
DELFAsmParser.cpp452 Type = ELF::SHT_FINI_ARRAY; in ParseSectionArguments()
459 Type = ELF::SHT_FINI_ARRAY; in ParseSectionArguments()
/freebsd-9-stable/contrib/binutils/include/elf/
Dcommon.h338 #define SHT_FINI_ARRAY 15 /* Array of ptrs to finish functions */ macro
DChangeLog-91031080 (SHT_FINI_ARRAY): New value for sh_type field.
/freebsd-9-stable/contrib/llvm/lib/Object/
DELFYAML.cpp257 ECase(SHT_FINI_ARRAY) in enumeration()
/freebsd-9-stable/sys/sys/
Delf_common.h273 #define SHT_FINI_ARRAY 15 /* Termination function pointers. */ macro
/freebsd-9-stable/lib/libdwarf/
Ddwarf_dump.c63 case SHT_FINI_ARRAY: in get_sht_desc()
/freebsd-9-stable/contrib/binutils/gas/config/
Dobj-elf.c596 && ssect->type != SHT_FINI_ARRAY in obj_elf_change_section()
820 return SHT_FINI_ARRAY; in obj_elf_section_type()
/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DELF.h1235 SHT_FINI_ARRAY = 15, // Pointers to termination functions. in LLVM_ENUM_INT_TYPE()
/freebsd-9-stable/contrib/llvm/tools/llvm-readobj/
DELFDumper.cpp364 LLVM_READOBJ_ENUM_CASE(ELF, SHT_FINI_ARRAY ); in getElfSectionType()
/freebsd-9-stable/contrib/binutils/bfd/
Delf.c1865 case SHT_FINI_ARRAY: /* .fini_array section. */ in bfd_section_from_shdr()
2350 { STRING_COMMA_LEN (".fini_array"), 0, SHT_FINI_ARRAY, SHF_ALLOC + SHF_WRITE },
2823 case SHT_FINI_ARRAY: in elf_fake_sections()
Delf32-arm.c10348 { STRING_COMMA_LEN (".fini_array"), 0, SHT_FINI_ARRAY, SHF_ALLOC },
DChangeLog-02039986 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
/freebsd-9-stable/contrib/binutils/binutils/
Dreadelf.c2662 case SHT_FINI_ARRAY: return "FINI_ARRAY"; in get_section_type_name()
/freebsd-9-stable/contrib/binutils/gas/
DChangeLog-02037410 (SHT_FINI_ARRAY): New elf special section used by HP-UX.
7419 SHT_FINI_ARRAY elf section types.