Tagged Questions
0
votes
2answers
178 views
gcc to tell a register compiled from which variable
I need to know from which variable is a register of a binary instruction in the obj file is compiled from.
In short: the mapping from the register to variable for each instruction
Example: suppose ...