Searched refs:SHT_INIT_ARRAY (Results 1 – 10 of 10) sorted by relevance
/external/qemu/elff/ |
D | elff_elf.h | 274 #define SHT_INIT_ARRAY 14 macro
|
/external/llvm/lib/MC/ |
D | MCSectionELF.cpp | 111 if (Type == ELF::SHT_INIT_ARRAY) in PrintSwitchToSection()
|
D | ELFObjectWriter.cpp | 1312 case ELF::SHT_INIT_ARRAY: in WriteSection()
|
/external/llvm/lib/CodeGen/ |
D | TargetLoweringObjectFileImpl.cpp | 131 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/ |
D | elf_getdata.c | 84 [SHT_INIT_ARRAY] = ELF_T_ADDR,
|
D | elf.h | 335 #define SHT_INIT_ARRAY 14 /* Array of constructors */ macro
|
/external/llvm/lib/MC/MCParser/ |
D | ELFAsmParser.cpp | 416 Type = ELF::SHT_INIT_ARRAY; in ParseDirectiveSection()
|
/external/llvm/include/llvm/Support/ |
D | ELF.h | 824 SHT_INIT_ARRAY = 14, // Pointers to initialization functions. enumerator
|
/external/elfutils/src/ |
D | elflint.c | 3329 { ".init_array", 12, SHT_INIT_ARRAY, exact, SHF_ALLOC | SHF_WRITE, 0 },
|
D | ldgeneric.c | 1366 || shdr->sh_type == SHT_INIT_ARRAY in add_relocatable_file()
|