Searched refs:MAX_LOC_SIZE (Results 1 – 2 of 2) sorted by relevance
100 #define MAX_LOC_SIZE ((1 << LOC_SIZE_BITS) - 1) macro
509 if (size > MAX_LOC_SIZE) { in ML_()523 vg_assert(size <= MAX_LOC_SIZE); in ML_()2007 if (new_size > MAX_LOC_SIZE) { in canonicaliseLoctab()2008 di->loctab[i].size = MAX_LOC_SIZE; in canonicaliseLoctab()