Lines Matching full:__alignof__
116 & ((is32 ? __alignof__ (Elf32_Ehdr) : __alignof__ (Elf64_Ehdr))
174 & (__alignof__ (Elf32_Ehdr) - 1)) == 0))
223 & (__alignof__ (Elf64_Ehdr) - 1)) == 0))
312 || ((((uintptr_t) ehdr) & (__alignof__ (Elf32_Ehdr) - 1)) == 0
314 & (__alignof__ (Elf32_Shdr) - 1)) == 0
316 & (__alignof__ (Elf32_Phdr) - 1)) == 0)))
400 || ((((uintptr_t) ehdr) & (__alignof__ (Elf64_Ehdr) - 1)) == 0
402 & (__alignof__ (Elf64_Shdr) - 1)) == 0
404 & (__alignof__ (Elf64_Phdr) - 1)) == 0)))