Home
last modified time | relevance | path

Searched refs:altmcount (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/scripts/
Drecordmcount.c55 static const char *altmcount; /* alternate mcount symbol name */ variable
370 altmcount = "__gnu_mcount_nc"; in do_file()
381 altmcount = "_mcount_wrapper"; in do_file()
Drecordmcount.h269 (altmcount && strcmp(altmcount, symname) == 0) || in get_mcountsym()