Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
REGSZ
usr/src/cmd/sgs/libelf/common/input.c
77
#define PGNUM(off) ((off % REGSZ) / _elf_pagesize)
usr/src/cmd/sgs/libelf/common/input.c
78
#define REGNUM(off) (off / REGSZ)