Home
last modified time | relevance | path

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

/Linux-v6.6/tools/perf/arch/powerpc/util/
Dsym-handling.c30 return SYMBOL_A; in arch__choose_best_symbol()
/Linux-v6.6/tools/perf/util/
Dsymbol.c139 return SYMBOL_A; in arch__choose_best_symbol()
152 return SYMBOL_A; in choose_best_symbol()
160 return SYMBOL_A; in choose_best_symbol()
168 return SYMBOL_A; in choose_best_symbol()
176 return SYMBOL_A; in choose_best_symbol()
184 return SYMBOL_A; in choose_best_symbol()
213 if (choose_best_symbol(curr, next) == SYMBOL_A) { in symbols__fixup_duplicate()
Dsymbol.h226 #define SYMBOL_A 0 macro