Searched defs:cursor1 (Results 1 - 3 of 3) sorted by relevance

/external/libcxxabi/src/Unwind/
H A DUnwindLevel1.c29 unw_cursor_t cursor1; local
30 unw_init_local(&cursor1, uc);
37 int stepResult = unw_step(&cursor1);
53 if (unw_get_proc_info(&cursor1, &frameInfo) != UNW_ESUCCESS) {
64 if ((unw_get_proc_name(&cursor1, functionName, 512, &offset) !=
68 unw_get_reg(&cursor1, UNW_REG_IP, &pc);
86 exception_object, (struct _Unwind_Context *)(&cursor1));
92 unw_get_reg(&cursor1, UNW_REG_SP, &sp);
H A DUnwind-EHABI.cpp444 unw_cursor_t cursor1; local
445 unw_init_local(&cursor1, uc);
452 int stepResult = unw_step(&cursor1);
467 if (unw_get_proc_info(&cursor1, &frameInfo) != UNW_ESUCCESS) {
478 if ((unw_get_proc_name(&cursor1, functionName, 512, &offset) !=
482 unw_get_reg(&cursor1, UNW_REG_IP, &pc);
499 struct _Unwind_Context *context = (struct _Unwind_Context *)(&cursor1);
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A Driva_mmio.h426 U032 cursor1; member in struct:_riva_hw_state

Completed in 147 milliseconds