Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/arch/powerpc/util/
Dsym-handling.c46 return SYMBOL_A; in arch__choose_best_symbol()
/linux-4.4.14/tools/perf/util/
Dsymbol.c97 return SYMBOL_A; in arch__choose_best_symbol()
110 return SYMBOL_A; in choose_best_symbol()
118 return SYMBOL_A; in choose_best_symbol()
126 return SYMBOL_A; in choose_best_symbol()
134 return SYMBOL_A; in choose_best_symbol()
142 return SYMBOL_A; in choose_best_symbol()
168 if (choose_best_symbol(curr, next) == SYMBOL_A) { in symbols__fixup_duplicate()
Dsymbol.h313 #define SYMBOL_A 0 macro