• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/binutils/bfd/

Lines Matching refs:input_section

553            asection *input_section,
579 asection *input_section,
595 reloc_entry->address += input_section->output_offset;
614 input_section, output_bfd,
621 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
681 input_section->output_section->vma + input_section->output_offset;
695 reloc_entry->address += input_section->output_offset;
706 reloc_entry->address += input_section->output_offset;
952 asection *input_section,
970 asection *input_section,
985 reloc_entry->address += input_section->output_offset;
1002 input_section, abfd, error_message);
1008 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
1067 input_section->output_section->vma + input_section->output_offset;
1079 reloc_entry->address += input_section->output_offset;
1089 reloc_entry->address += input_section->output_offset;
1336 asection *input_section,
1345 if (address > bfd_get_section_limit (input_bfd, input_section))
1366 relocation -= (input_section->output_section->vma
1367 + input_section->output_offset);
5193 asection *input_section = link_order->u.indirect.section;
5195 long reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section);
5208 sz = input_section->rawsize ? input_section->rawsize : input_section->size;
5209 if (!bfd_get_section_contents (input_bfd, input_section, data, 0, sz))
5213 input_section,
5247 input_section,
5253 asection *os = input_section->output_section;
5267 input_bfd, input_section, (*parent)->address,
5274 (link_info, error_message, input_bfd, input_section,
5283 input_bfd, input_section, (*parent)->address)))