Searched refs:SHT_INIT_ARRAY (Results 1 - 20 of 20) sorted by relevance

/external/elfutils/libebl/
H A Deblcheckreloctargettype.c46 case SHT_INIT_ARRAY:
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMTargetObjectFile.cpp30 getContext().getELFSection(".init_array", ELF::SHT_INIT_ARRAY,
/external/llvm/lib/MC/
H A DMCSectionELF.cpp124 if (Type == ELF::SHT_INIT_ARRAY)
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCSectionELF.cpp111 if (Type == ELF::SHT_INIT_ARRAY)
H A DELFObjectWriter.cpp1001 case ELF::SHT_INIT_ARRAY:
/external/llvm/test/MC/AsmParser/
H A Dsection_names.s40 # CHECK-NEXT: Type: SHT_INIT_ARRAY
/external/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp488 Type = ELF::SHT_INIT_ARRAY;
495 Type = ELF::SHT_INIT_ARRAY;
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp157 return ELF::SHT_INIT_ARRAY;
386 Type = ELF::SHT_INIT_ARRAY;
453 ".init_array", ELF::SHT_INIT_ARRAY, ELF::SHF_WRITE | ELF::SHF_ALLOC);
/external/elfutils/libelf/
H A Delf_getdata.c63 [SHT_INIT_ARRAY] = ELF_T_ADDR,
H A Delf.h332 #define SHT_INIT_ARRAY 14 /* Array of constructors */ macro
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
H A DELFAsmParser.cpp414 Type = ELF::SHT_INIT_ARRAY;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DELF.h714 SHT_INIT_ARRAY = 14, // Pointers to initialization functions. enumerator in enum:llvm::ELF::__anon19692
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp131 return ELF::SHT_INIT_ARRAY;
/external/llvm/include/llvm/Support/
H A DELF.h677 SHT_INIT_ARRAY = 14, // Pointers to initialization functions.
/external/llvm/lib/ObjectYAML/
H A DELFYAML.cpp369 ECase(SHT_INIT_ARRAY)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DELF.h678 SHT_INIT_ARRAY = 14, // Pointers to initialization functions.
/external/kmod/port-gnu/
H A Delf.h331 #define SHT_INIT_ARRAY 14 /* Array of constructors */ macro
/external/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1025 LLVM_READOBJ_ENUM_CASE(ELF, SHT_INIT_ARRAY );
2606 case SHT_INIT_ARRAY:
/external/elfutils/src/
H A Delflint.c3607 { ".init_array", 12, SHT_INIT_ARRAY, exact, SHF_ALLOC | SHF_WRITE, 0 },
H A Dldgeneric.c1356 || shdr->sh_type == SHT_INIT_ARRAY

Completed in 526 milliseconds