Searched refs:elf_find_sym (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | _elf.h | 53 extern int elf_find_sym(Slookup *, Sresult *, uint_t *, int *);
|
H A D | elf.c | 1346 elf_find_sym(Slookup *slp, Sresult *srp, uint_t *binfo, int *in_nfavl) function 1735 SYMINTP(lmp) = elf_find_sym;
|
/titanic_41/usr/src/cmd/sgs/rtld/amd64/ |
H A D | amd64_elf.c | 456 if (elf_find_sym(&sl, &sr, &binfo, NULL) == 0) in elf_reloc()
|
/titanic_41/usr/src/cmd/sgs/rtld/i386/ |
H A D | i386_elf.c | 434 if (elf_find_sym(&sl, &sr, &binfo, NULL) == 0) in elf_reloc()
|