Searched refs:TEMPSYMLEN (Results 1 – 2 of 2) sorted by relevance
49 #define TEMPSYMLEN 13 in asm_newsym() macro50 char tempsym[TEMPSYMLEN]; in asm_newsym()69 snprintf (tempsym, TEMPSYMLEN, ".L%07u", asmscn->ctx->tempsym_count++); in asm_newsym()
34 * asm_newsym.c (asm_newsym): Increase TEMPSYMLEN to 13.