Lines Matching refs:fb_ops
169 Dwarf_Op *fb_ops, Dwarf_Die *sp_die, in convert_variable_location() argument
228 if (fb_ops == NULL) in convert_variable_location()
232 op = &fb_ops[0]; in convert_variable_location()
518 ret = convert_variable_location(vr_die, pf->addr, pf->fb_ops, in convert_variable()
674 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1); in call_probe_finder()
676 pf->fb_ops = NULL; in call_probe_finder()
678 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder()
682 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) { in call_probe_finder()
694 pf->fb_ops = NULL; in call_probe_finder()
1108 vf->pf->fb_ops, &pf->sp_die, in copy_variables_cb()
1256 af->pf.fb_ops, &af->pf.sp_die, in collect_variables_cb()