Searched refs:instruction_address (Results 1 – 1 of 1) sorted by relevance
266 uint64_t instruction_address = frame->ReturnAddress(); in PrintStack() local277 instruction_address - frame->source_line_base); in PrintStack()279 printf(" + 0x%" PRIx64, instruction_address - frame->function_base); in PrintStack()283 instruction_address - frame->module->base_address()); in PrintStack()286 printf("0x%" PRIx64, instruction_address); in PrintStack()631 uint64_t instruction_address = frame->ReturnAddress(); in PrintStackMachineReadable() local647 instruction_address - frame->source_line_base); in PrintStackMachineReadable()653 instruction_address - frame->function_base); in PrintStackMachineReadable()661 instruction_address - frame->module->base_address()); in PrintStackMachineReadable()670 instruction_address); in PrintStackMachineReadable()