Home
last modified time | relevance | path

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

/bionic/libc/private/
Dbionic_macros.h56 #define BIONIC_STOP_UNWIND macro
58 #define BIONIC_STOP_UNWIND asm volatile(".cfi_undefined x30") macro
60 #define BIONIC_STOP_UNWIND asm volatile(".cfi_undefined \%eip") macro
62 #define BIONIC_STOP_UNWIND asm volatile(".cfi_undefined \%rip") macro
64 #define BIONIC_STOP_UNWIND asm volatile(".cfi_undefined $ra") macro