Searched refs:SYMINTP (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | analyze.c | 2704 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 D | a.out.c | 537 SYMINTP(lmp) = aout_find_sym; in aout_new_lmp()
|
H A D | elf.c | 790 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 D | dlfcns.c | 1208 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 D | rtld.h | 951 #define SYMINTP(X) ((X)->rt_symintp) macro
|