Searched refs:strip_symbols (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjcopy.c92 static enum strip_action strip_symbols;
848 if (strip_symbols == STRIP_DEBUG
849 || strip_symbols == STRIP_UNNEEDED
850 || strip_symbols == STRIP_ALL
855 if (strip_symbols == STRIP_NONDEBUG)
867 if (strip_symbols == STRIP_NONDEBUG)
878 if ((strip_symbols == STRIP_ALL
990 if (strip_symbols == STRIP_ALL)
1013 keep = strip_symbols != STRIP_UNNEEDED;
1015 keep = (strip_symbols !
91 static enum strip_action strip_symbols; variable in typeref:enum:strip_action
[all...]

Completed in 104 milliseconds