Searched refs:psymndx (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/sgs/rtld/amd64/ |
H A D | amd64_elf.c | 385 ulong_t roffset, rsymndx, psymndx = 0; in elf_reloc() local 659 if ((rsymndx == psymndx) && in elf_reloc() 731 psymndx = rsymndx; in elf_reloc() 779 psymndx = rsymndx; in elf_reloc()
|
/titanic_41/usr/src/cmd/sgs/rtld/i386/ |
H A D | i386_elf.c | 364 ulong_t dsymndx, roffset, rsymndx, psymndx = 0; in elf_reloc() local 635 if ((rsymndx == psymndx) && in elf_reloc() 707 psymndx = rsymndx; in elf_reloc() 755 psymndx = rsymndx; in elf_reloc()
|
/titanic_41/usr/src/cmd/sgs/rtld/sparc/ |
H A D | sparc_elf.c | 538 ulong_t dsymndx, pltndx, roffset, rsymndx, psymndx = 0; in elf_reloc() local 790 if ((rsymndx == psymndx) && in elf_reloc() 861 psymndx = rsymndx; in elf_reloc() 909 psymndx = rsymndx; in elf_reloc()
|
/titanic_41/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | sparc_elf.c | 743 ulong_t pltndx, roffset, rsymndx, psymndx = 0; in elf_reloc() local 1019 if ((rsymndx == psymndx) && in elf_reloc() 1090 psymndx = rsymndx; in elf_reloc() 1138 psymndx = rsymndx; in elf_reloc()
|