Lines Matching refs:fb_ops
176 Dwarf_Op *fb_ops, Dwarf_Die *sp_die, in convert_variable_location() argument
260 if (fb_ops == NULL) in convert_variable_location()
264 op = &fb_ops[0]; in convert_variable_location()
573 ret = convert_variable_location(vr_die, pf->addr, pf->fb_ops, in convert_variable()
722 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1); in call_probe_finder()
724 pf->fb_ops = NULL; in call_probe_finder()
726 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder()
730 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) { in call_probe_finder()
744 pf->fb_ops = NULL; in call_probe_finder()
1297 vf->pf->fb_ops, &pf->sp_die, in copy_variables_cb()
1526 af->pf.fb_ops, &af->pf.sp_die, in collect_variables_cb()