/bionic/libc/upstream-freebsd/lib/libc/gen/ |
usleep.c | 51 __weak_reference(__usleep, usleep); 52 __weak_reference(__usleep, _usleep);
|
sleep.c | 66 __weak_reference(__sleep, sleep); 67 __weak_reference(__sleep, _sleep);
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_lgamma.c | 38 __weak_reference(lgamma, lgammal);
|
s_cproj.c | 46 __weak_reference(cproj, cprojl);
|
w_cabs.c | 22 __weak_reference(cabs, cabsl);
|
s_logb.c | 48 __weak_reference(logb, logbl);
|
s_round.c | 59 __weak_reference(round, roundl);
|
s_nextafter.c | 80 __weak_reference(nextafter, nexttoward); 81 __weak_reference(nextafter, nexttowardl); 82 __weak_reference(nextafter, nextafterl);
|
s_cos.c | 88 __weak_reference(cos, cosl);
|
s_frexp.c | 55 __weak_reference(frexp, frexpl);
|
s_sin.c | 88 __weak_reference(sin, sinl);
|
s_tan.c | 82 __weak_reference(tan, tanl);
|
s_scalbn.c | 64 __weak_reference(scalbn, ldexpl); 65 __weak_reference(scalbn, scalbnl);
|
e_acosh.c | 67 __weak_reference(acosh, acoshl);
|
e_atanh.c | 67 __weak_reference(atanh, atanhl);
|
e_cosh.c | 84 __weak_reference(cosh, coshl);
|
e_sinh.c | 78 __weak_reference(sinh, sinhl);
|
s_asinh.c | 61 __weak_reference(asinh, asinhl);
|
s_tanh.c | 83 __weak_reference(tanh, tanhl);
|
s_trunc.c | 66 __weak_reference(trunc, truncl);
|
e_log2.c | 116 __weak_reference(log2, log2l);
|
/bionic/libc/upstream-freebsd/android/include/ |
freebsd-compat.h | 38 #define __weak_reference(sym,alias) macro
|
/bionic/libm/ |
freebsd-compat.h | 21 #define __weak_reference(sym,alias) \ macro
|
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/ |
timingsafe_bcmp.c | 36 __weak_reference(__timingsafe_bcmp, timingsafe_bcmp);
|
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
cdefs_aout.h | 28 /* Do not use __weak_extern, use __weak_reference instead */
33 #define __weak_reference(sym) __attribute__((__weakref__))
macro 35 #define __weak_reference(sym) ; __asm(".weak " _C_LABEL_STRING(#sym))
macro 45 #define __weak_reference(sym) /* NOTHING */
macro 59 /* Do not use __weak_extern, use __weak_reference instead */
65 #define __weak_reference(sym) __attribute__((__weakref__))
macro 68 #define __weak_reference(sym) ___weak_reference(_/**/sym)
macro
|