PNTarget           25 core/asm.h     #define MAKE_TARGET(arch) PNTarget potion_target_##arch = { \
PNTarget          646 core/potion.h    PNTarget target;         ///< the jit
PNTarget          121 core/vm.c      extern PNTarget potion_target_x86;
PNTarget          123 core/vm.c      extern PNTarget potion_target_ppc;
PNTarget          125 core/vm.c      extern PNTarget potion_target_arm;
PNTarget          229 core/vm.c        PNTarget *target = &P->target;