Home
last modified time | relevance | path

Searched defs:NOTE_ALIGN (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dsymbol-minimal.c30 #define NOTE_ALIGN(sz) (((sz) + 3) & ~3) macro
H A Dsymbol-elf.c481 #define NOTE_ALIGN(n) (((n) + 3) & -4U) macro
/kernel/linux/linux-6.6/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

Completed in 8 milliseconds