Home | History | Annotate | Download | only in bfd

Lines Matching refs:section

32 		      asection *section ATTRIBUTE_UNUSED,
42 asection *section ATTRIBUTE_UNUSED,
56 asection *section ATTRIBUTE_UNUSED,
66 asection *section ATTRIBUTE_UNUSED,
76 asection *section ATTRIBUTE_UNUSED,
100 asection *section;
116 output file. For that reason, reset a debug section->output_offset
119 If not called during linking then set section->output_section to
120 point back to the input section, because output_section must not be
123 Save the original output offset and section to restore later. */
127 asection *section,
133 output_info = &saved_offsets->sections[section->index];
134 output_info->offset = section->output_offset;
135 output_info->section = section->output_section;
136 if ((section->flags & SEC_DEBUGGING) != 0
137 || section->output_section == NULL)
139 section->output_offset = 0;
140 section->output_section = section;
146 asection *section,
152 if (section->index >= saved_offsets->section_count)
155 output_info = &saved_offsets->sections[section->index];
156 section->output_offset = output_info->offset;
157 section->output_section = output_info->section;
169 Returns the relocated contents of section @var{sec}. The symbols in
230 link_order.u.indirect.section = sec;