MCPcopy Index your code
hub / github.com/TinyCC/tinycc / get_asm_sym

Function get_asm_sym

tccasm.c:119–128  ·  view source on GitHub ↗

Return a symbol we can use inside the assembler, having name NAME. Symbols from asm and C source share a namespace. If we generate an asm symbol it's also a (file-global) C symbol, but it's either not accessible by name (like "L.123"), or its type information is such that it's not usable without a proper C declaration. Sometimes we need symbols accessible by name from asm, which

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 7

subst_asm_operandFunction · 0.85
asm_expr_unaryFunction · 0.85
asm_parse_directiveFunction · 0.85
asm_instrFunction · 0.85
subst_asm_operandFunction · 0.85
subst_asm_operandFunction · 0.85
subst_asm_operandFunction · 0.85

Calls 2

asm_label_findFunction · 0.85
asm_label_pushFunction · 0.85

Tested by

no test coverage detected