Home | History | Annotate | Download | only in bfd

Lines Matching refs:bfd_put_8

373       bfd_put_8 (input_bfd, value, hit_data);
419 bfd_put_8 (input_bfd, value, hit_data);
930 bfd_put_8 (abfd,
947 bfd_put_8 (abfd, 0x55, contents + irel->r_offset - 1); /* bsr8. */
950 bfd_put_8 (abfd, 0x40, contents + irel->r_offset - 1); /* bra8. */
1015 bfd_put_8 (abfd, code, contents + irel->r_offset - 2); /* bCC:8. */
1019 bfd_put_8 (abfd, 0x55, contents + irel->r_offset - 2); /* bsr8. */
1085 bfd_put_8 (abfd, (code & 0xf) | 0x20,
1090 bfd_put_8 (abfd, (code & 0xf) | 0x30,
1097 bfd_put_8 (abfd, 0x7f, contents + irel->r_offset - 2);
1104 bfd_put_8 (abfd, 0x7e, contents + irel->r_offset - 2);
1174 bfd_put_8 (abfd, (code & 0xf) | 0x20,
1179 bfd_put_8 (abfd, (code & 0xf) | 0x30,
1186 bfd_put_8 (abfd, 0x7f, contents + irel->r_offset - 2);
1193 bfd_put_8 (abfd, 0x7e, contents + irel->r_offset - 2);
1304 bfd_put_8 (abfd, op3, op_ptr + 3);
1309 bfd_put_8 (abfd, op2, op_ptr + 2);
1324 bfd_put_8 (abfd, op1, op_ptr + 1);
1336 bfd_put_8 (abfd, code, contents + irel->r_offset - 1);
1426 bfd_put_8 (abfd, op0n, contents + irel->r_offset - 4);
1427 bfd_put_8 (abfd, op1n, contents + irel->r_offset - 3);