Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
Lynne (lynne@pars.ee)'s status on Saturday, 20-Aug-2022 13:02:42 JSTLynne Suppose I'm using C and linking to an object file that happens to contain a symbol with a dot in its name.
Is there any way I could access that symbol's address in C (to call, or to read?) without using assembly.
I can access the symbol from an assembler easily, it's just that C doesn't let me access it because of the dot.