Home | History | Annotate | Download | only in bfd

Lines Matching defs:msec

300       asection *msec;
303 msec = bfd_get_section_by_name (stash->abfd, ".line");
304 if (! msec || (msec->flags & SEC_HAS_CONTENTS) == 0)
307 size = msec->rawsize ? msec->rawsize : msec->size;
309 = bfd_simple_get_relocated_section_contents (stash->abfd, msec, NULL,
503 asection *msec;
512 msec = bfd_get_section_by_name (abfd, ".debug");
513 if (! msec
514 || (msec->flags & SEC_HAS_CONTENTS) == 0)
520 size = msec->rawsize ? msec->rawsize : msec->size;
522 = bfd_simple_get_relocated_section_contents (abfd, msec, NULL,