Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/
Drecordmcount.c44 static char gpfx; /* prefix for global symbol name (sometimes '_') */ variable
500 gpfx = 0; in do_file()
524 gpfx = '_'; in do_file()
526 case EM_IA_64: reltype = R_IA64_IMM64; gpfx = '_'; break; in do_file()
527 case EM_MIPS: /* reltype: e_class */ gpfx = '_'; break; in do_file()
528 case EM_PPC: reltype = R_PPC_ADDR32; gpfx = '_'; break; in do_file()
529 case EM_PPC64: reltype = R_PPC64_ADDR64; gpfx = '_'; break; in do_file()
530 case EM_S390: /* reltype: e_class */ gpfx = '_'; break; in do_file()
532 case EM_SPARCV9: reltype = R_SPARC_64; gpfx = '_'; break; in do_file()
Drecordmcount.h263 char const *mcount = gpfx == '_' ? "_mcount" : "mcount"; in get_mcountsym()