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

  /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/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 163 return ELF::SHT_FINI_ARRAY;
375 return getContext().getELFSection(Name, ELF::SHT_FINI_ARRAY,
398 getContext().getELFSection(".fini_array", ELF::SHT_FINI_ARRAY,
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 422 Type = ELF::SHT_FINI_ARRAY;
429 Type = ELF::SHT_FINI_ARRAY;
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 126 llvm::ELF::SHT_FINI_ARRAY,
  /external/elfutils/libelf/
elf_getdata.c 85 [SHT_FINI_ARRAY] = ELF_T_ADDR,
elf.h 336 #define SHT_FINI_ARRAY 15 /* Array of destructors */
    [all...]
  /bionic/libc/include/sys/
exec_elf.h 413 #define SHT_FINI_ARRAY 15 /* Termination function pointers */
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 51 case llvm::ELF::SHT_FINI_ARRAY:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 327 #define SHT_FINI_ARRAY 15 /* Array of destructors */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 327 #define SHT_FINI_ARRAY 15 /* Array of destructors */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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 468 milliseconds