Lines Matching refs:bfd_byte

194 			       bfd_byte *data,  in cr16c_elf_final_link_relocate()
235 sword = bfd_get_16 (abfd, (bfd_byte *) data + octets); in cr16c_elf_final_link_relocate()
239 value = bfd_get_32 (abfd, (bfd_byte *) data + octets); in cr16c_elf_final_link_relocate()
266 sword = bfd_get_16 (abfd, (bfd_byte *) data + octets); in cr16c_elf_final_link_relocate()
274 value = bfd_get_32 (abfd, (bfd_byte *) data + octets); in cr16c_elf_final_link_relocate()
283 value = bfd_get_32 (abfd, (bfd_byte *) data + octets); in cr16c_elf_final_link_relocate()
314 value = bfd_get_32 (abfd, (bfd_byte *) data + octets); in cr16c_elf_final_link_relocate()
321 sword = bfd_get_16 (abfd, (bfd_byte *) data + octets); in cr16c_elf_final_link_relocate()
325 value = bfd_get_32 (abfd, (bfd_byte *) data + octets); in cr16c_elf_final_link_relocate()
328 sword = bfd_get_16 (abfd, (bfd_byte *) data + octets + 1); in cr16c_elf_final_link_relocate()
330 disp20_opcod = bfd_get_32 (abfd, (bfd_byte *) data + octets - 3); in cr16c_elf_final_link_relocate()
359 value = bfd_get_32 (abfd, (bfd_byte *) data + octets); in cr16c_elf_final_link_relocate()
365 value = bfd_get_32 (abfd, (bfd_byte *) data + octets); in cr16c_elf_final_link_relocate()
384 sword = bfd_get_16 (abfd, (bfd_byte *) data + octets); in cr16c_elf_final_link_relocate()
388 value = bfd_get_32 (abfd, (bfd_byte *) data + octets); in cr16c_elf_final_link_relocate()
394 value = bfd_get_32 (abfd, (bfd_byte *) data + octets); in cr16c_elf_final_link_relocate()
453 bfd_put_32 (abfd, (bfd_vma) value, (bfd_byte *) data + octets); in cr16c_elf_final_link_relocate()
506 bfd_put_32 (abfd, (bfd_vma) value, (bfd_byte *) data + octets); in cr16c_elf_final_link_relocate()
520 bfd_put_32 (abfd, (bfd_vma) value, (bfd_byte *) data + octets); in cr16c_elf_final_link_relocate()
556 bfd_put_32 (abfd, (bfd_vma) value, (bfd_byte *) data + octets); in cr16c_elf_final_link_relocate()
604 bfd_put_32 (abfd, (bfd_vma) value, (bfd_byte *) data + octets); in cr16c_elf_final_link_relocate()
613 bfd_put_32 (abfd, (bfd_vma) value, (bfd_byte *) data + octets); in cr16c_elf_final_link_relocate()
649 bfd_put_32 (abfd, (bfd_vma) value, (bfd_byte *) data + octets); in cr16c_elf_final_link_relocate()
656 bfd_put_32 (abfd, (bfd_vma) value, (bfd_byte *) data + octets); in cr16c_elf_final_link_relocate()
677 bfd_byte *contents, in elf32_cr16c_relocate_section()