OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
WEAK_REF
regress/libexec/ld.so/weak/libweak/weak.c
13
return (WEAK_REF);
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)
regress/libexec/ld.so/weak/prog2/main.c
16
if (func() != WEAK_REF)