Lines Matching defs:bfdsec
304 asection *bfdsec;
307 bfdsec = bfd_make_section_anyway (abfd, name);
308 if (bfdsec == NULL)
311 bfdsec->vma = section->default_address + section->container_offset;
312 bfdsec->lma = section->default_address + section->container_offset;
313 bfdsec->size = section->container_length;
314 bfdsec->filepos = section->container_offset;
315 bfdsec->alignment_power = section->alignment;
317 bfdsec->flags = bfd_pef_section_flags (section);
319 return bfdsec;