Searched refs:hit_addr (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delfxx-ia64.c292 PARAMS ((bfd_byte *hit_addr, bfd_vma val, unsigned int r_type));
752 bfd_byte *hit_addr;
754 hit_addr = (bfd_byte *) (contents + off);
755 br_slot = (long) hit_addr & 0x3;
756 hit_addr -= br_slot;
757 t0 = bfd_getl64 (hit_addr + 0);
758 t1 = bfd_getl64 (hit_addr + 8);
844 bfd_putl64 (t0, hit_addr);
845 bfd_putl64 (t1, hit_addr + 8);
853 bfd_byte *hit_addr;
750 bfd_byte *hit_addr; local
851 bfd_byte *hit_addr; local
4666 bfd_byte *hit_addr; local
[all...]
H A Delf32-ppc.c5192 bfd_byte *hit_addr;
5425 hit_addr = contents + roff;
5431 t0 = bfd_get_32 (abfd, hit_addr);
5434 bfd_put_32 (abfd, t0, hit_addr);
5440 t0 = bfd_get_32 (abfd, hit_addr);
5443 bfd_put_32 (abfd, t0, hit_addr);
5179 bfd_byte *hit_addr; local

Completed in 86 milliseconds