Home | History | Annotate | Download | only in bfd

Lines Matching refs:input_bfd

164    via elf_sym_hashes (input_bfd).
177 bfd *input_bfd,
189 symtab_hdr = & elf_tdata (input_bfd)->symtab_hdr;
190 sym_hashes = elf_sym_hashes (input_bfd);
225 (input_bfd, symtab_hdr->sh_link, sym->st_name);
234 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
243 RELOC_AGAINST_DISCARDED_SECTION (info, input_bfd, input_section,
261 addend = bfd_get (howto->bitsize, input_bfd,
270 bfd_put (howto->bitsize, input_bfd, relocation,
281 addend = bfd_get (howto->bitsize, input_bfd, where);
283 bfd_put (howto->bitsize, input_bfd, relocation, where);
301 addend = bfd_get_32 (input_bfd, where + 4);
302 addend |= (bfd_get_32 (input_bfd, where + 12) << 32);
306 bfd_put_32 (input_bfd, (relocation & 0xFFFFFFFF), where + 4);
307 bfd_put_32 (input_bfd, (relocation >> 32), where + 12);
330 (bfd_vma) 0, input_bfd, input_section, rel->r_offset);
335 (info, name, input_bfd, input_section, rel->r_offset, true);
357 (*info->callbacks->warning) (info, msg, name, input_bfd,