Lines Matching defs:fb_ops
176 Dwarf_Op *fb_ops, Dwarf_Die *sp_die,
260 if (fb_ops == NULL)
264 op = &fb_ops[0];
573 ret = convert_variable_location(vr_die, pf->addr, pf->fb_ops,
722 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1);
724 pf->fb_ops = NULL;
726 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa &&
730 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) {
742 /* Since *pf->fb_ops can be a part of frame. we should free it here. */
744 pf->fb_ops = NULL;
1297 vf->pf->fb_ops, &pf->sp_die,
1526 af->pf.fb_ops, &af->pf.sp_die,