Home | History | Annotate | Download | only in bfd

Lines Matching defs:included

4479      warnings when they are included in an output file.  */
4772 /* If we have already included this dynamic object in the
6227 unsigned char *included = NULL;
6245 files we know to be already included. This is to speed up the
6250 amt = c * sizeof (*included);
6251 included = (unsigned char *) bfd_zmalloc (amt);
6252 if (included == NULL)
6278 if (included[i])
6282 included[i] = true;
6341 included[i] = true;
6396 included[mark] = true;
6410 free (included);
6414 free (included);
12796 /* Mark all sections which are to be included in the
14947 /* Returns TRUE if the section is to be included, otherwise FALSE. */