Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dmachrel.sparc.c47 static Sword mixgotcnt = 0; /* # syms with both large/small GOT */ variable
1931 mixgotcnt += gotents; in ld_assign_got_ndx()
1942 mixgotcnt += gotents; in ld_assign_got_ndx()
2025 if (mixgotcnt > (first_large_ndx - M_GOT_XNumber)) { in ld_allocate_got()
2027 EC_WORD(mixgotcnt), first_large_ndx - M_GOT_XNumber); in ld_allocate_got()
2053 mixed_index = large_index - mixgotcnt; in ld_allocate_got()