HomeSort by: relevance | last modified time | path
    Searched defs:max_br_offset (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 15598 bfd_vma max_br_offset;
16399 max_br_offset = 1 << 25;
16440 max_br_offset = 1 << 15;
16631 || (relocation + addend - from + max_br_offset
16632 < 2 * max_br_offset)))
16642 && (relocation + addend - from + max_br_offset
16643 < 2 * max_br_offset))
16650 && (relocation + addend - from + max_br_offset
16651 < 2 * max_br_offset))
15594 bfd_vma max_br_offset; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 15596 bfd_vma max_br_offset;
16393 max_br_offset = 1 << 25;
16434 max_br_offset = 1 << 15;
16625 || (relocation + addend - from + max_br_offset
16626 < 2 * max_br_offset)))
16636 && (relocation + addend - from + max_br_offset
16637 < 2 * max_br_offset))
16644 && (relocation + addend - from + max_br_offset
16645 < 2 * max_br_offset))
15592 bfd_vma max_br_offset; local
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 15571 bfd_vma max_br_offset;
16368 max_br_offset = 1 << 25;
16409 max_br_offset = 1 << 15;
16595 || (relocation + addend - from + max_br_offset
16596 < 2 * max_br_offset)))
16606 && (relocation + addend - from + max_br_offset
16607 < 2 * max_br_offset))
16614 && (relocation + addend - from + max_br_offset
16615 < 2 * max_br_offset))
15567 bfd_vma max_br_offset; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 15564 bfd_vma max_br_offset;
16361 max_br_offset = 1 << 25;
16402 max_br_offset = 1 << 15;
16588 || (relocation + addend - from + max_br_offset
16589 < 2 * max_br_offset)))
16599 && (relocation + addend - from + max_br_offset
16600 < 2 * max_br_offset))
16607 && (relocation + addend - from + max_br_offset
16608 < 2 * max_br_offset))
15560 bfd_vma max_br_offset; local

Completed in 75 milliseconds