Home | History | Annotate | Download | only in bfd

Lines Matching full:bfdsec

4053       asection *bfdsec;
4090 bfdsec = bfd_make_section_with_flags (abfd, sname, SEC_HAS_CONTENTS);
4092 bfdsec->vma = 0;
4093 bfdsec->lma = 0;
4094 bfdsec->size = cmd->flavours[i].size;
4095 bfdsec->filepos = cmd->flavours[i].offset;
4096 bfdsec->alignment_power = 0x0;
4098 cmd->section = bfdsec;