Home
last modified time | relevance | path

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

/external/elfutils/libasm/
Dasm_newsym.c50 char tempsym[TEMPSYMLEN]; in asm_newsym() local
69 snprintf (tempsym, TEMPSYMLEN, ".L%07u", asmscn->ctx->tempsym_count++); in asm_newsym()
71 name = tempsym; in asm_newsym()
128 else if (name != tempsym && asm_emit_symbol_p (name)) in asm_newsym()