Home
last modified time | relevance | path

Searched refs:varname (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/linux/wimax/
Ddebug.h190 #define __D_PASTE__(varname, modulename) varname##_##modulename argument
191 #define __D_PASTE(varname, modulename) (__D_PASTE__(varname, modulename)) argument
/Linux-v5.4/tools/perf/util/
Dprobe-finder.c400 static int convert_variable_fields(Dwarf_Die *vr_die, const char *varname, in convert_variable_fields() argument
410 pr_debug("converting %s in %s\n", field->name, varname); in convert_variable_fields()
412 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields()
425 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields()
451 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields()
458 varname); in convert_variable_fields()
473 varname); in convert_variable_fields()
478 " nor array.\n", varname); in convert_variable_fields()
495 pr_warning("%s(type:%s) has no member %s.\n", varname, in convert_variable_fields()
516 return convert_variable_fields(die_mem, varname, field, in convert_variable_fields()