Home | History | Annotate | Download | only in bfd

Lines Matching refs:strip

2676       bfd_boolean strip;
2681 /* If we don't need this section, strip it from the output file.
2689 strip = (sec->size == 0);
2692 strip = FALSE;
2695 if (strip)
2704 if (strip)
2709 if (strip)
2718 if (strip)
2723 if (strip)
2728 if (strip)
2744 strip = FALSE;
2747 if (!strip)
2758 if (strip)
5247 || ((info->strip == strip_all || info->strip == strip_debugger)