Home | History | Annotate | Download | only in bfd

Lines Matching defs:input_bfd

231 				 bfd *input_bfd,
253 bfd_put_32 (input_bfd, value, hit_data);
262 bfd_put_16 (input_bfd, value, hit_data);
271 bfd_put_8 (input_bfd, value, hit_data);
281 value |= (bfd_get_32 (input_bfd, hit_data) & 0xff000000);
282 bfd_put_32 (input_bfd, value, hit_data);
294 bfd_put_8 (input_bfd, value, hit_data);
306 bfd_put_16 (input_bfd, value, hit_data);
319 value |= (bfd_get_32 (input_bfd, hit_data) & 0xff000000);
320 bfd_put_32 (input_bfd, value, hit_data);
333 bfd *input_bfd,
344 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
345 sym_hashes = elf_sym_hashes (input_bfd);
377 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
384 RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section,
390 r = mn10200_elf_final_link_relocate (howto, input_bfd, output_bfd,
406 (input_bfd, symtab_hdr->sh_link, sym->st_name));
408 name = bfd_section_name (input_bfd, sec);
416 (bfd_vma) 0, input_bfd, input_section,
423 (info, name, input_bfd, input_section,
446 (info, msg, name, input_bfd, input_section,
1283 bfd *input_bfd = input_section->owner;
1297 symtab_hdr = &elf_tdata (input_bfd)->symtab_hdr;
1311 (input_bfd, input_section, NULL,
1320 isymbuf = bfd_elf_get_elf_syms (input_bfd, symtab_hdr,
1345 isec = bfd_section_from_elf_index (input_bfd, isym->st_shndx);
1350 if (! mn10200_elf_relocate_section (output_bfd, link_info, input_bfd,