Home
last modified time | relevance | path

Searched refs:small_index (Results 1 – 1 of 1) sorted by relevance

/titanic_50/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; in ld_assign_got()
1871 small_index += gotents; in ld_assign_got()
1872 if (small_index == 0) in ld_assign_got()
1873 small_index = M_GOT_XNumber; in ld_assign_got()
2051 small_index = (neggotoffset == 0) ? M_GOT_XNumber : neggotoffset; in ld_allocate_got()