POTION_EBP 103 core/internal.h #define POTION_EBP(p) __asm__("mov %%rbp, %0" : "=r" (*p)) POTION_EBP 115 core/internal.h #define POTION_EBP(p) __asm__("mov %%ebp, %0" : "=r" (*p)) POTION_EBP 121 core/internal.h #define POTION_EBP(p) potion_esp((void **)p)