Home
last modified time | relevance | path

Searched refs:symb (Results 1 – 3 of 3) sorted by relevance

/tools/perf/arch/powerpc/util/
Dsym-handling.c24 struct symbol *symb __maybe_unused) in arch__choose_best_symbol()
/tools/perf/util/
Dsymbol.c126 struct symbol *symb __maybe_unused) in arch__choose_best_symbol()
137 static int choose_best_symbol(struct symbol *syma, struct symbol *symb) in choose_best_symbol() argument
145 b = symb->end - symb->start; in choose_best_symbol()
153 b = symb->binding == STB_WEAK; in choose_best_symbol()
161 b = symb->binding == STB_GLOBAL; in choose_best_symbol()
169 b = prefix_underscores_count(symb->name); in choose_best_symbol()
177 nb = strlen(symb->name); in choose_best_symbol()
183 return arch__choose_best_symbol(syma, symb); in choose_best_symbol()
Dsymbol.h240 int arch__choose_best_symbol(struct symbol *syma, struct symbol *symb);