Home
last modified time | relevance | path

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

/scripts/
Drecordmcount.c51 static const char *altmcount; /* alternate mcount symbol name */ variable
552 altmcount = "__gnu_mcount_nc"; in do_file()
Drecordmcount.h365 (altmcount && strcmp(altmcount, symname) == 0) || in get_mcountsym()