Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.h80 extern int mdb_ctf_lookup_by_addr(uintptr_t, mdb_ctf_id_t *);
H A Dmdb_linkerset.c156 ret = mdb_ctf_lookup_by_addr(addr, &id); in ldset_item_size()
H A Dmdb_ctf.c373 mdb_ctf_lookup_by_addr(uintptr_t addr, mdb_ctf_id_t *p) in mdb_ctf_lookup_by_addr() function
H A Dmdb_cmds.c257 if (mdb_ctf_lookup_by_addr(addr, &mid) != 0) { in write_ctf_uint()
/illumos-gate/usr/src/cmd/mdb/common/modules/conf/
H A Dmapfile-extern68 mdb_ctf_lookup_by_addr { FLAGS = EXTERN };
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dtypegraph.c1372 if (mdb_ctf_lookup_by_addr(addr, &type) == -1) { in typegraph_build()