Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.sparc.c47 static Sword mixgotcnt = 0; /* # syms with both large/small GOT */ variable
1965 mixgotcnt += gotents; in ld_assign_got_ndx()
1976 mixgotcnt += gotents; in ld_assign_got_ndx()
2059 if (mixgotcnt > (first_large_ndx - M_GOT_XNumber)) { in ld_allocate_got()
2061 EC_WORD(mixgotcnt), first_large_ndx - M_GOT_XNumber); in ld_allocate_got()
2087 mixed_index = large_index - mixgotcnt; in ld_allocate_got()