Home | History | Annotate | Download | only in bfd

Lines Matching refs:LIMIT

7788   bfd_vma low_vma, high_vma, limit;
7794 /* A bl insn can reach -0x2000000 to 0x1fffffc. The limit is
7799 limit = -htab->params->group_size;
7800 if (limit == 1)
7801 limit = 0x1e00000;
7805 limit = htab->params->group_size;
7806 if (limit == 1)
7807 limit = 0x1c00000;
7824 if (high_vma - low_vma < limit)
7905 if (to - from + limit < 2 * limit
9688 #define LIMIT_ADJUST(LIMIT) ((LIMIT) - (LIMIT) / 16)
12722 bfd_vma addr, off, limit;
12740 limit = 0x80008000;
12742 limit = 0x10000;
12743 if (off + isec->size > limit)