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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.sparc.c45 static Sword neggotoffset = 0; /* off. of GOT table from GOT symbol */ variable
100 (-neggotoffset * M_GOT_ENTSIZE)));
1252 R1addr = (Xword)((-neggotoffset * M_GOT_ENTSIZE) +
1276 (-neggotoffset * M_GOT_ENTSIZE));
2035 neggotoffset = ((smlgotcnt >= first_large_ndx) ?
2051 small_index = (neggotoffset == 0) ? M_GOT_XNumber : neggotoffset;
2052 large_index = neggotoffset + smlgotcnt;
2058 addr = -neggotoffset * M_GOT_ENTSIZE;
2087 (-neggotoffset * M_GOT_ENTSIZ
[all...]

Completed in 61 milliseconds