Searched refs:callable (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/sgs/rtld/common/ |
H A D | remove.c | 1198 if ((callable(lmp, dlmp, 0, 0) == 0) || in remove_hdl() 1199 callable(lmp, dlmp, ghp, 0)) in remove_hdl()
|
H A D | _rtld.h | 671 extern int callable(Rt_map *, Rt_map *, Grp_hdl *, uint_t);
|
H A D | analyze.c | 2751 if (callable(clmp, lmp, 0, sl.sl_flags)) { in lookup_sym_interpose() 2918 if (callable(slp->sl_cmap, lmp, 0, slp->sl_flags)) { in core_lookup_sym() 2938 if (callable(slp->sl_cmap, lmp, 0, slp->sl_flags)) { in rescan_lazy_find_sym()
|
H A D | util.c | 3454 callable(Rt_map *clmp, Rt_map *dlmp, Grp_hdl *ghp, uint_t slflags) in callable() function
|