Home | History | Annotate | Download | only in bfd

Lines Matching defs:input_bfd

1318    INPUT_BFD is the BFD which the reloc applies to.
1327 bfd *input_bfd,
1337 if (address > bfd_get_section_limit (input_bfd, input_section))
1364 return _bfd_relocate_contents (howto, input_bfd, relocation,
1372 bfd *input_bfd,
1395 x = bfd_get_8 (input_bfd, location);
1398 x = bfd_get_16 (input_bfd, location);
1401 x = bfd_get_32 (input_bfd, location);
1405 x = bfd_get_64 (input_bfd, location);
1428 addrmask = (N_ONES (bfd_arch_bits_per_address (input_bfd))
1521 bfd_put_8 (input_bfd, x, location);
1524 bfd_put_16 (input_bfd, x, location);
1527 bfd_put_32 (input_bfd, x, location);
1531 bfd_put_64 (input_bfd, x, location);
1548 bfd *input_bfd,
1563 x = bfd_get_8 (input_bfd, location);
1566 x = bfd_get_16 (input_bfd, location);
1569 x = bfd_get_32 (input_bfd, location);
1573 x = bfd_get_64 (input_bfd, location);
1585 if (strcmp (bfd_get_section_name (input_bfd, input_section),
1597 bfd_put_8 (input_bfd, x, location);
1600 bfd_put_16 (input_bfd, x, location);
1603 bfd_put_32 (input_bfd, x, location);
1607 bfd_put_64 (input_bfd, x, location);
7552 bfd *input_bfd = link_order->u.indirect.section->owner;
7558 reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section);
7563 if (!bfd_get_full_section_contents (input_bfd, input_section, &data))
7573 reloc_count = bfd_canonicalize_reloc (input_bfd,
7597 p = data + (*parent)->address * bfd_octets_per_byte (input_bfd);
7598 _bfd_clear_contents ((*parent)->howto, input_bfd, input_section,
7606 r = bfd_perform_relocation (input_bfd,
7629 input_bfd, input_section, (*parent)->address,
7636 (link_info, error_message, input_bfd, input_section,
7645 input_bfd, input_section, (*parent)->address)))