Home
last modified time | relevance | path

Searched defs:BIONIC_STOP_UNWIND (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/platform/bionic/
Dmacros.h53 #define BIONIC_STOP_UNWIND asm volatile(".cfi_undefined r14") macro
55 #define BIONIC_STOP_UNWIND asm volatile(".cfi_undefined x30") macro
57 #define BIONIC_STOP_UNWIND asm volatile(".cfi_undefined \%eip") macro
59 #define BIONIC_STOP_UNWIND asm volatile(".cfi_undefined \%rip") macro