HomeSort by relevance Sort by last modified time
    Searched refs:PT_DYNAMIC (Results 101 - 120 of 120) sorted by null

1 2 3 45

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
exec_elf.h 398 #define PT_DYNAMIC 2 /* dynamic linking section */
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
exec_elf.h 398 #define PT_DYNAMIC 2 /* dynamic linking section */
  /art/runtime/
elf_file.cc 115 dynamic_program_header_ = FindProgamHeaderByType(llvm::ELF::PT_DYNAMIC);
117 LOG(WARNING) << "Failed to find PT_DYNAMIC program header in ELF file: " << file_->GetPath();
148 LOG(WARNING) << "Failed to find matching SHT_DYNAMIC for PT_DYNAMIC in "
606 if (program_header.p_type == llvm::ELF::PT_DYNAMIC) {
  /bionic/libc/include/sys/
exec_elf.h 338 #define PT_DYNAMIC 2 /* Dynamic linking information */
    [all...]
  /external/elfutils/libdwfl/
dwfl_module_getdwarf.c 320 if (phdr->p_type == PT_DYNAMIC)
dwfl_segment_report_module.c 270 /* If we see PT_DYNAMIC, record it here. */
350 case PT_DYNAMIC:
  /art/compiler/
elf_writer_quick.cc 386 program_headers[PH_DYNAMIC].p_type = llvm::ELF::PT_DYNAMIC;
  /external/elfutils/src/
elflint.c 961 if (phdr != NULL && phdr->p_type == PT_DYNAMIC)
    [all...]
readelf.c     [all...]
ldgeneric.c     [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 395 LLVM_READOBJ_ENUM_ENT(ELF, PT_DYNAMIC),
  /external/qemu/
elf.h 26 #define PT_DYNAMIC 2
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
elf.h 561 #define PT_DYNAMIC 2 /* Dynamic linking information */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 561 #define PT_DYNAMIC 2 /* Dynamic linking information */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
elf.h 561 #define PT_DYNAMIC 2 /* Dynamic linking information */
    [all...]
  /external/elfutils/libelf/
elf.h 571 #define PT_DYNAMIC 2 /* Dynamic linking information */
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c     [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]
  /external/valgrind/main/perf/
tinycc.c 564 #define PT_DYNAMIC 2 /* Dynamic linking information */
    [all...]

Completed in 1684 milliseconds

1 2 3 45