Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
NOTE_ALIGN
tools/perf/util/symbol-elf.c
782
#define NOTE_ALIGN(n) (((n) + 3) & -4U)
tools/perf/util/symbol-minimal.c
29
#define NOTE_ALIGN(sz) (((sz) + 3) & ~3)