Searched defs:ElfTypes32 (Results 1 – 1 of 1) sorted by relevance
58 struct ElfTypes32 { struct59 using AddressType = uint32_t;60 using Chdr = Elf32_Chdr;61 using Dyn = Elf32_Dyn;62 using Ehdr = Elf32_Ehdr;63 using Nhdr = Elf32_Nhdr;64 using Phdr = Elf32_Phdr;65 using Shdr = Elf32_Shdr;66 using Sym = Elf32_Sym;