Lines Matching defs:varname
246 /* Static variables on memory (not stack), make @varname */
428 static int convert_variable_fields(Dwarf_Die *vr_die, const char *varname,
438 pr_debug("converting %s in %s\n", field->name, varname);
440 pr_warning("Failed to get the type of %s.\n", varname);
453 pr_warning("Failed to get the type of %s.\n", varname);
479 pr_warning("Failed to get the type of %s.\n", varname);
486 varname);
501 varname);
506 " nor array.\n", varname);
523 pr_warning("%s(type:%s) has no member %s.\n", varname,
544 return convert_variable_fields(die_mem, varname, field,
556 static void print_var_not_found(const char *varname)
561 varname, varname);