Searched refs:ALIGNED (Results 1 – 3 of 3) sorted by relevance
47 class ALIGNED(16) InterpreterCache {50 typedef std::pair<const void*, size_t> Entry ALIGNED(2 * sizeof(size_t)); typedef
38 typedef typename ElfTypes::Ehdr ALIGNED(1) Elf_Ehdr;39 typedef typename ElfTypes::Phdr ALIGNED(1) Elf_Phdr;40 typedef typename ElfTypes::Shdr ALIGNED(1) Elf_Shdr;41 typedef typename ElfTypes::Sym ALIGNED(1) Elf_Sym;42 typedef typename ElfTypes::Addr ALIGNED(1) Elf_Addr;
59 #define ALIGNED(x) __attribute__ ((__aligned__(x))) macro