POTION_ESP         98 core/internal.h #define POTION_ESP(p) __asm__("mov %%rsp, %0" : "=r" (*p)); *p += 0x178
POTION_ESP        101 core/internal.h #define POTION_ESP(p) __asm__("mov %%rsp, %0" : "=r" (*p)); *p += 0xd0
POTION_ESP        103 core/internal.h #define POTION_ESP(p) __asm__("mov %%rsp, %0" : "=r" (*p))
POTION_ESP        110 core/internal.h #define POTION_ESP(p) __asm__("mov %%esp, %0" : "=r" (*p)); *p += 0x178
POTION_ESP        113 core/internal.h #define POTION_ESP(p) __asm__("mov %%esp, %0" : "=r" (*p)); *p += 0xd0
POTION_ESP        115 core/internal.h #define POTION_ESP(p) __asm__("mov %%esp, %0" : "=r" (*p))
POTION_ESP        123 core/internal.h #define POTION_ESP(p) potion_esp((void **)p)