Lines Matching refs:varname
308 static int convert_variable_fields(Dwarf_Die *vr_die, const char *varname, in convert_variable_fields() argument
318 pr_debug("converting %s in %s\n", field->name, varname); in convert_variable_fields()
320 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields()
333 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields()
359 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields()
366 varname); in convert_variable_fields()
381 varname); in convert_variable_fields()
386 " nor array.\n", varname); in convert_variable_fields()
403 pr_warning("%s(type:%s) has no member %s.\n", varname, in convert_variable_fields()
424 return convert_variable_fields(die_mem, varname, field, in convert_variable_fields()
436 static void print_var_not_found(const char *varname) in print_var_not_found() argument
441 varname, varname); in print_var_not_found()