Home
last modified time | relevance | path

Searched defs:NOTE_ALIGN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dsymbol-minimal.c30 #define NOTE_ALIGN(sz) (((sz) + 3) & ~3) macro
H A Dsymbol-elf.c854 #define NOTE_ALIGN(n) (((n) + 3) & -4U) macro