HomeSort by relevance Sort by last modified time
    Searched refs:weaken (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
symbols-2.d 1 #name: weaken 'fo*' but not 'foo'
symbols-3.d 1 #name: weaken 'fo*' but not 'foo', localize foo.
symbols-4.d 1 #name: weaken '*' but not 'foo' or 'bar'
  /external/v8/src/
effects.h 117 AltWeakener<EffectsMixin> weaken = { *this, that }; local
118 this->ForEach(&weaken);
  /toolchain/binutils/binutils-2.27/binutils/
objcopy.c 239 /* List of symbols to strip, keep, localize, keep-global, weaken,
252 /* If this is TRUE, we weaken global symbols (set BSF_WEAK). */ variable
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\
    [all...]

Completed in 271 milliseconds