OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 33 milliseconds