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