Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/liblddbg/common/
H A Ddlfcns.c32 Dbg_dl_iphdr_enter(Rt_map *clmp, u_longlong_t cnt_map, u_longlong_t cnt_unmap) in Dbg_dl_iphdr_enter() argument
41 dbg_print(lml, MSG_INTL(MSG_DL_IPHDR_MAPCNT), cnt_map, cnt_unmap); in Dbg_dl_iphdr_enter()
59 Dbg_dl_iphdr_mapchange(Lm_list *lml, u_longlong_t cnt_map, in Dbg_dl_iphdr_mapchange() argument
66 dbg_print(lml, MSG_INTL(MSG_DL_IPHDR_MAPCNT), cnt_map, cnt_unmap); in Dbg_dl_iphdr_mapchange()
/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Ddlfcns.c2292 u_longlong_t l_cnt_map = cnt_map; in dl_iterate_phdr()
2306 DBG_CALL(Dbg_dl_iphdr_enter(clmp, cnt_map, cnt_unmap)); in dl_iterate_phdr()
2328 info.dlpi_adds = cnt_map; in dl_iterate_phdr()
2342 if ((cnt_map == l_cnt_map) && in dl_iterate_phdr()
2346 DBG_CALL(Dbg_dl_iphdr_mapchange(clml, cnt_map, in dl_iterate_phdr()
2351 l_cnt_map = cnt_map; in dl_iterate_phdr()
H A Dsetup.c76 u_longlong_t cnt_map = 1; variable
290 cnt_map++; in setup()
H A D_rtld.h655 extern u_longlong_t cnt_map; /* Incr. for each object mapped */
H A Danalyze.c1722 cnt_map++; in map_obj()