Home | History | Annotate | Download | only in bfd

Lines Matching full:jmp_insn

2791   bfd_vma jmp_insn = 0x0000940c;
2819 opcode bits already set in jmp_insn. */
2826 jmp_insn |= ((starget & 0x10000) | ((starget << 3) & 0x1f00000)) >> 16;
2827 bfd_put_16 (stub_bfd, jmp_insn, loc);