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

  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 256 /* List of symbols to strip, keep, localize, keep-global, weaken,
278 /* If this is TRUE, we weaken global symbols (set BSF_WEAK). */ variable
279 static bool weaken = false;
528 {"weaken", no_argument, 0, OPTION_WEAKEN},
529 {"weaken-symbol", required_argument, 0, 'W'},
530 {"weaken-symbols", required_argument, 0, OPTION_WEAKEN_SYMBOLS},
638 -W --weaken-symbol <name> Force symbol <name> to be marked as a weak\n\
639 --weaken Force all global symbols to be marked as weak\n\
689 --weaken-symbols <file> -W for all symbols listed in <file>\n\
1752 && (weaken || is_specified_symbol (name, weaken_specific_htab))
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 262 /* List of symbols to strip, keep, localize, keep-global, weaken,
284 /* If this is TRUE, we weaken global symbols (set BSF_WEAK). */ variable
285 static bool weaken = false;
532 {"weaken", no_argument, 0, OPTION_WEAKEN},
533 {"weaken-symbol", required_argument, 0, 'W'},
534 {"weaken-symbols", required_argument, 0, OPTION_WEAKEN_SYMBOLS},
631 -W --weaken-symbol <name> Force symbol <name> to be marked as a weak\n\
632 --weaken Force all global symbols to be marked as weak\n\
682 --weaken-symbols <file> -W for all symbols listed in <file>\n\
1743 && (weaken || is_specified_symbol (name, weaken_specific_htab))
    [all...]

Completed in 29 milliseconds