MCPcopy Create free account
hub / github.com/Binject/debug / DynamicSymbols

Method DynamicSymbols

elf/file.go:777–780  ·  view source on GitHub ↗

DynamicSymbols returns the dynamic symbol table for f. The symbols will be listed in the order they appear in f. For compatibility with Symbols, DynamicSymbols omits the null symbol at index 0. After retrieving the symbols as symtab, an externally supplied index x corresponds to symtab[x-1], not sy

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

symbolIndexByNameMethod · 0.95
ExportsMethod · 0.95

Calls 1

getSymbolsMethod · 0.95

Tested by

no test coverage detected