Searched defs:small_index (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.sparc.c1849 static Sword small_index; /* starting index for small GOT entries */ variable
1870 gnp->gn_gotndx = small_index;
1871 small_index += gotents;
1872 if (small_index == 0)
1873 small_index = M_GOT_XNumber;
2051 small_index = (neggotoffset == 0) ? M_GOT_XNumber : neggotoffset;

Completed in 49 milliseconds