Searched refs:reg_ops (Results 1 – 1 of 1) sorted by relevance
/third_party/elfutils/libdwfl/ |
D | frame_unwind.c | 562 Dwarf_Op reg_ops_mem[3], *reg_ops; in handle_cfi() local 564 if (dwarf_frame_register (frame, regno, reg_ops_mem, ®_ops, in handle_cfi() 573 if (reg_ops == reg_ops_mem) in handle_cfi() 580 else if (reg_ops == NULL) in handle_cfi() 592 else if (! expr_eval (state, frame, reg_ops, reg_nops, ®val, bias)) in handle_cfi()
|