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

1 2

  /external/elfutils/libebl/
eblcheckreloctargettype.c 46 case SHT_INIT_ARRAY:
  /external/llvm/lib/MC/
MCSectionELF.cpp 124 if (Type == ELF::SHT_INIT_ARRAY)
  /external/llvm/test/MC/AsmParser/
section_names.s 40 # CHECK-NEXT: Type: SHT_INIT_ARRAY
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 486 Type = ELF::SHT_INIT_ARRAY;
493 Type = ELF::SHT_INIT_ARRAY;
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 112 llvm::ELF::SHT_INIT_ARRAY,
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 154 return ELF::SHT_INIT_ARRAY;
376 Type = ELF::SHT_INIT_ARRAY;
422 ".init_array", ELF::SHT_INIT_ARRAY, ELF::SHF_WRITE | ELF::SHF_ALLOC);
    [all...]
  /external/elfutils/libelf/
elf_getdata.c 63 [SHT_INIT_ARRAY] = ELF_T_ADDR,
elf.h 332 #define SHT_INIT_ARRAY 14 /* Array of constructors */
    [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
common.h 462 #define SHT_INIT_ARRAY 14 /* Array of ptrs to init functions */
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
obj-elf.c 619 && ssect->type != SHT_INIT_ARRAY
671 && (ssect->type == SHT_INIT_ARRAY
836 return SHT_INIT_ARRAY;
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 655 SHT_INIT_ARRAY = 14, // Pointers to initialization functions.
    [all...]
  /external/llvm/lib/Object/
ELFYAML.cpp 364 ECase(SHT_INIT_ARRAY)
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 67 case llvm::ELF::SHT_INIT_ARRAY:
  /toolchain/binutils/binutils-2.25/gold/
layout.cc 824 if (lookup_type == elfcpp::SHT_INIT_ARRAY
861 || same_name->type() == elfcpp::SHT_INIT_ARRAY
    [all...]
incremental.cc 184 || sh_type == elfcpp::SHT_INIT_ARRAY
    [all...]
object.cc     [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go 347 SHT_INIT_ARRAY SectionType = 14 /* Initialization function pointers. */
379 {14, "SHT_INIT_ARRAY"},
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go 347 SHT_INIT_ARRAY SectionType = 14 /* Initialization function pointers. */
379 {14, "SHT_INIT_ARRAY"},
    [all...]
  /art/runtime/
elf.h     [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 355 SHT_INIT_ARRAY = 14,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 327 #define SHT_INIT_ARRAY 14 /* Array of constructors */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 329 #define SHT_INIT_ARRAY 14 /* Array of constructors */
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 774 LLVM_READOBJ_ENUM_CASE(ELF, SHT_INIT_ARRAY );
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf.c     [all...]
elf32-rx.c     [all...]

Completed in 664 milliseconds

1 2