Home | History | Annotate | Download | only in bfd

Lines Matching full:bfdsec

2223   asection *bfdsec;
2238 bfdsec = bfd_make_section_anyway_with_flags (abfd, name, SEC_HAS_CONTENTS);
2239 if (bfdsec == NULL)
2242 bfdsec->vma = 0;
2243 bfdsec->lma = 0;
2244 bfdsec->size = 0;
2245 bfdsec->filepos = 0;
2246 bfdsec->alignment_power = 0;