Lines Matching defs:ElfClass32
78 struct ElfClass32 { struct
79 typedef Elf32_Addr Addr;
80 typedef Elf32_Dyn Dyn;
81 typedef Elf32_Ehdr Ehdr;
82 typedef Elf32_Nhdr Nhdr;
83 typedef Elf32_Phdr Phdr;
84 typedef Elf32_Shdr Shdr;
85 typedef Elf32_Chdr Chdr;
86 typedef Elf32_Half Half;
87 typedef Elf32_Off Off;
88 typedef Elf32_Sym Sym;
89 typedef Elf32_Word Word;
91 static const int kClass = ELFCLASS32;
92 static const uint16_t kMachine = EM_386;
93 static const size_t kAddrSize = sizeof(Elf32_Addr);
94 static constexpr const char* kMachineName = "x86";