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

  /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/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 160 return ELF::SHT_INIT_ARRAY;
355 return getContext().getELFSection(Name, ELF::SHT_INIT_ARRAY,
393 getContext().getELFSection(".init_array", ELF::SHT_INIT_ARRAY,
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 420 Type = ELF::SHT_INIT_ARRAY;
427 Type = ELF::SHT_INIT_ARRAY;
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 116 llvm::ELF::SHT_INIT_ARRAY,
  /external/elfutils/libelf/
elf_getdata.c 84 [SHT_INIT_ARRAY] = ELF_T_ADDR,
elf.h 335 #define SHT_INIT_ARRAY 14 /* Array of constructors */
    [all...]
  /bionic/libc/include/sys/
exec_elf.h 412 #define SHT_INIT_ARRAY 14 /* Initialization function pointers */
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 50 case llvm::ELF::SHT_INIT_ARRAY:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 326 #define SHT_INIT_ARRAY 14 /* Array of constructors */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 326 #define SHT_INIT_ARRAY 14 /* Array of constructors */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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 352 milliseconds