Home | History | Annotate | Download | only in bfd

Lines Matching refs:sections

130   struct saved_output_info *sections;
133 /* The sections in ABFD may already have output sections and offsets
136 DWARF-2 specifies offsets into debug sections in many cases and
139 offsets relative to that object file's sections, not offsets in the
157 output_info = &saved_offsets->sections[section->index];
179 output_info = &saved_offsets->sections[section->index];
195 @var{symbol_table} is NULL. The output offsets for debug sections will
263 saved_offsets.sections = malloc (sizeof (*saved_offsets.sections)
265 if (saved_offsets.sections == NULL)
284 free (saved_offsets.sections);