Home
last modified time | relevance | path

Searched refs:mdb_ctf_lookup_by_addr (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.h78 extern int mdb_ctf_lookup_by_addr(uintptr_t, mdb_ctf_id_t *);
H A Dmdb_ctf.c369 mdb_ctf_lookup_by_addr(uintptr_t addr, mdb_ctf_id_t *p) in mdb_ctf_lookup_by_addr() function
/titanic_41/usr/src/cmd/mdb/common/modules/conf/
H A Dmapfile-extern64 mdb_ctf_lookup_by_addr { FLAGS = EXTERN };
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c1372 if (mdb_ctf_lookup_by_addr(addr, &type) == -1) { in typegraph_build()