Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/include/sparc/
H A Dmachdep_sparc.h116 #define M_GOT_LARGE (Sword)(-M_GOT_MAXSMALL - 1)
117 #define M_GOT_SMALL (Sword)(-M_GOT_MAXSMALL - 2)
118 #define M_GOT_MIXED (Sword)(-M_GOT_MAXSMALL - 3)
/illumos-gate/usr/src/uts/common/sys/
H A Delf_SPARC.h240 #define M_GOT_MAXSMALL M64_GOT_MAXSMALL macro
249 #define M_GOT_MAXSMALL M32_GOT_MAXSMALL
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachrel.sparc.c2037 const Sword first_large_ndx = M_GOT_MAXSMALL / 2; in ld_allocate_got()
2054 if (smlgotcnt > M_GOT_MAXSMALL) { in ld_allocate_got()
2056 EC_WORD(smlgotcnt), M_GOT_MAXSMALL); in ld_allocate_got()