Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c2704 if (SYMINTP(lmp)(&sl, &sr, binfo, in_nfavl)) { in lookup_sym_interpose()
2763 if (SYMINTP(lmp)(&sl, &sr, binfo, in_nfavl)) { in lookup_sym_interpose()
2821 if (ret = SYMINTP(clmp)(slp, srp, binfo, in_nfavl)) in lookup_sym_direct()
2845 if (ret = SYMINTP(lmp)(&sl, srp, binfo, in_nfavl)) in lookup_sym_direct()
2864 if (ret = SYMINTP(lmp)(&sl, srp, binfo, in lookup_sym_direct()
2880 ret = SYMINTP(lmp)(&sl, srp, binfo, in_nfavl); in lookup_sym_direct()
2921 if ((SYMINTP(lmp)(slp, srp, binfo, in_nfavl)) || in core_lookup_sym()
2967 return (SYMINTP(ilmp)(slp, srp, binfo, in_nfavl)); in _lookup_sym()
3068 if (SYMINTP(clmp)(&sl, srp, binfo, in_nfavl)) { in _lookup_sym()
3199 return (SYMINTP(clmp)(slp, srp, binfo, in_nfavl)); in lookup_sym()
H A Da.out.c537 SYMINTP(lmp) = aout_find_sym; in aout_new_lmp()
H A Delf.c790 SYMINTP(lmp) = elf_null_find_sym; in elf_disable_filtee()
1212 if (((ret = SYMINTP(sl.sl_imap)(&sl, srp, binfo,
1735 SYMINTP(lmp) = elf_find_sym;
H A Ddlfcns.c1208 if (THIS_IS_ELF(clmp) && SYMINTP(clmp)(slp, srp, binfo, NULL)) { in sym_lookup_in_caller()
/titanic_41/usr/src/cmd/sgs/include/
H A Drtld.h951 #define SYMINTP(X) ((X)->rt_symintp) macro