Home
last modified time | relevance | path

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

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