• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/cxxfilt-11/cxxfilt/bfd/

Lines Matching defs: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);
5119 asection *input_section = link_order->u.indirect.section;
5121 long reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section);
5134 sz = input_section->rawsize ? input_section->rawsize : input_section->size;
5135 if (!bfd_get_section_contents (input_bfd, input_section, data, 0, sz))
5139 input_section,
5155 input_section,
5161 asection *os = input_section->output_section;
5175 input_bfd, input_section, (*parent)->address,
5182 (link_info, error_message, input_bfd, input_section,
5191 input_bfd, input_section, (*parent)->address)))