Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/arch/powerpc/util/
Dsym-handling.c40 return SYMBOL_A; in arch__choose_best_symbol()
/Linux-v5.4/tools/perf/util/
Dsymbol.c133 return SYMBOL_A; in arch__choose_best_symbol()
146 return SYMBOL_A; in choose_best_symbol()
154 return SYMBOL_A; in choose_best_symbol()
162 return SYMBOL_A; in choose_best_symbol()
170 return SYMBOL_A; in choose_best_symbol()
178 return SYMBOL_A; in choose_best_symbol()
207 if (choose_best_symbol(curr, next) == SYMBOL_A) { in symbols__fixup_duplicate()
Dsymbol.h233 #define SYMBOL_A 0 macro