Lines Matching refs:input_section
56 asection *input_section,
68 input_section, output_bfd, error_message);
76 reloc_entry->address += input_section->output_offset;
92 if (reloc_entry->address > bfd_get_section_limit (abfd, input_section))
116 asection *input_section,
130 input_section, output_bfd, error_message);
138 if (strcmp (input_section->name, symbol->section->output_section->name) != 0)
147 allignment = 1 << (input_section->output_section->alignment_power - 1);
154 vallo += (((unsigned long)(input_section->output_section->vma +
155 input_section->output_offset) +
179 asection *input_section,
193 input_section, output_bfd, error_message);
201 if (strcmp (input_section->name, symbol->section->output_section->name) != 0)
210 allignment = 1 << (input_section->output_section->alignment_power - 1);
217 vallo += (((unsigned long) (input_section->output_section->vma +
218 input_section->output_offset) +