Lines Matching refs:fb_ops
172 Dwarf_Op *fb_ops, Dwarf_Die *sp_die, in convert_variable_location() argument
241 if (fb_ops == NULL) in convert_variable_location()
245 op = &fb_ops[0]; in convert_variable_location()
531 ret = convert_variable_location(vr_die, pf->addr, pf->fb_ops, in convert_variable()
683 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1); in call_probe_finder()
685 pf->fb_ops = NULL; in call_probe_finder()
687 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa && in call_probe_finder()
691 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) { in call_probe_finder()
703 pf->fb_ops = NULL; in call_probe_finder()
1129 vf->pf->fb_ops, &pf->sp_die, in copy_variables_cb()
1291 af->pf.fb_ops, &af->pf.sp_die, in collect_variables_cb()