Home
last modified time | relevance | path

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

/external/elfutils/libasm/
Dasm_newsym.c49 #define TEMPSYMLEN 13 in asm_newsym() macro
50 char tempsym[TEMPSYMLEN]; in asm_newsym()
69 snprintf (tempsym, TEMPSYMLEN, ".L%07u", asmscn->ctx->tempsym_count++); in asm_newsym()
DChangeLog34 * asm_newsym.c (asm_newsym): Increase TEMPSYMLEN to 13.