Searched refs:cfm_valuep (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | ia64-tdep.c | 1618 char cfm_valuep[MAX_REGISTER_SIZE]; in ia64_frame_prev_register() local 1632 &cfm_optim, &cfm_lval, &cfm_addr, &cfm_realnum, cfm_valuep); in ia64_frame_prev_register() 1633 prev_cfm = extract_unsigned_integer (cfm_valuep, 8); in ia64_frame_prev_register() 2649 char cfm_valuep[MAX_REGISTER_SIZE]; in ia64_libunwind_frame_prev_register() local 2662 &cfm_optim, &cfm_lval, &cfm_addr, &cfm_realnum, cfm_valuep); in ia64_libunwind_frame_prev_register() 2663 prev_cfm = extract_unsigned_integer (cfm_valuep, 8); in ia64_libunwind_frame_prev_register()
|