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

Function ps_pglobal_sym

libproc/common/Pservice.c:358–381  ·  view source on GitHub ↗

* Search for a symbol by name and return the corresponding symbol * information. If we're compiled _LP64, we just call Plookup_by_name * and return because ps_sym_t is defined to be an Elf64_Sym, which * is the same as a GElf_Sym. In the _ILP32 case, we have to convert * Plookup_by_name's result back to a ps_sym_t (which is an Elf32_Sym). */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

Plookup_by_nameFunction · 0.85

Tested by

no test coverage detected