Searched refs:SHT_INIT_ARRAY (Results 1 – 18 of 18) sorted by relevance
| /freebsd-9-stable/lib/libelf/ |
| D | libelf_data.c | 53 case SHT_INIT_ARRAY: in _libelf_xlate_shtype()
|
| /freebsd-9-stable/contrib/llvm/lib/MC/ |
| D | MCSectionELF.cpp | 124 if (Type == ELF::SHT_INIT_ARRAY) in PrintSwitchToSection()
|
| D | ELFObjectWriter.cpp | 1345 case ELF::SHT_INIT_ARRAY: in WriteSection()
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/ |
| D | TargetLoweringObjectFileImpl.cpp | 160 return ELF::SHT_INIT_ARRAY; in getELFSectionType() 355 return getContext().getELFSection(Name, ELF::SHT_INIT_ARRAY, in getStaticCtorSection() 393 getContext().getELFSection(".init_array", ELF::SHT_INIT_ARRAY, in InitializeELF()
|
| /freebsd-9-stable/contrib/llvm/lib/MC/MCParser/ |
| D | ELFAsmParser.cpp | 450 Type = ELF::SHT_INIT_ARRAY; in ParseSectionArguments() 457 Type = ELF::SHT_INIT_ARRAY; in ParseSectionArguments()
|
| /freebsd-9-stable/contrib/binutils/include/elf/ |
| D | common.h | 337 #define SHT_INIT_ARRAY 14 /* Array of ptrs to init functions */ macro
|
| D | ChangeLog-9103 | 1079 (SHT_INIT_ARRAY): New value for sh_type field.
|
| /freebsd-9-stable/contrib/llvm/lib/Object/ |
| D | ELFYAML.cpp | 256 ECase(SHT_INIT_ARRAY) in enumeration()
|
| /freebsd-9-stable/sys/sys/ |
| D | elf_common.h | 272 #define SHT_INIT_ARRAY 14 /* Initialization function pointers. */ macro
|
| /freebsd-9-stable/lib/libdwarf/ |
| D | dwarf_dump.c | 61 case SHT_INIT_ARRAY: in get_sht_desc()
|
| /freebsd-9-stable/contrib/binutils/gas/config/ |
| D | obj-elf.c | 595 && ssect->type != SHT_INIT_ARRAY in obj_elf_change_section() 818 return SHT_INIT_ARRAY; in obj_elf_section_type()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Support/ |
| D | ELF.h | 1234 SHT_INIT_ARRAY = 14, // Pointers to initialization functions. in LLVM_ENUM_INT_TYPE()
|
| /freebsd-9-stable/contrib/llvm/tools/llvm-readobj/ |
| D | ELFDumper.cpp | 363 LLVM_READOBJ_ENUM_CASE(ELF, SHT_INIT_ARRAY ); in getElfSectionType()
|
| /freebsd-9-stable/contrib/binutils/bfd/ |
| D | elf.c | 1864 case SHT_INIT_ARRAY: /* .init_array section. */ in bfd_section_from_shdr() 2376 { STRING_COMMA_LEN (".init_array"), 0, SHT_INIT_ARRAY, SHF_ALLOC + SHF_WRITE }, 2822 case SHT_INIT_ARRAY: in elf_fake_sections()
|
| D | elf32-arm.c | 10347 { STRING_COMMA_LEN (".init_array"), 0, SHT_INIT_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 | 2661 case SHT_INIT_ARRAY: return "INIT_ARRAY"; in get_section_type_name()
|
| /freebsd-9-stable/contrib/binutils/gas/ |
| D | ChangeLog-0203 | 7409 (SHT_INIT_ARRAY): New elf special section used by HP-UX. 7418 (ia64_elf_section_type): Add support for SHT_INIT_ARRAY and
|