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

1 2 3 45

  /bionic/tests/
link_test.cpp 53 const ElfW(Phdr)* phdr = reinterpret_cast<const ElfW(Phdr)*>(&info->dlpi_phdr[i]);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
link.h 142 const ElfW(Phdr) *dlpi_phdr; member in struct:dl_phdr_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
link.h 142 const ElfW(Phdr) *dlpi_phdr; member in struct:dl_phdr_info
  /external/compiler-rt/lib/lsan/
lsan_common_linux.cc 62 const ElfW(Phdr) *phdr = &(info->dlpi_phdr[j]);
  /external/libunwind_llvm/src/
AddressSpace.hpp 398 ? reinterpret_cast<Elf_Addr>(pinfo->dlpi_phdr) -
399 reinterpret_cast<const Elf_Phdr *>(pinfo->dlpi_phdr)
405 const Elf_Phdr *phdr = &pinfo->dlpi_phdr[i];
443 const Elf_Phdr *phdr = &pinfo->dlpi_phdr[i];
  /external/libunwind/src/dwarf/
Gfind_proc_info-lsb.c 623 phdr = info->dlpi_phdr;
768 if (info->dlpi_phdr[n].p_type == PT_LOAD)
770 unw_word_t seg_start = info->dlpi_addr + info->dlpi_phdr[n].p_vaddr;
771 unw_word_t seg_end = seg_start + info->dlpi_phdr[n].p_memsz;
  /art/runtime/
oat_file.cc     [all...]
  /external/libunwind/src/ia64/
Gtables.c 487 phdr = info->dlpi_phdr;
520 phdr = info->dlpi_phdr;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux_libcdep.cc 442 const Elf_Phdr *phdr = &info->dlpi_phdr[i];
sanitizer_platform_limits_posix.h 645 const void *dlpi_phdr; member in struct:__sanitizer::__sanitizer_dl_phdr_info
    [all...]
sanitizer_platform_limits_posix.cc     [all...]
  /external/libmojo/base/android/linker/
modern_linker_jni.cc 174 const ElfW(Phdr)* phdr = &info->dlpi_phdr[i];
  /external/libunwind/src/arm/
Gex_tables.c 460 const Elf_W(Phdr) *phdr = info->dlpi_phdr;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
AddressSpace.hpp 392 const ElfW(Phdr) *phdr = &pinfo->dlpi_phdr[i];
  /external/compiler-rt/lib/dfsan/
dfsan_custom.cc 402 0, const_cast<char *>(reinterpret_cast<const char *>(info->dlpi_phdr)),
403 sizeof(*info->dlpi_phdr) * info->dlpi_phnum);
    [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc     [all...]
  /bionic/linker/
linker.cpp 388 dl_info.dlpi_phdr = si->phdr;
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]

Completed in 4587 milliseconds

1 2 3 45