Home
last modified time | relevance | path

Searched refs:__libunwind_cet_get_registers (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/libunwind/src/
Dcet_unwind.h38 extern void *__libunwind_cet_get_registers(unw_cursor_t *);
DUnwindLevel1.c57 void *cetRegContext = __libunwind_cet_get_registers((cursor)); \
69 void *cetRegContext = __libunwind_cet_get_registers((cursor)); \
DUnwindCursor.hpp2881 extern "C" void *__libunwind_cet_get_registers(unw_cursor_t *cursor) { in __libunwind_cet_get_registers() function