Searched refs:mdb_tgt_lookup_by_scope (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_target.h | 201 extern int mdb_tgt_lookup_by_scope(mdb_tgt_t *, const char *,
|
H A D | mdb_ctf.c | 456 err = mdb_tgt_lookup_by_scope(t, name, NULL, &si);
|
H A D | mdb_target.c | 596 * The mdb_tgt_lookup_by_scope function is a convenience routine for code that 605 mdb_tgt_lookup_by_scope(mdb_tgt_t *t, const char *s, GElf_Sym *symp, function
|
H A D | mdb_proc.c | 3942 if (mdb_tgt_lookup_by_scope(t, pta->pta_symbol, &s, 4017 return (mdb_tgt_lookup_by_scope(t, pta->pta_symbol,
|
/illumos-gate/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_kvm.c | 1661 if (mdb_tgt_lookup_by_scope(t, ka->ka_symbol, &s, NULL) == -1) { 1736 return (mdb_tgt_lookup_by_scope(t, ka->ka_symbol,
|
Completed in 147 milliseconds