Home
last modified time | relevance | path

Searched refs:BIONIC_STOP_UNWIND (Results 1 – 4 of 4) 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 ra") macro
61 #define BIONIC_STOP_UNWIND asm volatile(".cfi_undefined \%rip") macro
/bionic/libc/bionic/
Dlibc_init_dynamic.cpp149 BIONIC_STOP_UNWIND; in __libc_init()
Dclone.cpp46 BIONIC_STOP_UNWIND; in __start_thread()
Dlibc_init_static.cpp403 BIONIC_STOP_UNWIND; in __real_libc_init()