Home | History | Annotate | Download | only in bfd

Lines Matching defs:sections

100   struct saved_output_info *sections;
103 /* The sections in ABFD may already have output sections and offsets
106 DWARF-2 specifies offsets into debug sections in many cases and
109 offsets relative to that object file's sections, not offsets in the
127 output_info = &saved_offsets->sections[section->index];
149 output_info = &saved_offsets->sections[section->index];
165 @var{symbol_table} is NULL. The output offsets for debug sections will
241 saved_offsets.sections = malloc (sizeof (*saved_offsets.sections)
243 if (saved_offsets.sections == NULL)
274 free (saved_offsets.sections);