Lines Matching refs:varname
420 static int convert_variable_fields(Dwarf_Die *vr_die, const char *varname, in convert_variable_fields() argument
430 pr_debug("converting %s in %s\n", field->name, varname); in convert_variable_fields()
432 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields()
445 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields()
471 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields()
478 varname); in convert_variable_fields()
493 varname); in convert_variable_fields()
498 " nor array.\n", varname); in convert_variable_fields()
515 pr_warning("%s(type:%s) has no member %s.\n", varname, in convert_variable_fields()
536 return convert_variable_fields(die_mem, varname, field, in convert_variable_fields()
548 static void print_var_not_found(const char *varname) in print_var_not_found() argument
553 varname, varname); in print_var_not_found()