Home
last modified time | relevance | path

Searched refs:addr_to_map (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Ddis.c83 if ((mip = addr_to_map(ph, address)) != 0) { in print_address_ps()
H A Drdb.h199 extern map_info_t *addr_to_map(struct ps_prochandle *, ulong_t);
H A Dmaps.c81 addr_to_map(struct ps_prochandle *ph, ulong_t addr) in addr_to_map() function
184 if ((mip = addr_to_map(ph, in display_maps()
H A Dsyms.c213 if ((mip = addr_to_map(ph, addr)) == NULL) in addr_to_sym()
H A Dbpt.c392 if ((mip = addr_to_map(ph, pc)) == (map_info_t *)0) in is_plt()