Lines Matching defs:bfdsec
303 asection *bfdsec;
306 bfdsec = bfd_make_section_anyway (abfd, name);
307 if (bfdsec == NULL)
310 bfdsec->vma = section->default_address + section->container_offset;
311 bfdsec->lma = section->default_address + section->container_offset;
312 bfdsec->size = section->container_length;
313 bfdsec->filepos = section->container_offset;
314 bfdsec->alignment_power = section->alignment;
316 bfdsec->flags = bfd_pef_section_flags (section);
318 return bfdsec;