Searched refs:M_GOT_MAXSMALL (Results 1 – 3 of 3) sorted by relevance
116 #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)
240 #define M_GOT_MAXSMALL M64_GOT_MAXSMALL macro249 #define M_GOT_MAXSMALL M32_GOT_MAXSMALL
2037 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()