HomeSort by relevance Sort by last modified time
    Searched refs:SHT_INIT_ARRAY (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/courgette/
types_elf.h 86 SHT_INIT_ARRAY = 14,
disassembler_elf_32.cc 287 case SHT_INIT_ARRAY:
  /external/llvm/lib/MC/
MCSectionELF.cpp 124 if (Type == ELF::SHT_INIT_ARRAY)
ELFObjectWriter.cpp     [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
elff_elf.h 274 #define SHT_INIT_ARRAY 14
  /external/llvm/test/MC/AsmParser/
section_names.s 40 # CHECK-NEXT: Type: SHT_INIT_ARRAY
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 513 Type = ELF::SHT_INIT_ARRAY;
520 Type = ELF::SHT_INIT_ARRAY;
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 116 llvm::ELF::SHT_INIT_ARRAY,
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 153 return ELF::SHT_INIT_ARRAY;
366 return getContext().getELFSection(Name, ELF::SHT_INIT_ARRAY,
404 getContext().getELFSection(".init_array", ELF::SHT_INIT_ARRAY,
    [all...]
  /external/elfutils/0.153/libelf/
elf_getdata.c 84 [SHT_INIT_ARRAY] = ELF_T_ADDR,
elf.h 332 #define SHT_INIT_ARRAY 14 /* Array of constructors */
    [all...]
  /external/llvm/lib/Object/
ELFYAML.cpp 315 ECase(SHT_INIT_ARRAY)
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 62 case llvm::ELF::SHT_INIT_ARRAY:
  /art/runtime/
elf.h     [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 426 LLVM_READOBJ_ENUM_CASE(ELF, SHT_INIT_ARRAY );
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
elf.h 327 #define SHT_INIT_ARRAY 14 /* Array of constructors */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 327 #define SHT_INIT_ARRAY 14 /* Array of constructors */
    [all...]
  /external/elfutils/0.153/src/
elflint.c     [all...]
ldgeneric.c     [all...]

Completed in 964 milliseconds