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

1 2

  /external/elfutils/libebl/
eblcheckreloctargettype.c 48 case SHT_PREINIT_ARRAY:
  /external/llvm/lib/MC/
MCSectionELF.cpp 128 else if (Type == ELF::SHT_PREINIT_ARRAY)
  /external/llvm/test/MC/AsmParser/
section_names.s 52 # CHECK-NEXT: Type: SHT_PREINIT_ARRAY
  /external/llvm/lib/MC/MCParser/
ELFAsmParser.cpp 490 Type = ELF::SHT_PREINIT_ARRAY;
497 Type = ELF::SHT_PREINIT_ARRAY;
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 132 llvm::ELF::SHT_PREINIT_ARRAY,
  /external/elfutils/libelf/
elf_getdata.c 65 [SHT_PREINIT_ARRAY] = ELF_T_ADDR,
elf.h 334 #define SHT_PREINIT_ARRAY 16 /* Array of pre-constructors */
    [all...]
  /toolchain/binutils/binutils-2.25/include/elf/
common.h 464 #define SHT_PREINIT_ARRAY 16 /* Array of ptrs to pre-init funcs */
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
obj-elf.c 621 && ssect->type != SHT_PREINIT_ARRAY)
673 || ssect->type == SHT_PREINIT_ARRAY))
840 return SHT_PREINIT_ARRAY;
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h 657 SHT_PREINIT_ARRAY = 16, // Pointers to pre-init functions.
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 160 return ELF::SHT_PREINIT_ARRAY;
    [all...]
  /external/llvm/lib/Object/
ELFYAML.cpp 366 ECase(SHT_PREINIT_ARRAY)
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 69 case llvm::ELF::SHT_PREINIT_ARRAY:
  /toolchain/binutils/binutils-2.25/gold/
layout.cc 826 || lookup_type == elfcpp::SHT_PREINIT_ARRAY)
863 || same_name->type() == elfcpp::SHT_PREINIT_ARRAY)
    [all...]
incremental.cc 186 || sh_type == elfcpp::SHT_PREINIT_ARRAY
    [all...]
output.cc     [all...]
  /prebuilts/go/darwin-x86/src/debug/elf/
elf.go 349 SHT_PREINIT_ARRAY SectionType = 16 /* Pre-initialization function ptrs. */
381 {16, "SHT_PREINIT_ARRAY"},
    [all...]
  /prebuilts/go/linux-x86/src/debug/elf/
elf.go 349 SHT_PREINIT_ARRAY SectionType = 16 /* Pre-initialization function ptrs. */
381 {16, "SHT_PREINIT_ARRAY"},
    [all...]
  /art/runtime/
elf.h     [all...]
  /toolchain/binutils/binutils-2.25/elfcpp/
elfcpp.h 357 SHT_PREINIT_ARRAY = 16,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
elf.h 329 #define SHT_PREINIT_ARRAY 16 /* Array of pre-constructors */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h 331 #define SHT_PREINIT_ARRAY 16 /* Array of pre-constructors */
    [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 776 LLVM_READOBJ_ENUM_CASE(ELF, SHT_PREINIT_ARRAY );
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf.c     [all...]
elf32-rx.c     [all...]

Completed in 367 milliseconds

1 2