Searched refs:SHT_FINI_ARRAY (Results 1 – 18 of 18) sorted by relevance
| /freebsd-9-stable/lib/libelf/ |
| D | libelf_data.c | 43 case SHT_FINI_ARRAY: in _libelf_xlate_shtype()
|
| /freebsd-9-stable/contrib/llvm/lib/MC/ |
| D | MCSectionELF.cpp | 126 else if (Type == ELF::SHT_FINI_ARRAY) in PrintSwitchToSection()
|
| D | ELFObjectWriter.cpp | 1346 case ELF::SHT_FINI_ARRAY: in WriteSection()
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/ |
| D | TargetLoweringObjectFileImpl.cpp | 163 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/ |
| D | ELFAsmParser.cpp | 452 Type = ELF::SHT_FINI_ARRAY; in ParseSectionArguments() 459 Type = ELF::SHT_FINI_ARRAY; in ParseSectionArguments()
|
| /freebsd-9-stable/contrib/binutils/include/elf/ |
| D | common.h | 338 #define SHT_FINI_ARRAY 15 /* Array of ptrs to finish functions */ macro
|
| D | ChangeLog-9103 | 1080 (SHT_FINI_ARRAY): New value for sh_type field.
|
| /freebsd-9-stable/contrib/llvm/lib/Object/ |
| D | ELFYAML.cpp | 257 ECase(SHT_FINI_ARRAY) in enumeration()
|
| /freebsd-9-stable/sys/sys/ |
| D | elf_common.h | 273 #define SHT_FINI_ARRAY 15 /* Termination function pointers. */ macro
|
| /freebsd-9-stable/lib/libdwarf/ |
| D | dwarf_dump.c | 63 case SHT_FINI_ARRAY: in get_sht_desc()
|
| /freebsd-9-stable/contrib/binutils/gas/config/ |
| D | obj-elf.c | 596 && 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/ |
| D | ELF.h | 1235 SHT_FINI_ARRAY = 15, // Pointers to termination functions. in LLVM_ENUM_INT_TYPE()
|
| /freebsd-9-stable/contrib/llvm/tools/llvm-readobj/ |
| D | ELFDumper.cpp | 364 LLVM_READOBJ_ENUM_CASE(ELF, SHT_FINI_ARRAY ); in getElfSectionType()
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | elf.c | 1865 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()
|
| D | elf32-arm.c | 10348 { STRING_COMMA_LEN (".fini_array"), 0, SHT_FINI_ARRAY, SHF_ALLOC },
|
| D | ChangeLog-0203 | 9986 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
|
| /freebsd-9-stable/contrib/binutils/binutils/ |
| D | readelf.c | 2662 case SHT_FINI_ARRAY: return "FINI_ARRAY"; in get_section_type_name()
|
| /freebsd-9-stable/contrib/binutils/gas/ |
| D | ChangeLog-0203 | 7410 (SHT_FINI_ARRAY): New elf special section used by HP-UX. 7419 SHT_FINI_ARRAY elf section types.
|