Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/
Drecordmcount.c45 static const char *altmcount; /* alternate mcount symbol name */ variable
523 altmcount = "__gnu_mcount_nc"; in do_file()
Drecordmcount.h281 (altmcount && strcmp(altmcount, symname) == 0) || in get_mcountsym()