Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A D_elf.h53 extern int elf_find_sym(Slookup *, Sresult *, uint_t *, int *);
H A Delf.c1320 elf_find_sym(Slookup *slp, Sresult *srp, uint_t *binfo, int *in_nfavl) function
1709 SYMINTP(lmp) = elf_find_sym;
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c456 if (elf_find_sym(&sl, &sr, &binfo, NULL) == 0) in elf_reloc()
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c434 if (elf_find_sym(&sl, &sr, &binfo, NULL) == 0) in elf_reloc()