HomeSort by relevance Sort by last modified time
    Searched full:max_branch_offset (Results 1 - 7 of 7) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
elf32-hppa.c 605 bfd_vma max_branch_offset; local
634 max_branch_offset = (1 << (17 - 1)) << 2;
637 max_branch_offset = (1 << (12 - 1)) << 2;
640 max_branch_offset = (1 << (22 - 1)) << 2;
642 if (branch_offset + max_branch_offset >= 2*max_branch_offset)
3313 bfd_vma max_branch_offset = 0; local
    [all...]
elf64-hppa.c 3185 bfd_vma max_branch_offset = 0; local
    [all...]
elf32-metag.c 3583 bfd_vma max_branch_offset; local
    [all...]
elf32-ppc.c 6792 bfd_vma max_branch_offset, val; local
    [all...]
elf64-ppc.c 10072 bfd_vma max_branch_offset; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
powerpc.cc 2660 Address max_branch_offset = max_branch_delta(this->r_type_); local
3629 Address max_branch_offset = max_branch_delta(r_type); local
7236 Address max_branch_offset = max_branch_delta(r_type); local
    [all...]
aarch64.cc 1131 static const int MAX_BRANCH_OFFSET = ((1 << 25) - 1) << 2;
1145 { return offset >= MIN_BRANCH_OFFSET && offset <= MAX_BRANCH_OFFSET; }
    [all...]

Completed in 1720 milliseconds