HomeSort by relevance Sort by last modified time
    Searched full:tempsym (Results 1 - 1 of 1) sorted by null

  /external/elfutils/libasm/
asm_newsym.c 37 char tempsym[TEMPSYMLEN]; local
56 snprintf (tempsym, TEMPSYMLEN, ".L%07u", asmscn->ctx->tempsym_count++);
72 name ?: tempsym, 0);
79 name = tempsym;
101 elf_hash (name ?: tempsym), result) != 0)

Completed in 4157 milliseconds