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);
929 bfd_put_8 (abfd,
946 bfd_put_8 (abfd, 0x55, contents + irel->r_offset - 1); /* bsr8. */
949 bfd_put_8 (abfd, 0x40, contents + irel->r_offset - 1); /* bra8. */
1014 bfd_put_8 (abfd, code, contents + irel->r_offset - 2); /* bCC:8. */
1018 bfd_put_8 (abfd, 0x55, contents + irel->r_offset - 2); /* bsr8. */
1084 bfd_put_8 (abfd, (code & 0xf) | 0x20,
1089 bfd_put_8 (abfd, (code & 0xf) | 0x30,
1096 bfd_put_8 (abfd, 0x7f, contents + irel->r_offset - 2);
1103 bfd_put_8 (abfd, 0x7e, contents + irel->r_offset - 2);
1173 bfd_put_8 (abfd, (code & 0xf) | 0x20,
1178 bfd_put_8 (abfd, (code & 0xf) | 0x30,
1185 bfd_put_8 (abfd, 0x7f, contents + irel->r_offset - 2);
1192 bfd_put_8 (abfd, 0x7e, contents + irel->r_offset - 2);
1303 bfd_put_8 (abfd, op3, op_ptr + 3);
1308 bfd_put_8 (abfd, op2, op_ptr + 2);
1323 bfd_put_8 (abfd, op1, op_ptr + 1);
1335 bfd_put_8 (abfd, code, contents + irel->r_offset - 1);
1425 bfd_put_8 (abfd, op0n, contents + irel->r_offset - 4);
1426 bfd_put_8 (abfd, op1n, contents + irel->r_offset - 3);