Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/arch/powerpc/util/
Dsym-handling.c42 return SYMBOL_A; in arch__choose_best_symbol()
/Linux-v4.19/tools/perf/util/
Dsymbol.c114 return SYMBOL_A; in arch__choose_best_symbol()
127 return SYMBOL_A; in choose_best_symbol()
135 return SYMBOL_A; in choose_best_symbol()
143 return SYMBOL_A; in choose_best_symbol()
151 return SYMBOL_A; in choose_best_symbol()
159 return SYMBOL_A; in choose_best_symbol()
188 if (choose_best_symbol(curr, next) == SYMBOL_A) { in symbols__fixup_duplicate()
Dsymbol.h349 #define SYMBOL_A 0 macro