Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libelf/
Dlibelf_data.c53 case SHT_INIT_ARRAY: in _libelf_xlate_shtype()
/freebsd-9-stable/contrib/llvm/lib/MC/
DMCSectionELF.cpp124 if (Type == ELF::SHT_INIT_ARRAY) in PrintSwitchToSection()
DELFObjectWriter.cpp1345 case ELF::SHT_INIT_ARRAY: in WriteSection()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp160 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/
DELFAsmParser.cpp450 Type = ELF::SHT_INIT_ARRAY; in ParseSectionArguments()
457 Type = ELF::SHT_INIT_ARRAY; in ParseSectionArguments()
/freebsd-9-stable/contrib/binutils/include/elf/
Dcommon.h337 #define SHT_INIT_ARRAY 14 /* Array of ptrs to init functions */ macro
DChangeLog-91031079 (SHT_INIT_ARRAY): New value for sh_type field.
/freebsd-9-stable/contrib/llvm/lib/Object/
DELFYAML.cpp256 ECase(SHT_INIT_ARRAY) in enumeration()
/freebsd-9-stable/sys/sys/
Delf_common.h272 #define SHT_INIT_ARRAY 14 /* Initialization function pointers. */ macro
/freebsd-9-stable/lib/libdwarf/
Ddwarf_dump.c61 case SHT_INIT_ARRAY: in get_sht_desc()
/freebsd-9-stable/contrib/binutils/gas/config/
Dobj-elf.c595 && 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/
DELF.h1234 SHT_INIT_ARRAY = 14, // Pointers to initialization functions. in LLVM_ENUM_INT_TYPE()
/freebsd-9-stable/contrib/llvm/tools/llvm-readobj/
DELFDumper.cpp363 LLVM_READOBJ_ENUM_CASE(ELF, SHT_INIT_ARRAY ); in getElfSectionType()
/freebsd-9-stable/contrib/binutils/bfd/
Delf.c1864 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()
Delf32-arm.c10347 { STRING_COMMA_LEN (".init_array"), 0, SHT_INIT_ARRAY, SHF_ALLOC },
DChangeLog-02039986 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
/freebsd-9-stable/contrib/binutils/binutils/
Dreadelf.c2661 case SHT_INIT_ARRAY: return "INIT_ARRAY"; in get_section_type_name()
/freebsd-9-stable/contrib/binutils/gas/
DChangeLog-02037409 (SHT_INIT_ARRAY): New elf special section used by HP-UX.
7418 (ia64_elf_section_type): Add support for SHT_INIT_ARRAY and