%PDF- %PDF-
Direktori : /proc/25810/task/25810/root/proc/self/root/glibc-2.29/sysdeps/sparc/sparc32/ |
Current File : //proc/25810/task/25810/root/proc/self/root/glibc-2.29/sysdeps/sparc/sparc32/stackguard-macros.h |
#include <stdint.h> #define STACK_CHK_GUARD \ ({ uintptr_t x; asm ("ld [%%g7+0x14], %0" : "=r" (x)); x; }) #define POINTER_CHK_GUARD \ ({ uintptr_t x; asm ("ld [%%g7+0x18], %0" : "=r" (x)); x; })