glibc/sysdeps/i386/stackguard-macros.h

8 lines
202 B
C
Raw Normal View History

#include <stdint.h>
#define STACK_CHK_GUARD \
(*(uintptr_t __seg_gs *) offsetof (tcbhead_t, stack_guard))
#define POINTER_CHK_GUARD \
(*(uintptr_t __seg_gs *) offsetof (tcbhead_t, pointer_guard))