MCPcopy Index your code
hub / github.com/dtrace4linux/linux / sym_by_addr

Function sym_by_addr

libproc/common/Psymtab.c:2439–2447  ·  view source on GitHub ↗

* Look up a symbol by address in the specified symbol table. * Adjustment to 'addr' must already have been made for the * offset of the symbol if this is a dynamic library symbol table. * * Use a linear or a binary search depending on whether or not we * chose to sort the table in optimize_symtab(). */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

Pxlookup_by_addrFunction · 0.85

Calls 2

sym_by_addr_linearFunction · 0.85
sym_by_addr_binaryFunction · 0.85

Tested by

no test coverage detected