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

  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 256 #define B_DOT 0x48000000 /* b . */
2545 insn ^= B_DOT;
11424 bfd_put_32 (obfd, B_DOT | (cmp_branch_off & 0x3fffffc), p), p += 4;
11849 bfd_put_32 (obfd, B_DOT | (off & 0x3fffffc), p);
12113 bfd_put_32 (obfd, B_DOT | ((targ - from) & 0x3fffffc), p);
14948 bfd_put_32 (stub_sec->owner, B_DOT | 1 | (delta & 0x3fffffc), p);
15181 B_DOT | ((htab->glink->contents - p + 8) & 0x3fffffc), p);
17702 bfd_put_32 (input_bfd, B_DOT | insn, p);
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 256 #define B_DOT 0x48000000 /* b . */
2553 insn ^= B_DOT;
11424 bfd_put_32 (obfd, B_DOT | (cmp_branch_off & 0x3fffffc), p), p += 4;
11846 bfd_put_32 (obfd, B_DOT | (off & 0x3fffffc), p);
12110 bfd_put_32 (obfd, B_DOT | ((targ - from) & 0x3fffffc), p);
14946 bfd_put_32 (stub_sec->owner, B_DOT | 1 | (delta & 0x3fffffc), p);
15179 B_DOT | ((htab->glink->contents - p + 8) & 0x3fffffc), p);
17690 bfd_put_32 (input_bfd, B_DOT | insn, p);
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 256 #define B_DOT 0x48000000 /* b . */
2553 insn ^= B_DOT;
11407 bfd_put_32 (obfd, B_DOT | (cmp_branch_off & 0x3fffffc), p), p += 4;
11829 bfd_put_32 (obfd, B_DOT | (off & 0x3fffffc), p);
12093 bfd_put_32 (obfd, B_DOT | ((targ - from) & 0x3fffffc), p);
14927 bfd_put_32 (stub_sec->owner, B_DOT | 1 | (delta & 0x3fffffc), p);
15159 B_DOT | ((htab->glink->contents - p + 8) & 0x3fffffc), p);
17660 bfd_put_32 (input_bfd, B_DOT | insn, p);
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 256 #define B_DOT 0x48000000 /* b . */
2558 insn ^= B_DOT;
11404 bfd_put_32 (obfd, B_DOT | (cmp_branch_off & 0x3fffffc), p), p += 4;
11826 bfd_put_32 (obfd, B_DOT | (off & 0x3fffffc), p);
12090 bfd_put_32 (obfd, B_DOT | ((targ - from) & 0x3fffffc), p);
14920 bfd_put_32 (stub_sec->owner, B_DOT | 1 | (delta & 0x3fffffc), p);
15152 B_DOT | ((htab->glink->contents - p + 8) & 0x3fffffc), p);
17653 bfd_put_32 (input_bfd, B_DOT | insn, p);

Completed in 73 milliseconds