Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dmachrel.sparc.c2003 const Sword first_large_ndx = M_GOT_MAXSMALL / 2; in ld_allocate_got() local
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()
2035 neggotoffset = ((smlgotcnt >= first_large_ndx) ? in ld_allocate_got()
2036 (first_large_ndx - smlgotcnt) : 0); in ld_allocate_got()