Home | History | Annotate | Download | only in binutils

Lines Matching refs:weaken

239 /* List of symbols to strip, keep, localize, keep-global, weaken,
252 /* If this is TRUE, we weaken global symbols (set BSF_WEAK). */
253 static bfd_boolean weaken = FALSE;
476 {"weaken", no_argument, 0, OPTION_WEAKEN},
477 {"weaken-symbol", required_argument, 0, 'W'},
478 {"weaken-symbols", required_argument, 0, OPTION_WEAKEN_SYMBOLS},
560 -W --weaken-symbol <name> Force symbol <name> to be marked as a weak\n\
561 --weaken Force all global symbols to be marked as weak\n\
609 --weaken-symbols <file> -W for all symbols listed in <file>\n\
1526 && (weaken || is_specified_symbol (name, weaken_specific_htab)))
2366 || weaken
4095 weaken = TRUE;