Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A D_elf.h54 extern int elf_lazy_find_sym(Slookup *, Sresult *, uint_t *, int *);
H A Ddlfcns.c1143 if (elf_lazy_find_sym(&sl, srp, binfo, in dlsym_handle()
1193 if (elf_lazy_find_sym(&sl, srp, binfo, in dlsym_handle()
H A Danalyze.c2933 if (elf_lazy_find_sym(slp, srp, binfo, in_nfavl)) in rescan_lazy_find_sym()
H A Delf.c2662 elf_lazy_find_sym(Slookup *slp, Sresult *srp, uint_t *binfo, int *in_nfavl) function