Lines Matching refs:rfd
172 intern->rfd = (ext->r_bits[0] << RNDX_BITS0_RFD_SH_LEFT_BIG) in _bfd_ecoff_swap_rndx_in()
182 intern->rfd = (ext->r_bits[0] << RNDX_BITS0_RFD_SH_LEFT_LITTLE) in _bfd_ecoff_swap_rndx_in()
213 ext->r_bits[0] = intern->rfd >> RNDX_BITS0_RFD_SH_LEFT_BIG; in _bfd_ecoff_swap_rndx_out()
214 ext->r_bits[1] = (((intern->rfd << RNDX_BITS1_RFD_SH_BIG) in _bfd_ecoff_swap_rndx_out()
223 ext->r_bits[0] = intern->rfd >> RNDX_BITS0_RFD_SH_LEFT_LITTLE; in _bfd_ecoff_swap_rndx_out()
224 ext->r_bits[1] = (((intern->rfd >> RNDX_BITS1_RFD_SH_LEFT_LITTLE) in _bfd_ecoff_swap_rndx_out()
376 struct shuffle *rfd; member
495 ainfo->rfd = NULL; in bfd_ecoff_debug_init()
644 if (!add_memory_shuffle (ainfo, &ainfo->rfd, &ainfo->rfd_end, rfd_out, sz)) in bfd_ecoff_debug_accumulate()
724 RFDT rfd; in bfd_ecoff_debug_accumulate() local
726 (*swap_rfd_in) (input_bfd, rfd_in, &rfd); in bfd_ecoff_debug_accumulate()
727 BFD_ASSERT (rfd >= 0 && rfd < input_symhdr->ifdMax); in bfd_ecoff_debug_accumulate()
728 rfd = input_debug->ifdmap[rfd]; in bfd_ecoff_debug_accumulate()
729 (*swap_rfd_out) (output_bfd, &rfd, rfd_out); in bfd_ecoff_debug_accumulate()
1677 || ! ecoff_write_shuffle (abfd, swap, ainfo->rfd, space)) in bfd_ecoff_write_accumulated_debug()