Searched refs:SYMINTP (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | analyze.c | 2694 if (SYMINTP(lmp)(&sl, &sr, binfo, in_nfavl)) { in lookup_sym_interpose() 2753 if (SYMINTP(lmp)(&sl, &sr, binfo, in_nfavl)) { in lookup_sym_interpose() 2811 ret = SYMINTP(clmp)(slp, srp, binfo, in_nfavl); in lookup_sym_direct() 2836 ret = SYMINTP(lmp)(&sl, srp, binfo, in_nfavl); in lookup_sym_direct() 2856 ret = SYMINTP(lmp)(&sl, srp, binfo, in_nfavl); in lookup_sym_direct() 2872 ret = SYMINTP(lmp)(&sl, srp, binfo, in_nfavl); in lookup_sym_direct() 2913 if ((SYMINTP(lmp)(slp, srp, binfo, in_nfavl)) || in core_lookup_sym() 2959 return (SYMINTP(ilmp)(slp, srp, binfo, in_nfavl)); in _lookup_sym() 3060 if (SYMINTP(clmp)(&sl, srp, binfo, in_nfavl)) { in _lookup_sym() 3188 return (SYMINTP(clmp)(slp, srp, binfo, in_nfavl)); in lookup_sym()
|
H A D | elf.c | 764 SYMINTP(lmp) = elf_null_find_sym; in elf_disable_filtee() 1186 if (((ret = SYMINTP(sl.sl_imap)(&sl, srp, binfo, 1709 SYMINTP(lmp) = elf_find_sym;
|
H A D | dlfcns.c | 1209 if (THIS_IS_ELF(clmp) && SYMINTP(clmp)(slp, srp, binfo, NULL)) { in sym_lookup_in_caller()
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | rtld.h | 953 #define SYMINTP(X) ((X)->rt_symintp) macro
|