Lines Matching refs:bfd_byte
883 short x = bfd_get_16 (abfd, (bfd_byte *) data + octets); in bfd_perform_relocation()
890 long x = bfd_get_32 (abfd, (bfd_byte *) data + octets); in bfd_perform_relocation()
892 bfd_put_32 (abfd, (bfd_vma) x, (bfd_byte *) data + octets); in bfd_perform_relocation()
897 long x = bfd_get_32 (abfd, (bfd_byte *) data + octets); in bfd_perform_relocation()
900 bfd_put_32 (abfd, (bfd_vma) x, (bfd_byte *) data + octets); in bfd_perform_relocation()
906 long x = bfd_get_16 (abfd, (bfd_byte *) data + octets); in bfd_perform_relocation()
909 bfd_put_16 (abfd, (bfd_vma) x, (bfd_byte *) data + octets); in bfd_perform_relocation()
920 bfd_vma x = bfd_get_64 (abfd, (bfd_byte *) data + octets); in bfd_perform_relocation()
922 bfd_put_64 (abfd, x, (bfd_byte *) data + octets); in bfd_perform_relocation()
972 bfd_byte *data; in bfd_install_relocation()
992 ((bfd_byte *) data_start in bfd_install_relocation()
1250 data = (bfd_byte *) data_start + (octets - data_start_offset); in bfd_install_relocation()
1329 bfd_byte *contents, in _bfd_final_link_relocate()
1374 bfd_byte *location) in _bfd_relocate_contents()
1550 bfd_byte *location) in _bfd_clear_contents()
7544 bfd_byte *
7548 bfd_byte *data, in bfd_generic_get_relocated_section_contents()
7592 bfd_byte *p; in bfd_generic_get_relocated_section_contents()