Searched refs:vf (Results 1 – 1 of 1) sorted by relevance
1198 struct local_vars_finder *vf = data; in copy_variables_cb() local1199 struct probe_finder *pf = vf->pf; in copy_variables_cb()1204 (tag == DW_TAG_variable && vf->vars)) { in copy_variables_cb()1205 if (convert_variable_location(die_mem, vf->pf->addr, in copy_variables_cb()1206 vf->pf->fb_ops, &pf->sp_die, in copy_variables_cb()1208 vf->args[vf->nargs].var = (char *)dwarf_diename(die_mem); in copy_variables_cb()1209 if (vf->args[vf->nargs].var == NULL) { in copy_variables_cb()1210 vf->ret = -ENOMEM; in copy_variables_cb()1213 pr_debug(" %s", vf->args[vf->nargs].var); in copy_variables_cb()1214 vf->nargs++; in copy_variables_cb()[all …]