HomeSort by relevance Sort by last modified time
    Searched full:weaken (Results 1 - 25 of 44) sorted by null

1 2

  /external/lzma/xz-embedded/
xz_stream.h 40 * compressed size of the file to less than 256 MiB and may also weaken
  /external/v8/src/
effects.h 117 AltWeakener<EffectsMixin> weaken = { *this, that }; local
118 this->ForEach(&weaken);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
x86_64-w64-mingw32-objcopy.1 158 [\fB\-W\fR \fIsymbolname\fR|\fB\-\-weaken\-symbol=\fR\fIsymbolname\fR]
190 [\fB\-\-weaken\fR]
197 [\fB\-\-weaken\-symbols=\fR\fIfilename\fR]
397 .IP "\fB\-\-weaken\-symbol=\fR\fIsymbolname\fR" 4
398 .IX Item "--weaken-symbol=symbolname"
423 would cause objcopy to weaken all symbols that start with \*(L"fo\*(R"
740 .IP "\fB\-\-weaken\fR" 4
741 .IX Item "--weaken"
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
objcopy.c 220 /* List of symbols to strip, keep, localize, keep-global, weaken,
231 /* If this is TRUE, we weaken global symbols (set BSF_WEAK). */ variable
232 static bfd_boolean weaken = FALSE;
443 {"weaken", no_argument, 0, OPTION_WEAKEN},
444 {"weaken-symbol", required_argument, 0, 'W'},
445 {"weaken-symbols", required_argument, 0, OPTION_WEAKEN_SYMBOLS},
532 -W --weaken-symbol <name> Force symbol <name> to be marked as a weak\n\
533 --weaken Force all global symbols to be marked as weak\n\
578 --weaken-symbols <file> -W for all symbols listed in <file>\n\
    [all...]
NEWS 383 * Added --weaken argument to objcopy.
ChangeLog-9197 129 (filter_symbols): Honor the new privatize and weaken lists.
132 weaken-symbol options.
637 (copy_options): Add "weaken".
638 (copy_usage): Mention --weaken.
639 (weaken): New static variable.
640 (filter_symbols): Handle weaken.
641 (copy_object): Call filter_symbols if weaken.
643 * binutils.texi, objcopy.1: Document --weaken.
    [all...]
  /external/v8/test/cctest/heap/
test-mark-compact.cc 307 // Weaken the root.
  /external/v8/src/compiler/
typer.cc 206 Type* Weaken(Node* node, Type* current_type, Type* previous_type);
280 current = Weaken(node, current, previous);
    [all...]
simplified-lowering.cc 464 new_type = Weaken(node, type, new_type);
521 Type* Weaken(Node* node, Type* previous_type, Type* current_type) {
534 // Once we start weakening a node, we should always weaken.
536 // Only weaken if there is range involved; we should converge quickly
    [all...]
  /external/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp 266 // weaken nsw causing NewSCEV not to equal OldSCEV. For example, suppose
  /toolchain/binutils/binutils-2.25/binutils/po/
da.po     [all...]
zh_CN.po     [all...]
zh_TW.po     [all...]
ja.po     [all...]
id.po     [all...]
ru.po     [all...]
sk.po     [all...]
tr.po     [all...]
uk.po     [all...]
ro.po     [all...]
rw.po     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
binutils.info     [all...]
  /toolchain/binutils/binutils-2.25/binutils/doc/
binutils.texi     [all...]
  /external/autotest/scheduler/
scheduler_models.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_math.py     [all...]

Completed in 1508 milliseconds

1 2