Searched refs:lookup_sym (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/cmd/sgs/rtld/i386/ |
H A D | i386_elf.c | 257 if (lookup_sym(&sl, &sr, &binfo, NULL) == 0) { in elf_bndr() 683 if (lookup_sym(&sl, &sr, &binfo, in elf_reloc() 938 if (lookup_sym(&sl, &sr, &binfo, NULL) == 0) in _elf_copy_reloc() 946 if (lookup_sym(&sl, &sr, &binfo, NULL) == 0) in _elf_copy_reloc()
|
/titanic_50/usr/src/cmd/sgs/librtld/common/ |
H A D | mapfile-vers | 53 lookup_sym { TYPE = FUNCTION; FLAGS = PARENT };
|
H A D | relocate.c | 287 if (lookup_sym(&sl, &sr, &binfo, NULL)) { in count_reloc()
|
/titanic_50/usr/src/cmd/sgs/rtld/common/ |
H A D | mapfile-vers | 83 lookup_sym;
|
H A D | a.out.c | 465 return (lookup_sym(&sl, srp, binfo, in_nfavl)); in aout_lookup_sym()
|
H A D | elf.c | 99 lookup_sym, 2819 if (lookup_sym(&sl1, &sr, binfo, in_nfavl)) { 2847 if (lookup_sym(&sl2, &sr, binfo,
|
H A D | analyze.c | 3169 lookup_sym(Slookup *slp, Sresult *srp, uint_t *binfo, int *in_nfavl) in lookup_sym() function
|
/titanic_50/usr/src/cmd/sgs/rtld/amd64/ |
H A D | amd64_elf.c | 278 if (lookup_sym(&sl, &sr, &binfo, NULL) == 0) { in elf_bndr() 707 if (lookup_sym(&sl, &sr, &binfo, in elf_reloc()
|
/titanic_50/usr/src/cmd/sgs/rtld/sparc/ |
H A D | sparc_elf.c | 429 if (lookup_sym(&sl, &sr, &binfo, NULL) == 0) { in elf_bndr() 837 if (lookup_sym(&sl, &sr, &binfo, in elf_reloc()
|
/titanic_50/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | sparc_elf.c | 570 if (lookup_sym(&sl, &sr, &binfo, NULL) == 0) { in elf_bndr() 1066 if (lookup_sym(&sl, &sr, &binfo, in elf_reloc()
|
/titanic_50/usr/src/cmd/sgs/include/ |
H A D | rtld.h | 1154 extern int lookup_sym(Slookup *, Sresult *, uint_t *, int *);
|