Searched refs:LKUP_STDRELOC (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/cmd/sgs/rtld/sparc/ |
H A D | sparc_a.out.c | 283 0, 0, 0, 0, LKUP_STDRELOC); in aout_reloc()
|
H A D | sparc_elf.c | 833 rtype, LKUP_STDRELOC); in elf_reloc()
|
/titanic_44/usr/src/cmd/sgs/librtld/common/ |
H A D | relocate.c | 282 0, rsymndx, sym, type, LKUP_STDRELOC); in count_reloc()
|
/titanic_44/usr/src/cmd/sgs/include/ |
H A D | rtld.h | 1006 #define LKUP_STDRELOC 0x0010 /* lookup originates from a standard */ macro
|
/titanic_44/usr/src/cmd/sgs/rtld/common/ |
H A D | analyze.c | 3094 if (sl.sl_flags & LKUP_STDRELOC) { in _lookup_sym() 3206 if ((slp->sl_flags & LKUP_STDRELOC) && in lookup_sym() 3217 if ((slp->sl_flags & LKUP_STDRELOC) && rtype) { in lookup_sym()
|
H A D | elf.c | 2811 sl1.sl_flags &= ~LKUP_STDRELOC;
|
/titanic_44/usr/src/cmd/sgs/rtld/amd64/ |
H A D | amd64_elf.c | 703 rtype, LKUP_STDRELOC); in elf_reloc()
|
/titanic_44/usr/src/cmd/sgs/rtld/i386/ |
H A D | i386_elf.c | 679 rtype, LKUP_STDRELOC); in elf_reloc()
|
/titanic_44/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | sparc_elf.c | 1062 rtype, LKUP_STDRELOC); in elf_reloc()
|