OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
weakFunction2
regress/libexec/ld.so/edgecases/test3/libaa/aa.c
21
int weakFunction2(void) __attribute__((weak));
regress/libexec/ld.so/edgecases/test3/libbb/bb.c
22
int weakFunction2(void) __attribute__((weak));
regress/libexec/ld.so/edgecases/test3/libbb/bb.c
59
if (weakFunction2()) {