OpenBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
RELOC
sys/arch/amd64/amd64/locore0.S
130
#define RELOC(x) _RELOC(x)
sys/arch/i386/i386/locore0.S
66
#define RELOC(x) ((x) - KERNBASE)
sys/arch/i386/i386/mptramp.s
93
#define RELOC(x) _RELOC(x)