Searched refs:ifdmap (Results 1 – 7 of 7) sorted by relevance
634 input_debug->ifdmap = (RFDT *) bfd_alloc (input_bfd, amt); in bfd_ecoff_debug_accumulate()638 if (!input_debug->ifdmap || !rfd_out) in bfd_ecoff_debug_accumulate()696 input_debug->ifdmap[i] = fh->val; in bfd_ecoff_debug_accumulate()697 (*swap_rfd_out) (output_bfd, input_debug->ifdmap + i, rfd_out); in bfd_ecoff_debug_accumulate()706 input_debug->ifdmap[i] = output_symhdr->ifdMax + copied; in bfd_ecoff_debug_accumulate()707 (*swap_rfd_out) (output_bfd, input_debug->ifdmap + i, rfd_out); in bfd_ecoff_debug_accumulate()727 rfd = input_debug->ifdmap[rfd]; in bfd_ecoff_debug_accumulate()756 if (input_debug->ifdmap[i] < output_symhdr->ifdMax) in bfd_ecoff_debug_accumulate()
2307 if (input_debug->ifdmap != NULL) in ecoff_get_extr()2308 esym->ifd = input_debug->ifdmap[esym->ifd]; in ecoff_get_extr()4205 h->esym.ifd = debug->ifdmap[h->esym.ifd]; in ecoff_link_write_external()
5282 ext.ifd = input_debug.ifdmap[ext.ifd]; in elf64_alpha_final_link()
14429 ext.ifd = input_debug.ifdmap[ext.ifd]; in _bfd_mips_elf_final_link()
9806 (ecoff_get_extr): Use ifdmap instead of ifdbase.9813 (ecoff_link_write_external): Use ifdmap rather than ifdbase.
321 RFDT *ifdmap; member
812 Replace ifdbase with ifdmap.