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