OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
DT_PROC
lib/csu/mips64/boot_md.h
55
#define DT_PROC(n) ((n) - DT_LOPROC)
libexec/ld.so/alpha/rtld_machine.c
44
#define DT_PROC(n) ((n) - DT_LOPROC + DT_NUM)
libexec/ld.so/powerpc/rtld_machine.c
42
#define DT_PROC(n) ((n) - DT_LOPROC + DT_NUM)
libexec/ld.so/powerpc64/rtld_machine.c
41
#define DT_PROC(n) ((n) - DT_LOPROC + DT_NUM)