You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adds the call destination names in the assembly output
This is a simple quality of life update that should be done many years
ago. This change adds printing the jump destination address and name,
if present, in the assembly output, much like objdump does, e.g.,
```
c203: e8 70 7c ff ff callq -0x8390 # 3e78 <malloc>
```
This commit also publishes the `Symtab.callee` function that gives this
information.
0 commit comments