HomeSort by: relevance | last modified time | path
    Searched defs:STRIP_UNDEF (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 114 STRIP_UNDEF,
125 static enum strip_action strip_symbols = STRIP_UNDEF;
5033 && (strip_symbols == STRIP_UNDEF
5052 if (strip_symbols == STRIP_UNDEF
6168 if (strip_symbols == STRIP_UNDEF && discard_locals == LOCALS_UNDEF)
6288 strip_symbols = STRIP_UNDEF;
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 115 STRIP_UNDEF,
126 static enum strip_action strip_symbols = STRIP_UNDEF;
5034 && (strip_symbols == STRIP_UNDEF
5053 if (strip_symbols == STRIP_UNDEF
6166 if (strip_symbols == STRIP_UNDEF && discard_locals == LOCALS_UNDEF)
6286 strip_symbols = STRIP_UNDEF;

Completed in 43 milliseconds