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