OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
weak_func
regress/libexec/ld.so/weak/libweak/weak.c
16
__weak_alias(func,weak_func);
regress/libexec/ld.so/weak/prog/defs.h
10
int weak_func(void);
regress/libexec/ld.so/weak/prog/main.c
13
if (weak_func() != WEAK_REF)
regress/libexec/ld.so/weak/prog2/main.c
13
if (weak_func() != WEAK_REF)