Home
last modified time | relevance | path

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

/Linux-v6.6/scripts/
Drecordmcount.c57 static char gpfx; /* prefix for global symbol name (sometimes '_') */ variable
564 gpfx = '_'; in do_file()
576 gpfx = 0; in do_file()
584 gpfx = 0; in do_file()
599 case EM_SH: reltype = R_SH_DIR32; gpfx = 0; break; in do_file()
607 gpfx = 0; in do_file()
Drecordmcount.h359 char const *mcount = gpfx == '_' ? "_mcount" : "mcount"; in get_mcountsym()