Home | History | Annotate | Download | only in bfd

Lines Matching refs:input_section

635 	   asection *input_section,
661 asection *input_section,
695 input_section, output_bfd,
704 reloc_entry->address += input_section->output_offset;
713 octets = reloc_entry->address * bfd_octets_per_byte (abfd, input_section);
714 if (!bfd_reloc_offset_in_range (howto, abfd, input_section, octets))
740 output_base *= bfd_octets_per_byte (abfd, input_section);
781 input_section->output_section->vma + input_section->output_offset;
795 reloc_entry->address += input_section->output_offset;
806 reloc_entry->address += input_section->output_offset;
984 asection *input_section,
1002 asection *input_section,
1031 input_section, abfd, error_message);
1063 output_base *= bfd_octets_per_byte (abfd, input_section);
1075 relocation -= input_section->vma;
1102 octets = reloc_entry->address * bfd_octets_per_byte (abfd, input_section);
1103 if (!bfd_reloc_offset_in_range (howto, abfd, input_section, octets))
1144 INPUT_SECTION is the section which the reloc applies to.
1146 ADDRESS is the address of the reloc within INPUT_SECTION.
1153 asection *input_section,
1161 * bfd_octets_per_byte (input_bfd, input_section));
1164 if (!bfd_reloc_offset_in_range (howto, input_bfd, input_section, octets))
1185 relocation -= (input_section->output_section->vma
1186 + input_section->output_offset);
1330 asection *input_section,
1337 if (!bfd_reloc_offset_in_range (howto, input_bfd, input_section, off))
1349 if (strcmp (bfd_section_name (input_section), ".debug_ranges") == 0
8577 asection *input_section = link_order->u.indirect.section;
8582 reloc_size = bfd_get_reloc_upper_bound (input_bfd, input_section);
8588 if (!bfd_get_full_section_contents (input_bfd, input_section, &data))
8602 input_section,
8626 abfd, input_section, (* parent)->address);
8640 && (input_section->flags & SEC_DEBUGGING) != 0
8649 * bfd_octets_per_byte (input_bfd, input_section));
8651 input_section, data, off);
8661 input_section,
8667 asection *os = input_section->output_section;
8681 input_bfd, input_section, (*parent)->address, true);
8687 input_bfd, input_section, (*parent)->address);
8694 input_bfd, input_section, (*parent)->address);
8704 abfd, input_section, * parent);
8714 abfd, input_section, * parent);
8723 abfd, input_section, * parent, r);