Home
last modified time | relevance | path

Searched refs:bfd_put_8 (Results 1 – 25 of 44) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-m68hc11.c419 bfd_put_8 (stub_bfd, 0x37, loc); in m68hc11_elf_build_one_stub()
420 bfd_put_8 (stub_bfd, 0xC6, loc + 1); in m68hc11_elf_build_one_stub()
421 bfd_put_8 (stub_bfd, phys_page, loc + 2); in m68hc11_elf_build_one_stub()
425 bfd_put_8 (stub_bfd, 0x18, loc); in m68hc11_elf_build_one_stub()
426 bfd_put_8 (stub_bfd, 0xCE, loc + 1); in m68hc11_elf_build_one_stub()
431 bfd_put_8 (stub_bfd, 0x7E, loc); in m68hc11_elf_build_one_stub()
627 bfd_put_8 (abfd, code, contents + offset); in m68hc11_relax_group()
628 bfd_put_8 (abfd, new_value, contents + offset + 1); in m68hc11_relax_group()
901 bfd_put_8 (abfd, code, contents + prev_insn_branch->r_offset); in m68hc11_elf_relax_section()
902 bfd_put_8 (abfd, 0xff, in m68hc11_elf_relax_section()
[all …]
Dcoff-h8300.c693 bfd_put_8 (abfd, gap, data + dst_address); in h8300_reloc16_extra_cases()
737 bfd_put_8 (abfd, value & 0xff, data + dst_address); in h8300_reloc16_extra_cases()
842 bfd_put_8 (abfd, 0x55, data + dst_address - 1); in h8300_reloc16_extra_cases()
846 bfd_put_8 (abfd, 0x40, data + dst_address - 1); in h8300_reloc16_extra_cases()
854 bfd_put_8 (abfd, gap, data + dst_address); in h8300_reloc16_extra_cases()
901 bfd_put_8 (abfd, tmp, data + dst_address - 2); in h8300_reloc16_extra_cases()
906 bfd_put_8 (abfd, 0x55, data + dst_address - 2); in h8300_reloc16_extra_cases()
914 bfd_put_8 (abfd, gap, data + dst_address - 1); in h8300_reloc16_extra_cases()
939 bfd_put_8 (abfd, 0x55, data + dst_address); in h8300_reloc16_extra_cases()
943 bfd_put_8 (abfd, 0x40, data + dst_address); in h8300_reloc16_extra_cases()
[all …]
Delf32-h8300.c344 bfd_put_8 (input_bfd, value, hit_data); in elf32_h8_final_link_relocate()
390 bfd_put_8 (input_bfd, value, hit_data); in elf32_h8_final_link_relocate()
884 bfd_put_8 (abfd, in elf32_h8_relax_section()
901 bfd_put_8 (abfd, 0x55, contents + irel->r_offset - 1); in elf32_h8_relax_section()
904 bfd_put_8 (abfd, 0x40, contents + irel->r_offset - 1); in elf32_h8_relax_section()
969 bfd_put_8 (abfd, code, contents + irel->r_offset - 2); in elf32_h8_relax_section()
973 bfd_put_8 (abfd, 0x55, contents + irel->r_offset - 2); in elf32_h8_relax_section()
1038 bfd_put_8 (abfd, (code & 0xf) | 0x20, in elf32_h8_relax_section()
1043 bfd_put_8 (abfd, (code & 0xf) | 0x30, in elf32_h8_relax_section()
1050 bfd_put_8 (abfd, 0x7f, contents + irel->r_offset - 2); in elf32_h8_relax_section()
[all …]
Dsom.c1069 bfd_put_8 (abfd, R_PREV_FIXUP + queue_index, p); in try_prev_fixup()
1101 bfd_put_8 (abfd, R_NO_RELOCATION + 31, p); in som_reloc_skip()
1102 bfd_put_8 (abfd, 0xff, p + 1); in som_reloc_skip()
1108 bfd_put_8 (abfd, R_PREV_FIXUP, p); in som_reloc_skip()
1124 bfd_put_8 (abfd, R_NO_RELOCATION + (skip >> 2) - 1, p); in som_reloc_skip()
1131 bfd_put_8 (abfd, R_NO_RELOCATION + 24 + (((skip >> 2) - 1) >> 8), p); in som_reloc_skip()
1132 bfd_put_8 (abfd, (skip >> 2) - 1, p + 1); in som_reloc_skip()
1138 bfd_put_8 (abfd, R_NO_RELOCATION + 28 + (((skip >> 2) - 1) >> 16), p); in som_reloc_skip()
1146 bfd_put_8 (abfd, R_NO_RELOCATION + 31, p); in som_reloc_skip()
1147 bfd_put_8 (abfd, (skip - 1) >> 16, p + 1); in som_reloc_skip()
[all …]
Dcoff-w65.c245 bfd_put_8 (abfd, gap, data + dst_address);
256 bfd_put_8 (abfd, gap, data + dst_address);
267 bfd_put_8 (abfd, gap, data + dst_address);
309 bfd_put_8 (abfd, gap >> 16, data+dst_address + 2);
333 bfd_put_8 (abfd, gap, data + dst_address);
Delf-m10300.c1121 bfd_put_8 (input_bfd, value & 0xff, hit_data);
1122 bfd_put_8 (input_bfd, (value >> 8) & 0xff, hit_data + 1);
1123 bfd_put_8 (input_bfd, (value >> 16) & 0xff, hit_data + 2);
1141 bfd_put_8 (input_bfd, value, hit_data);
1153 bfd_put_8 (input_bfd, value, hit_data);
1226 bfd_put_8 (input_bfd, value, hit_data);
1227 bfd_put_8 (input_bfd, (value >> 8) & 0xff, hit_data + 1);
1228 bfd_put_8 (input_bfd, (value >> 16) & 0xff, hit_data + 2);
1366 bfd_put_8 (input_bfd, value & 0xff, hit_data);
1367 bfd_put_8 (input_bfd, (value >> 8) & 0xff, hit_data + 1);
[all …]
Delf-m10200.c272 bfd_put_8 (input_bfd, value, hit_data);
295 bfd_put_8 (input_bfd, value, hit_data);
639 bfd_put_8 (abfd, 0xfc, contents + irel->r_offset - 2);
641 bfd_put_8 (abfd, 0xfd, contents + irel->r_offset - 2);
691 bfd_put_8 (abfd, 0xea, contents + irel->r_offset - 1);
840 bfd_put_8 (abfd, code, contents + irel->r_offset - 1);
902 bfd_put_8 (abfd, 0xf8 + (code & 0x03),
954 bfd_put_8 (abfd, code, contents + irel->r_offset - 2);
1024 bfd_put_8 (abfd, 0xf7, contents + irel->r_offset - 2);
1059 bfd_put_8 (abfd, code, contents + irel->r_offset - 1);
[all …]
Dcoff-z8k.c170 bfd_put_8 (in_abfd, in extra_case()
202 bfd_put_8 (in_abfd, in extra_case()
242 bfd_put_8 (in_abfd, gap, data + *dst_ptr); in extra_case()
271 bfd_put_8 (in_abfd, in extra_case()
Delf32-cr16c.c428 bfd_put_8 (abfd, (bfd_vma) value, (unsigned char *) data + octets); in cr16c_elf_final_link_relocate()
461 bfd_put_8 (abfd, (bfd_vma) value, (unsigned char *) data + octets); in cr16c_elf_final_link_relocate()
525 bfd_put_8 (abfd, (bfd_vma) value, (unsigned char *) data + octets); in cr16c_elf_final_link_relocate()
534 bfd_put_8 (abfd, (bfd_vma) value, (unsigned char *) data + octets); in cr16c_elf_final_link_relocate()
563 bfd_put_8 (abfd, (bfd_vma) value, (unsigned char *) data + octets); in cr16c_elf_final_link_relocate()
573 bfd_put_8 (abfd, (bfd_vma) value, in cr16c_elf_final_link_relocate()
619 bfd_put_8 (abfd, (bfd_vma) value, (unsigned char *) data + octets); in cr16c_elf_final_link_relocate()
Delf32-m68hc12.c465 bfd_put_8 (stub_bfd, 0xCD, loc); in m68hc12_elf_build_one_stub()
470 bfd_put_8 (stub_bfd, 0x4a, loc); in m68hc12_elf_build_one_stub()
472 bfd_put_8 (stub_bfd, phys_page, loc + 3); in m68hc12_elf_build_one_stub()
Dcoff-h8500.c182 bfd_put_8 (in_abfd,
190 bfd_put_8 (in_abfd,
263 bfd_put_8 (in_abfd, gap, data + *dst_ptr);
Delf32-crx.c530 bfd_put_8 (input_bfd, (unsigned char) Rvalue, hit_data); in crx_elf_final_link_relocate()
1091 bfd_put_8 (abfd, 0x30, contents + irel->r_offset + 1); in elf32_crx_relax_section()
1093 bfd_put_8 (abfd, 0x7e, contents + irel->r_offset); in elf32_crx_relax_section()
1197 bfd_put_8 (abfd, 0x30, contents + irel->r_offset + 1); in elf32_crx_relax_section()
1238 bfd_put_8 (abfd, (code & 0xff) - 0x10, contents + irel->r_offset); in elf32_crx_relax_section()
Delf32-i386.c2177 bfd_put_8 (input_bfd, val, where); in elf_i386_relocate_section()
2253 bfd_put_8 (input_bfd, addend, where); in elf_i386_relocate_section()
2651 bfd_put_8 (output_bfd, 0xb8, in elf_i386_relocate_section()
2664 bfd_put_8 (output_bfd, 0xc7, in elf_i386_relocate_section()
2666 bfd_put_8 (output_bfd, in elf_i386_relocate_section()
2673 bfd_put_8 (output_bfd, 0x81, in elf_i386_relocate_section()
2675 bfd_put_8 (output_bfd, in elf_i386_relocate_section()
2709 bfd_put_8 (output_bfd, 0xc7, in elf_i386_relocate_section()
2711 bfd_put_8 (output_bfd, 0xc0 | ((val >> 3) & 7), in elf_i386_relocate_section()
2717 bfd_put_8 (output_bfd, 0x81, in elf_i386_relocate_section()
[all …]
Daout-tic30.c311 bfd_put_8 (BFD, (bfd_byte) ((DATA >> 16) & 0xFF), ADDR ); \
312 bfd_put_8 (BFD, (bfd_byte) ((DATA >> 8) & 0xFF), ADDR + 1); \
313 bfd_put_8 (BFD, (bfd_byte) ( DATA & 0xFF), ADDR + 2)
498 bfd_put_8 (input_bfd, x, location); in tic30_aout_relocate_contents()
Dreloc.c890 bfd_put_8 (abfd, x, (unsigned char *) data + octets); in bfd_perform_relocation()
1269 bfd_put_8 (abfd, x, data); in bfd_install_relocation()
1557 bfd_put_8 (input_bfd, x, location); in _bfd_relocate_contents()
Delf64-x86-64.c2265 bfd_put_8 (output_bfd, 0x49, in elf64_x86_64_relocate_section()
2267 bfd_put_8 (output_bfd, 0xc7, in elf64_x86_64_relocate_section()
2269 bfd_put_8 (output_bfd, 0xc0 | reg, in elf64_x86_64_relocate_section()
2277 bfd_put_8 (output_bfd, 0x49, in elf64_x86_64_relocate_section()
2279 bfd_put_8 (output_bfd, 0x81, in elf64_x86_64_relocate_section()
2281 bfd_put_8 (output_bfd, 0xc0 | reg, in elf64_x86_64_relocate_section()
2288 bfd_put_8 (output_bfd, 0x4d, in elf64_x86_64_relocate_section()
2290 bfd_put_8 (output_bfd, 0x8d, in elf64_x86_64_relocate_section()
2292 bfd_put_8 (output_bfd, 0x80 | reg | (reg << 3), in elf64_x86_64_relocate_section()
Delf32-or32.c127 bfd_put_8 (abfd, insn, (bfd_byte *) data + addr); in or32_elf_8_reloc()
Dcoff-maxq.c250 bfd_put_8 (abfd, (bfd_vma) x, addr); in coff_maxq20_reloc()
Dcoff-i860.c100 bfd_put_8 (abfd, x, addr); in coff_i860_reloc()
Dnlm32-sparc.c184 bfd_put_8 (abfd, (short) (rel->howto->type), tmp_reloc.type); in nlm_sparc_write_reloc()
Dcoff-i386.c154 bfd_put_8 (abfd, x, addr);
Delf32-d10v.c378 bfd_put_8 (abfd, insn, where); in insert_rel_addend()
Dcoff-m68k.c312 bfd_put_8 (abfd, x, addr);
Dbfd-in2.h951 #define bfd_put_8(abfd, val, ptr) \ macro
954 bfd_put_8
995 ((bits) == 8 ? bfd_put_8 (abfd, val, ptr) \
1005 bfd_put_8 (abfd, val, ptr)
1007 bfd_put_8 (abfd, val, ptr)
/mirbsd/src/gnu/usr.bin/binutils/bfd/doc/
Dlibbfd.texi45 #define bfd_put_8(abfd, val, ptr) \
48 bfd_put_8
89 ((bits) == 8 ? bfd_put_8 (abfd, val, ptr) \
110 bfd_put_8 (abfd, val, ptr)
112 bfd_put_8 (abfd, val, ptr)

12