Searched refs:strip_symbols (Results 1 – 2 of 2) sorted by relevance
103 static enum strip_action strip_symbols = STRIP_UNDEF; variable1074 if (strip_symbols == STRIP_DEBUG in is_strip_section_1()1075 || strip_symbols == STRIP_UNNEEDED in is_strip_section_1()1076 || strip_symbols == STRIP_ALL in is_strip_section_1()1087 if (strip_symbols == STRIP_DWO) in is_strip_section_1()1090 if (strip_symbols == STRIP_NONDEBUG) in is_strip_section_1()1094 if (strip_symbols == STRIP_NONDWO) in is_strip_section_1()1122 if ((strip_symbols == STRIP_ALL in is_strip_section()1265 if (strip_symbols == STRIP_ALL) in filter_symbols()1289 keep = strip_symbols != STRIP_UNNEEDED; in filter_symbols()[all …]
5506 * ld.h (strip_symbols_type, strip_symbols): Removed. Use5522 * ldgram.y (strip_symbols, discard_locals): Removed.