1 /* The nasty work of reading 32 and 64-bit modules is in here. */
12 #define PERBIT(x) x##32
13 #define ElfPERBIT(x) Elf32_##x
14 #define ELFPERBIT(x) ELF32_##x
15 #include "moduleops_core.c"
20 #define PERBIT(x) x##64
21 #define ElfPERBIT(x) Elf64_##x
22 #define ELFPERBIT(x) ELF64_##x
23 #include "moduleops_core.c"