Lines Matching refs:LIMIT
7795 bfd_vma low_vma, high_vma, limit;
7801 /* A bl insn can reach -0x2000000 to 0x1fffffc. The limit is
7806 limit = -htab->params->group_size;
7807 if (limit == 1)
7808 limit = 0x1e00000;
7812 limit = htab->params->group_size;
7813 if (limit == 1)
7814 limit = 0x1c00000;
7831 if (high_vma - low_vma < limit)
7912 if (to - from + limit < 2 * limit
9695 #define LIMIT_ADJUST(LIMIT) ((LIMIT) - (LIMIT) / 16)
12739 bfd_vma addr, off, limit;
12757 limit = 0x80008000;
12759 limit = 0x10000;
12760 if (off + isec->size > limit)