Home
last modified time | relevance | path

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

/onnv-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.h668 extern int callable(Rt_map *, Rt_map *, Grp_hdl *, uint_t);
H A Danalyze.c2751 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 Dutil.c3430 callable(Rt_map *clmp, Rt_map *dlmp, Grp_hdl *ghp, uint_t slflags) in callable() function
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlintern.pod439 not callable at will and are always thrown away after the eval"" is done
H A Dperlmod.pod422 # callable as &$priv_func; it cannot be prototyped.
H A Dperl571delta.pod500 Perl-callable functions to provide low level access to Perl's
H A Dperltoot.pod1091 whether its string argument is a callable method name in that class.
H A Dperl58delta.pod1447 Perl-callable functions to provide low level access to Perl's
H A Dperlfunc.pod990 may still be callable: its package may have an C<AUTOLOAD> method that
1577 exist may still be callable: its package may have an C<AUTOLOAD>
H A Dperldiag.pod970 to a subroutine reference): no such method callable via the package. If