Searched refs:gpfx (Results 1 – 2 of 2) sorted by relevance
39 static char gpfx; /* prefix for global symbol name (sometimes '_') */ variable327 gpfx = 0; in do_file()343 case EM_IA_64: reltype = R_IA64_IMM64; gpfx = '_'; break; in do_file()344 case EM_MIPS: /* reltype: e_class */ gpfx = '_'; break; in do_file()345 case EM_PPC: reltype = R_PPC_ADDR32; gpfx = '_'; break; in do_file()346 case EM_PPC64: reltype = R_PPC64_ADDR64; gpfx = '_'; break; in do_file()347 case EM_S390: /* reltype: e_class */ gpfx = '_'; break; in do_file()349 case EM_SPARCV9: reltype = R_SPARC_64; gpfx = '_'; break; in do_file()
263 char const *mcount = gpfx == '_' ? "_mcount" : "mcount"; in get_mcountsym()