Searched refs:lookup_sym (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c257 if (lookup_sym(&sl, &sr, &binfo, NULL) == 0) {
683 if (lookup_sym(&sl, &sr, &binfo,
938 if (lookup_sym(&sl, &sr, &binfo, NULL) == 0)
946 if (lookup_sym(&sl, &sr, &binfo, NULL) == 0)
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c278 if (lookup_sym(&sl, &sr, &binfo, NULL) == 0) {
707 if (lookup_sym(&sl, &sr, &binfo,
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Drelocate.c287 if (lookup_sym(&sl, &sr, &binfo, NULL)) {
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_elf.c429 if (lookup_sym(&sl, &sr, &binfo, NULL) == 0) {
837 if (lookup_sym(&sl, &sr, &binfo,
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dsparc_elf.c570 if (lookup_sym(&sl, &sr, &binfo, NULL) == 0) {
1066 if (lookup_sym(&sl, &sr, &binfo,
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h995 * Flags for lookup_sym (and hence find_sym) routines.
1026 * convey this data to lookup_sym(), and in special cases, to other core
1027 * routines that provide the implementation details for lookup_sym()
1032 * the implementation details for lookup_sym(). This modification accommodates
1047 * The symbols hash value is computed by lookup_sym, and propagated throughout
1049 * routine that provides the implementation details for lookup_sym(), ie.
1052 * The symbols binding information is established by lookup_sym() when the
1058 * are established in lookup_sym() from attributes of the symbol reference.
1154 extern int lookup_sym(Slookup *, Sresult *, uint_t *, int *);
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Da.out.c465 return (lookup_sym(&sl, srp, binfo, in_nfavl));
678 * lookup routine (see lookup_sym():analyze.c).
H A Delf.c99 lookup_sym,
2819 if (lookup_sym(&sl1, &sr, binfo, in_nfavl)) {
2847 if (lookup_sym(&sl2, &sr, binfo,
H A Danalyze.c3169 lookup_sym(Slookup *slp, Sresult *srp, uint_t *binfo, int *in_nfavl) function

Completed in 704 milliseconds