Home
last modified time | relevance | path

Searched refs:adjusted_rel_pc (Results 1 – 1 of 1) sorted by relevance

/system/core/libunwindstack/
DRegs.cpp138 uint64_t adjusted_rel_pc = rel_pc - load_bias; in GetPcAdjustment() local
139 if (adjusted_rel_pc < 5) { in GetPcAdjustment()
140 if (adjusted_rel_pc < 2) { in GetPcAdjustment()
146 if (adjusted_rel_pc & 1) { in GetPcAdjustment()
149 if (!elf->memory()->ReadFully(adjusted_rel_pc - 5, &value, sizeof(value)) || in GetPcAdjustment()