Searched refs:symbol_type (Results 1 – 4 of 4) sorted by relevance
14 bool kallsyms__is_function(char symbol_type) in kallsyms__is_function() argument16 symbol_type = toupper(symbol_type); in kallsyms__is_function()17 return symbol_type == 'T' || symbol_type == 'W'; in kallsyms__is_function()51 char symbol_type; in kallsyms__parse() local58 symbol_type = io__get_char(&io); in kallsyms__parse()71 err = process_symbol(arg, symbol_name, symbol_type, start); in kallsyms__parse()
23 bool kallsyms__is_function(char symbol_type);
198 symbol_type=`$(NM) -u -D $1 | awk 'NF>1 {print $$1}' | \200 if [ "$$symbol_type" = "U W" ];then \
88 static bool symbol_type__filter(char symbol_type) in symbol_type__filter() argument90 symbol_type = toupper(symbol_type); in symbol_type__filter()91 return symbol_type == 'T' || symbol_type == 'W' || symbol_type == 'D' || symbol_type == 'B'; in symbol_type__filter()