Home | History | Annotate | Download | only in bfd

Lines Matching refs:bfdsec

295   asection *bfdsec;
298 bfdsec = bfd_make_section_anyway (abfd, name);
299 if (bfdsec == NULL)
302 bfdsec->vma = section->default_address + section->container_offset;
303 bfdsec->lma = section->default_address + section->container_offset;
304 bfdsec->size = section->container_length;
305 bfdsec->filepos = section->container_offset;
306 bfdsec->alignment_power = section->alignment;
308 bfdsec->flags = bfd_pef_section_flags (section);
310 return bfdsec;