Searched refs:r_pltndx (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A D_librtld.h71 Xword r_pltndx; /* pltndx if a JMP relocation */ member in struct:reloc
H A Drelocate.c108 reloc->r_pltndx = ++pltndx;
/illumos-gate/usr/src/cmd/sgs/librtld/i386/
H A D_relocate.c133 (uintptr_t)value, reloc->r_pltndx);
/illumos-gate/usr/src/cmd/sgs/librtld/amd64/
H A D_relocate.c142 (uintptr_t)value, reloc->r_pltndx);
/illumos-gate/usr/src/cmd/sgs/librtld/sparc/
H A D_relocate.c132 (uintptr_t)value, reloc->r_pltndx);
/illumos-gate/usr/src/cmd/sgs/librtld/sparcv9/
H A D_relocate.c132 (uintptr_t)value, reloc->r_pltndx);

Completed in 60 milliseconds