Home | History | Annotate | Download | only in bfd

Lines Matching refs:bfdsec

2218   asection *bfdsec;
2233 bfdsec = bfd_make_section_anyway_with_flags (abfd, name, SEC_HAS_CONTENTS);
2234 if (bfdsec == NULL)
2237 bfdsec->vma = 0;
2238 bfdsec->lma = 0;
2239 bfdsec->size = 0;
2240 bfdsec->filepos = 0;
2241 bfdsec->alignment_power = 0;