ObjAddr returns the objdump address corresponding to a runtime address.
(addr uint64)
| 164 | |
| 165 | // ObjAddr returns the objdump address corresponding to a runtime address. |
| 166 | ObjAddr(addr uint64) (uint64, error) |
| 167 | |
| 168 | // BuildID returns the GNU build ID of the file, or an empty string. |
| 169 | BuildID() string |
no outgoing calls