Searched refs:symbol_type (Results 1 – 4 of 4) sorted by relevance
12 bool kallsyms__is_function(char symbol_type) in kallsyms__is_function() argument14 symbol_type = toupper(symbol_type); in kallsyms__is_function()15 return symbol_type == 'T' || symbol_type == 'W'; in kallsyms__is_function()48 char symbol_type; in kallsyms__parse() local67 symbol_type = line[len]; in kallsyms__parse()77 err = process_symbol(arg, symbol_name, symbol_type, start); in kallsyms__parse()
25 bool kallsyms__is_function(char symbol_type);
195 symbol_type=`$(NM) -u -D $1 | awk 'NF>1 {print $$1}' | \197 if [ "$$symbol_type" = "U W" ];then \
87 static bool symbol_type__filter(char symbol_type) in symbol_type__filter() argument89 symbol_type = toupper(symbol_type); in symbol_type__filter()90 return symbol_type == 'T' || symbol_type == 'W' || symbol_type == 'D' || symbol_type == 'B'; in symbol_type__filter()