Lines Matching defs:varname
241 /* Static variables on memory (not stack), make @varname */
423 static int convert_variable_fields(Dwarf_Die *vr_die, const char *varname,
433 pr_debug("converting %s in %s\n", field->name, varname);
435 pr_warning("Failed to get the type of %s.\n", varname);
448 pr_warning("Failed to get the type of %s.\n", varname);
474 pr_warning("Failed to get the type of %s.\n", varname);
481 varname);
496 varname);
501 " nor array.\n", varname);
518 pr_warning("%s(type:%s) has no member %s.\n", varname,
539 return convert_variable_fields(die_mem, varname, field,
551 static void print_var_not_found(const char *varname)
556 varname, varname);