HomeSort by relevance Sort by last modified time
    Searched refs:rel_pc (Results 1 - 10 of 10) sorted by null

  /bionic/libc/bionic/
debug_mapinfo.h 43 __LIBC_HIDDEN__ const mapinfo_t* mapinfo_find(mapinfo_t* mi, uintptr_t pc, uintptr_t* rel_pc);
debug_mapinfo.cpp 87 __LIBC_HIDDEN__ const mapinfo_t* mapinfo_find(mapinfo_t* mi, uintptr_t pc, uintptr_t* rel_pc) {
90 *rel_pc = pc - mi->start;
94 *rel_pc = pc;
debug_stacktrace.cpp 142 uintptr_t rel_pc; local
143 const mapinfo_t* mi = (gMapInfo != NULL) ? mapinfo_find(gMapInfo, frames[i], &rel_pc) : NULL;
154 i, rel_pc, soname, best_name, frames[i] - (uintptr_t) offset);
159 i, rel_pc, soname);
  /hardware/ti/omap4xxx/
mapinfo.h 14 const mapinfo *pc_to_mapinfo(mapinfo *mi, unsigned pc, unsigned *rel_pc);
mapinfo.c 92 const mapinfo *pc_to_mapinfo(mapinfo *mi, unsigned pc, unsigned *rel_pc)
94 *rel_pc = pc;
99 *rel_pc -= mi->start;
heaptracker.c 102 int cnt, rel_pc; local
112 mi = pc_to_mapinfo(milist, bt[cnt], &rel_pc);
114 mi ? rel_pc : bt[cnt],
  /external/chromium_org/base/debug/
stack_trace_android.cc 110 uintptr_t rel_pc = address - iter->start + iter->offset; local
112 *os << base::StringPrintf("%s+0x%08x", path, rel_pc);
  /external/qemu/memcheck/
memcheck_util.c 249 target_ulong rel_pc = mmrangedesc_get_module_offset(rdesc, abs_pc); local
250 if (elff_get_pc_address_info(handle, rel_pc, info)) {
  /art/runtime/
dex_file.cc 616 int32_t DexFile::GetLineNumFromPC(const mirror::ArtMethod* method, uint32_t rel_pc) const {
627 LineNumFromPcContext context(rel_pc, -1);
    [all...]
dex_file.h 785 int32_t GetLineNumFromPC(const mirror::ArtMethod* method, uint32_t rel_pc) const
    [all...]

Completed in 199 milliseconds