Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dmachrel.sparc.c46 static Sword smlgotcnt = M_GOT_XNumber; /* no. of small GOT symbols */ variable
1941 smlgotcnt += gotents; in ld_assign_got_ndx()
1956 smlgotcnt += gotents; in ld_assign_got_ndx()
2020 if (smlgotcnt > M_GOT_MAXSMALL) { in ld_allocate_got()
2022 EC_WORD(smlgotcnt), M_GOT_MAXSMALL); in ld_allocate_got()
2035 neggotoffset = ((smlgotcnt >= first_large_ndx) ? in ld_allocate_got()
2036 (first_large_ndx - smlgotcnt) : 0); in ld_allocate_got()
2052 large_index = neggotoffset + smlgotcnt; in ld_allocate_got()