Searched refs:rel_pc (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/malloc_debug/ |
D | backtrace.cpp | 148 uintptr_t rel_pc = offset; in backtrace_string() local 149 const MapEntry* entry = g_map_data.find(frames[frame_num], &rel_pc); in backtrace_string() 174 frame_num, rel_pc, soname, offset_buf, name, in backtrace_string() 179 frame_num, rel_pc, soname, offset_buf); in backtrace_string()
|
D | MapData.cpp | 177 const MapEntry* MapData::find(uintptr_t pc, uintptr_t* rel_pc) { in find() argument 194 if (rel_pc != nullptr) { in find() 205 *rel_pc = pc - entry->start + entry->offset + prev_entry->load_bias; in find() 210 *rel_pc = pc - entry->start + entry->load_bias; in find()
|
D | MapData.h | 66 const MapEntry* find(uintptr_t pc, uintptr_t* rel_pc = nullptr);
|
D | UnwindBacktrace.cpp | 92 …::string line = android::base::StringPrintf(" #%0zd pc %" PAD_PTR " ", i, info->rel_pc); in UnwindLog()
|
D | PointerData.cpp | 596 dprintf(fd, " %" PRIx64, frame.rel_pc); in DumpLiveToFile()
|