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

1 2

  /external/elfutils/libebl/
eblcheckreloctargettype.c 47 case SHT_FINI_ARRAY:
  /external/llvm/lib/MC/
MCSectionELF.cpp 126 else if (Type == ELF::SHT_FINI_ARRAY)
  /external/llvm/test/MC/AsmParser/
section_names.s 46 # CHECK-NEXT: Type: SHT_FINI_ARRAY
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 488 Type = ELF::SHT_FINI_ARRAY;
495 Type = ELF::SHT_FINI_ARRAY;
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 124 llvm::ELF::SHT_FINI_ARRAY,
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 157 return ELF::SHT_FINI_ARRAY;
379 Type = ELF::SHT_FINI_ARRAY;
424 ".fini_array", ELF::SHT_FINI_ARRAY, ELF::SHF_WRITE | ELF::SHF_ALLOC);
    [all...]
  /external/elfutils/libelf/
elf_getdata.c 64 [SHT_FINI_ARRAY] = ELF_T_ADDR,
elf.h 333 #define SHT_FINI_ARRAY 15 /* Array of destructors */
    [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
common.h 463 #define SHT_FINI_ARRAY 15 /* Array of ptrs to finish functions */
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
obj-elf.c 620 && ssect->type != SHT_FINI_ARRAY
672 || ssect->type == SHT_FINI_ARRAY
838 return SHT_FINI_ARRAY;
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 656 SHT_FINI_ARRAY = 15, // Pointers to termination functions.
    [all...]
  /external/llvm/lib/Object/
ELFYAML.cpp 365 ECase(SHT_FINI_ARRAY)
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 68 case llvm::ELF::SHT_FINI_ARRAY:
  /toolchain/binutils/binutils-2.25/gold/
layout.cc 825 || lookup_type == elfcpp::SHT_FINI_ARRAY
862 || same_name->type() == elfcpp::SHT_FINI_ARRAY
    [all...]
incremental.cc 185 || sh_type == elfcpp::SHT_FINI_ARRAY
    [all...]
object.cc     [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go 348 SHT_FINI_ARRAY SectionType = 15 /* Termination function pointers. */
380 {15, "SHT_FINI_ARRAY"},
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go 348 SHT_FINI_ARRAY SectionType = 15 /* Termination function pointers. */
380 {15, "SHT_FINI_ARRAY"},
    [all...]
  /art/runtime/
elf.h     [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 356 SHT_FINI_ARRAY = 15,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 328 #define SHT_FINI_ARRAY 15 /* Array of destructors */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 330 #define SHT_FINI_ARRAY 15 /* Array of destructors */
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 775 LLVM_READOBJ_ENUM_CASE(ELF, SHT_FINI_ARRAY );
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf.c     [all...]
elf32-rx.c     [all...]

Completed in 658 milliseconds

1 2