Home
last modified time | relevance | path

Searched refs:__nolibc_aligned (Results 1 – 1 of 1) sorted by relevance

/linux/tools/include/nolibc/
H A Dcompiler.h21 #define __nolibc_aligned(alignment) __attribute__((aligned(alignment))) macro
22 #define __nolibc_aligned_as(type) __nolibc_aligned(__alignof__(type))