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

  /src/external/gpl3/gcc/dist/libgcc/config/arm/
ieee754-sf.S 433 @ Define multiplication as weak in _arm_mulsf3.o so that it can be overriden
435 @ using multiplication to take the weak definition which does not contain the
440 WEAK mulsf3
441 WEAK aeabi_fmul
ieee754-df.S 622 @ Define multiplication as weak in _arm_muldf3.o so that it can be overriden
624 @ using multiplication to take the weak definition which does not contain the
629 WEAK muldf3
630 WEAK aeabi_dmul
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
ieee754-sf.S 433 @ Define multiplication as weak in _arm_mulsf3.o so that it can be overriden
435 @ using multiplication to take the weak definition which does not contain the
440 WEAK mulsf3
441 WEAK aeabi_fmul
ieee754-df.S 622 @ Define multiplication as weak in _arm_muldf3.o so that it can be overriden
624 @ using multiplication to take the weak definition which does not contain the
629 WEAK muldf3
630 WEAK aeabi_dmul
  /src/external/gpl3/gcc/dist/libgcc/config/
darwin-crt-tm.c 41 #define WEAK __attribute__((weak))
43 extern void _ITM_registerTMCloneTable (void *, size_t) WEAK;
44 extern void _ITM_deregisterTMCloneTable (void *) WEAK;
  /src/external/gpl3/gcc.old/dist/libgcc/config/
darwin-crt-tm.c 41 #define WEAK __attribute__((weak))
43 extern void _ITM_registerTMCloneTable (void *, size_t) WEAK;
44 extern void _ITM_deregisterTMCloneTable (void *) WEAK;
  /src/games/hack/
hack.eat.c 77 #define WEAK 3
86 "Weak ",
404 (h > 0) ? WEAK : FAINTING;
409 if (u.uhs <= WEAK || rn2(20 - u.uhunger / 10) >= 19) {
426 if (newhs >= WEAK && u.uhs < WEAK)
428 else if (newhs < WEAK && u.uhs >= WEAK && u.ustr < u.ustrmax)
436 case WEAK:
437 pline((!incr) ? "You feel weak now."
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
linker.c 1087 symbol, and it is undefined or common. An undefined weak
1287 UNDEFW_ROW, /* Weak undefined. */
1289 DEFW_ROW, /* Weak defined. */
1305 WEAK, /* Mark symbol weak undefined. */
1307 DEFW, /* Mark symbol weak defined. */
1333 /* UNDEFW_ROW */ {WEAK, NOACT, NOACT, REF, REF, NOACT, REFC, WARNC },
1537 case WEAK:
1538 /* Make a new weak undefined symbol. */
1599 constructor entry for the weak define
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
linker.c 1085 symbol, and it is undefined or common. An undefined weak
1285 UNDEFW_ROW, /* Weak undefined. */
1287 DEFW_ROW, /* Weak defined. */
1303 WEAK, /* Mark symbol weak undefined. */
1305 DEFW, /* Mark symbol weak defined. */
1331 /* UNDEFW_ROW */ {WEAK, NOACT, NOACT, REF, REF, NOACT, REFC, WARNC },
1535 case WEAK:
1536 /* Make a new weak undefined symbol. */
1597 constructor entry for the weak define
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
linker.c 1069 symbol, and it is undefined or common. An undefined weak
1269 UNDEFW_ROW, /* Weak undefined. */
1271 DEFW_ROW, /* Weak defined. */
1287 WEAK, /* Mark symbol weak undefined. */
1289 DEFW, /* Mark symbol weak defined. */
1315 /* UNDEFW_ROW */ {WEAK, NOACT, NOACT, REF, REF, NOACT, REFC, WARNC },
1501 case WEAK:
1502 /* Make a new weak undefined symbol. */
1563 constructor entry for the weak define
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
linker.c 1067 symbol, and it is undefined or common. An undefined weak
1267 UNDEFW_ROW, /* Weak undefined. */
1269 DEFW_ROW, /* Weak defined. */
1285 WEAK, /* Mark symbol weak undefined. */
1287 DEFW, /* Mark symbol weak defined. */
1313 /* UNDEFW_ROW */ {WEAK, NOACT, NOACT, REF, REF, NOACT, REFC, WARNC },
1499 case WEAK:
1500 /* Make a new weak undefined symbol. */
1561 constructor entry for the weak define
    [all...]
  /src/games/rogue/
rogue.h 420 #define WEAK 150
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 6169 enum { PTR, ORDER, VAL1, ORDER_FAIL, VAL2, WEAK, END_EXPR };
6214 assert(NumSubExprs > WEAK);
6215 return cast<Expr>(SubExprs[WEAK]);

Completed in 49 milliseconds