Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dremove.c1198 if ((callable(lmp, dlmp, 0, 0) == 0) || in remove_hdl()
1199 callable(lmp, dlmp, ghp, 0)) in remove_hdl()
H A D_rtld.h664 extern int callable(Rt_map *, Rt_map *, Grp_hdl *, uint_t);
H A Danalyze.c2741 if (callable(clmp, lmp, 0, sl.sl_flags)) { in lookup_sym_interpose()
2910 if (callable(slp->sl_cmap, lmp, 0, slp->sl_flags)) { in core_lookup_sym()
2930 if (callable(slp->sl_cmap, lmp, 0, slp->sl_flags)) { in rescan_lazy_find_sym()
H A Dutil.c3457 callable(Rt_map *clmp, Rt_map *dlmp, Grp_hdl *ghp, uint_t slflags) in callable() function