Searched refs:ElfW (Results 1 – 1 of 1) sorted by relevance
23 #if defined(ElfW)24 #undef ElfW28 #define ElfW(type) Elf64_##type macro31 #define ElfW(type) Elf32_##type macro35 using ElfAddr = ElfW(Addr);36 using ElfDyn = ElfW(Dyn);37 using ElfEhdr = ElfW(Ehdr);38 using ElfHalf = ElfW(Half);39 using ElfPhdr = ElfW(Phdr);40 using ElfShdr = ElfW(Shdr);[all …]