Home | History | Annotate | Download | only in bfd

Lines Matching defs:input_bfd

2728 		     bfd *input_bfd,
2770 || (unsigned long) symndx >= obj_raw_syment_count (input_bfd))
2774 input_bfd, symndx);
2778 h = obj_coff_sym_hashes (input_bfd)[symndx];
2845 (info, h->root.root.string, input_bfd, input_section,
2851 rstat = _bfd_final_link_relocate (howto, input_bfd, input_section,
2873 name = obj_coff_strings (input_bfd) + sym->_n._n_n._n_offset;
2883 (bfd_vma) 0, input_bfd, input_section,
2905 bfd *input_bfd = input_section->owner;
2913 || coff_section_data (input_bfd, input_section) == NULL
2914 || coff_section_data (input_bfd, input_section)->contents == NULL)
2920 memcpy (data, coff_section_data (input_bfd, input_section)->contents,
2926 bfd_size_type symesz = bfd_coff_symesz (input_bfd);
2932 if (! _bfd_coff_get_external_symbols (input_bfd))
2936 (input_bfd, input_section, FALSE, (bfd_byte *) NULL,
2941 amt = obj_raw_syment_count (input_bfd);
2947 amt = obj_raw_syment_count (input_bfd);
2955 esym = (bfd_byte *) obj_coff_external_syms (input_bfd);
2956 esymend = esym + obj_raw_syment_count (input_bfd) * symesz;
2959 bfd_coff_swap_sym_in (input_bfd, esym, isymp);
2962 *secpp = coff_section_from_bfd_index (input_bfd, isymp->n_scnum);
2976 if (! sh_relocate_section (output_bfd, link_info, input_bfd,