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

  /external/llvm/lib/Target/ARM/
ARMTargetObjectFile.cpp 35 getContext().getELFSection(".fini_array", ELF::SHT_FINI_ARRAY,
  /external/llvm/lib/MC/
MCSectionELF.cpp 113 else if (Type == ELF::SHT_FINI_ARRAY)
ELFObjectWriter.cpp     [all...]
  /external/qemu/elff/
elff_elf.h 275 #define SHT_FINI_ARRAY 15
  /ndk/sources/host-tools/ndk-stack/elff/
elff_elf.h 275 #define SHT_FINI_ARRAY 15
  /external/elfutils/libelf/
elf_getdata.c 79 [SHT_FINI_ARRAY] = { ELF_T_ADDR, sizeof (ElfW2(Bits,Addr)) \
elf.h 325 #define SHT_FINI_ARRAY 15 /* Array of destructors */
    [all...]
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 416 Type = ELF::SHT_FINI_ARRAY;
  /external/llvm/include/llvm/Support/
ELF.h 715 SHT_FINI_ARRAY = 15, // Pointers to termination functions.
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 134 return ELF::SHT_FINI_ARRAY;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 327 #define SHT_FINI_ARRAY 15 /* Array of destructors */
    [all...]
  /external/elfutils/src/
elflint.c     [all...]
ldgeneric.c     [all...]

Completed in 59 milliseconds