Lines Matching refs:input_bfd
208 (bfd * input_bfd, in mt_elf_relocate_hi16() argument
215 insn = bfd_get_32 (input_bfd, contents + relhi->r_offset); in mt_elf_relocate_hi16()
221 bfd_put_32 (input_bfd, insn, contents + relhi->r_offset); in mt_elf_relocate_hi16()
248 bfd * input_bfd, in mt_final_link_relocate() argument
254 return _bfd_final_link_relocate (howto, input_bfd, input_section, in mt_final_link_relocate()
296 bfd * input_bfd, in mt_elf_relocate_section() argument
308 symtab_hdr = & elf_tdata (input_bfd)->symtab_hdr; in mt_elf_relocate_section()
309 sym_hashes = elf_sym_hashes (input_bfd); in mt_elf_relocate_section()
340 (input_bfd, symtab_hdr->sh_link, sym->st_name); in mt_elf_relocate_section()
341 name = (name == NULL) ? bfd_section_name (input_bfd, sec) : name; in mt_elf_relocate_section()
348 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel, in mt_elf_relocate_section()
357 RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section, in mt_elf_relocate_section()
367 r = mt_elf_relocate_hi16 (input_bfd, rel, contents, relocation); in mt_elf_relocate_section()
370 r = mt_final_link_relocate (howto, input_bfd, input_section, in mt_elf_relocate_section()
385 input_bfd, input_section, rel->r_offset); in mt_elf_relocate_section()
390 (info, name, input_bfd, input_section, rel->r_offset, TRUE); in mt_elf_relocate_section()
408 (info, msg, name, input_bfd, input_section, rel->r_offset); in mt_elf_relocate_section()