Home | History | Annotate | Download | only in bfd

Lines Matching defs:dsec

14387 	      asection *dsec;
14395 for (dsec = ibfd->sections; dsec != NULL; dsec = dsec->next)
14399 if (dsec->gc_mark == 0
14400 || (dsec->flags & SEC_DEBUGGING) == 0)
14403 dlen = strlen (dsec->name);
14406 && strncmp (dsec->name + (dlen - ilen),
14408 dsec->gc_mark = 0;