Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/
Dfaddr2line118 local sym_type=${fields[1]}
140 if [[ $sym_type != t ]] && [[ $sym_type != T ]]; then
142 echo "skipping $func address at $addr due to non-function symbol of type '$sym_type'"
/Linux-v4.19/arch/x86/tools/
Drelocs.c139 static const char *sym_type(unsigned type) in sym_type() function
549 sym_type(ELF_ST_TYPE(sym->st_info)), in print_absolute_symbols()