Home
last modified time | relevance | path

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

/external/qemu/elff/
Delff_elf.h274 #define SHT_INIT_ARRAY 14 macro
/external/llvm/lib/MC/
DMCSectionELF.cpp111 if (Type == ELF::SHT_INIT_ARRAY) in PrintSwitchToSection()
DELFObjectWriter.cpp1312 case ELF::SHT_INIT_ARRAY: in WriteSection()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp131 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()
/external/elfutils/libelf/
Delf_getdata.c84 [SHT_INIT_ARRAY] = ELF_T_ADDR,
Delf.h335 #define SHT_INIT_ARRAY 14 /* Array of constructors */ macro
/external/llvm/lib/MC/MCParser/
DELFAsmParser.cpp416 Type = ELF::SHT_INIT_ARRAY; in ParseDirectiveSection()
/external/llvm/include/llvm/Support/
DELF.h824 SHT_INIT_ARRAY = 14, // Pointers to initialization functions. enumerator
/external/elfutils/src/
Delflint.c3329 { ".init_array", 12, SHT_INIT_ARRAY, exact, SHF_ALLOC | SHF_WRITE, 0 },
Dldgeneric.c1366 || shdr->sh_type == SHT_INIT_ARRAY in add_relocatable_file()