Home | History | Annotate | Download | only in bfd

Lines Matching refs:bfdsec

3949       asection *bfdsec;
3986 bfdsec = bfd_make_section_with_flags (abfd, sname, SEC_HAS_CONTENTS);
3988 bfdsec->vma = 0;
3989 bfdsec->lma = 0;
3990 bfdsec->size = cmd->flavours[i].size;
3991 bfdsec->filepos = cmd->flavours[i].offset;
3992 bfdsec->alignment_power = 0x0;
3994 cmd->section = bfdsec;