Searched refs:ADDIS_R12_R12 (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | elf64-ppc.c | 147 #define ADDIS_R12_R12 0x3d8c0000 /* addis %r12,%r12,xxx@ha */ macro 6192 bfd_put_32 (obfd, ADDIS_R12_R12 | 1, p), p += 4; in build_plt_stub() 6196 bfd_put_32 (obfd, ADDIS_R12_R12 | 1, p), p += 4; in build_plt_stub() 7263 bfd_put_32 (htab->glink->owner, ADDIS_R12_R12 | PPC_HA (plt0), p); in ppc64_elf_build_stubs()
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | elf64-ppc.c | 154 #define ADDIS_R12_R12 0x3d8c0000 /* addis %r12,%r12,xxx@ha */ macro 8189 bfd_put_32 (obfd, ADDIS_R12_R12 | 1, p), p += 4; in build_plt_stub() 8193 bfd_put_32 (obfd, ADDIS_R12_R12 | 1, p), p += 4; in build_plt_stub() 9560 bfd_put_32 (htab->glink->owner, ADDIS_R12_R12 | PPC_HA (plt0), p); in ppc64_elf_build_stubs()
|