Lines Matching defs:fb_ops
171 Dwarf_Op *fb_ops, Dwarf_Die *sp_die,
255 if (fb_ops == NULL)
259 op = &fb_ops[0];
568 ret = convert_variable_location(vr_die, pf->addr, pf->fb_ops,
717 ret = dwarf_getlocation_addr(&fb_attr, pf->addr, &pf->fb_ops, &nops, 1);
719 pf->fb_ops = NULL;
721 } else if (nops == 1 && pf->fb_ops[0].atom == DW_OP_call_frame_cfa &&
725 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) {
737 /* Since *pf->fb_ops can be a part of frame. we should free it here. */
739 pf->fb_ops = NULL;
1281 vf->pf->fb_ops, &pf->sp_die,
1510 af->pf.fb_ops, &af->pf.sp_die,