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

  /external/llvm/lib/Target/ARM/
ARMTargetObjectFile.cpp 30 getContext().getELFSection(".init_array", ELF::SHT_INIT_ARRAY,
  /external/llvm/lib/MC/
MCSectionELF.cpp 111 if (Type == ELF::SHT_INIT_ARRAY)
ELFObjectWriter.cpp     [all...]
  /external/qemu/elff/
elff_elf.h 274 #define SHT_INIT_ARRAY 14
  /ndk/sources/host-tools/ndk-stack/elff/
elff_elf.h 274 #define SHT_INIT_ARRAY 14
  /external/elfutils/libelf/
elf_getdata.c 77 [SHT_INIT_ARRAY] = { ELF_T_ADDR, sizeof (ElfW2(Bits,Addr)) \
elf.h 324 #define SHT_INIT_ARRAY 14 /* Array of constructors */
    [all...]
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 414 Type = ELF::SHT_INIT_ARRAY;
  /external/llvm/include/llvm/Support/
ELF.h 714 SHT_INIT_ARRAY = 14, // Pointers to initialization functions.
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 131 return ELF::SHT_INIT_ARRAY;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 326 #define SHT_INIT_ARRAY 14 /* Array of constructors */
    [all...]
  /external/elfutils/src/
elflint.c     [all...]
ldgeneric.c     [all...]

Completed in 36 milliseconds