Home
last modified time | relevance | path

Searched refs:_tobj (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c75 Rt_map **_tobj; in purge_exit_handlers() local
89 for (num = 0, _tobj = tobj; *_tobj != NULL; _tobj++) { in purge_exit_handlers()
90 Rt_map *lmp = *_tobj; in purge_exit_handlers()
110 for (_tobj = tobj, _addr = addr; *_tobj != NULL; _tobj++) { in purge_exit_handlers()
111 Rt_map *lmp = *_tobj; in purge_exit_handlers()
H A Dutil.c704 Rt_map **_tobj, **_nobj; in call_init() local
721 for (_tobj = _nobj = tobj, _nobj++; *_tobj != NULL; _tobj++, _nobj++) { in call_init()
722 Rt_map *lmp = *_tobj; in call_init()
803 Rt_map **_tobj; in call_fini() local
805 for (_tobj = tobj; *_tobj != NULL; _tobj++) { in call_fini()
806 Rt_map *lmp = *_tobj; in call_fini()