PNTarget           24 core/asm.h     #define MAKE_TARGET(arch) PNTarget potion_target_##arch = { \
PNTarget          628 core/potion.h    PNTarget target;         ///< the jit
PNTarget          113 core/vm.c      extern PNTarget potion_target_x86;
PNTarget          115 core/vm.c      extern PNTarget potion_target_ppc;
PNTarget          117 core/vm.c      extern PNTarget potion_target_arm;
PNTarget          219 core/vm.c        PNTarget *target = &P->target;