Searched defs:reached_pc_p (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dcall_frame_inst.c522 uint64_t *reached_pc_p, uint64_t pc,
548 uint64_t *reached_pc_p, uint64_t pc,
568 *reached_pc_p = val1;
573 if (*reached_pc_p + val1 > pc)
575 *reached_pc_p += val1;
630 if (*reached_pc_p + val1 > pc)
632 *reached_pc_p += val1;
547 interpret_op(void **datap, ptrdiff_t reloc, uint64_t *reached_pc_p, uint64_t pc, struct register_state f_state[], struct register_state f_start_state[], int daf, int caf, int enc) argument

Completed in 55 milliseconds