Symbols returns a list of symbols in the object file. If r is not nil, Symbols restricts the list to symbols with names matching the regular expression. If addr is not zero, Symbols restricts the list to symbols containing that address.
(r *regexp.Regexp, addr uint64)
| 152 | // If addr is not zero, Symbols restricts the list to symbols |
| 153 | // containing that address. |
| 154 | Symbols(r *regexp.Regexp, addr uint64) ([]*Sym, error) |
| 155 | |
| 156 | // Close closes the file, releasing associated resources. |
| 157 | Close() error |
nothing calls this directly
no outgoing calls
no test coverage detected