Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dmaps.c71 mip = (map_info_t *)&(ph->pp_execmap); in str_to_map()
93 if ((addr >= ph->pp_execmap.mi_addr) && in addr_to_map()
94 (addr <= ph->pp_execmap.mi_end)) in addr_to_map()
95 return ((map_info_t *)&(ph->pp_execmap)); in addr_to_map()
H A Dps.c164 &(procp->pp_execmap)); in ps_init()
165 procp->pp_execmap.mi_name = "<procfs: exec>"; in ps_init()
H A Drdb.h160 map_info_t pp_execmap; /* exec map info */ member
H A Dsyms.c228 return (str_map_sym(name, &(ph->pp_execmap), symp, NULL)); in str_to_sym()