/third_party/libunwind/libunwind/src/hppa/ |
H A D | Gget_proc_info.c | 29 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) in unw_get_proc_info() argument 31 struct cursor *c = (struct cursor *) cursor; in unw_get_proc_info()
|
/third_party/libunwind/libunwind/src/ia64/ |
H A D | Gis_signal_frame.c | 29 unw_is_signal_frame (unw_cursor_t *cursor) in unw_is_signal_frame() argument 31 struct cursor *c = (struct cursor *) cursor; in unw_is_signal_frame() 52 Debug (1, "(cursor=%p, ip=0x%016lx) -> %d\n", c, c->ip, ret); in unw_is_signal_frame()
|
H A D | unwind_i.h | 161 ia64_getfp (struct cursor *c, unw_word_t loc, unw_fpreg_t *val) in ia64_getfp() 173 ia64_putfp (struct cursor *c, unw_word_t loc, unw_fpreg_t val) in ia64_putfp() 192 ia64_get (struct cursor *c, unw_word_t loc, unw_word_t *val) in ia64_get() 204 ia64_put (struct cursor *c, unw_word_t loc, unw_word_t val) in ia64_put() 264 extern int ia64_uc_access_reg (struct cursor *c, ia64_loc_t loc, 266 extern int ia64_uc_access_fpreg (struct cursor *c, ia64_loc_t loc, 270 ia64_getfp (struct cursor *c, ia64_loc_t loc, unw_fpreg_t *val) in ia64_getfp() 299 ia64_putfp (struct cursor *c, ia64_loc_t loc, unw_fpreg_t val) in ia64_putfp() 333 ia64_get (struct cursor *c, ia64_loc_t loc, unw_word_t *val) in ia64_get() 369 ia64_put (struct cursor * [all...] |
/third_party/libunwind/libunwind/src/riscv/ |
H A D | Gget_proc_info.c | 28 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) in unw_get_proc_info() argument 30 struct cursor *c = (struct cursor *) cursor; in unw_get_proc_info()
|
H A D | Ginit_remote.c | 29 unw_init_remote (unw_cursor_t *cursor, unw_addr_space_t as, void *as_arg) in unw_init_remote() argument 34 struct cursor *c = (struct cursor *) cursor; in unw_init_remote() 39 Debug (1, "(cursor=%p)\n", c); in unw_init_remote()
|
/third_party/libunwind/libunwind/src/tilegx/ |
H A D | Gget_proc_info.c | 29 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) in unw_get_proc_info() argument 31 struct cursor *c = (struct cursor *) cursor; in unw_get_proc_info()
|
H A D | Gget_save_loc.c | 29 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() argument 31 struct cursor *c = (struct cursor *) cursor; in unw_get_save_loc()
|
/third_party/libunwind/libunwind/src/s390x/ |
H A D | Gget_proc_info.c | 31 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) in unw_get_proc_info() argument 33 struct cursor *c = (struct cursor *) cursor; in unw_get_proc_info()
|
H A D | Ginit_remote.c | 32 unw_init_remote (unw_cursor_t *cursor, unw_addr_space_t as, void *as_arg) in unw_init_remote() argument 37 struct cursor *c = (struct cursor *) cursor; in unw_init_remote() 42 Debug (1, "(cursor=%p)\n", c); in unw_init_remote()
|
H A D | Gget_save_loc.c | 32 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() argument 34 struct cursor *c = (struct cursor *) cursor; in unw_get_save_loc()
|
H A D | Gis_signal_frame.c | 37 unw_is_signal_frame (unw_cursor_t *cursor) in unw_is_signal_frame() argument 40 struct cursor *c = (struct cursor *) cursor; in unw_is_signal_frame()
|
/third_party/libunwind/libunwind/src/x86/ |
H A D | Gget_proc_info.c | 29 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) in unw_get_proc_info() argument 31 struct cursor *c = (struct cursor *) cursor; in unw_get_proc_info()
|
H A D | Ginit_remote.c | 30 unw_init_remote (unw_cursor_t *cursor, unw_addr_space_t as, void *as_arg) in unw_init_remote() argument 35 struct cursor *c = (struct cursor *) cursor; in unw_init_remote() 40 Debug (1, "(cursor=%p)\n", c); in unw_init_remote()
|
/third_party/libunwind/libunwind/src/x86_64/ |
H A D | Gget_proc_info.c | 31 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) in unw_get_proc_info() argument 33 struct cursor *c = (struct cursor *) cursor; in unw_get_proc_info()
|
H A D | Ginit_remote.c | 33 unw_init_remote (unw_cursor_t *cursor, unw_addr_space_t as, void *as_arg) in unw_init_remote() argument 38 struct cursor *c = (struct cursor *) cursor; in unw_init_remote() 43 Debug (1, "(cursor=%p)\n", c); in unw_init_remote()
|
H A D | Gos-freebsd.c | 37 unw_is_signal_frame (unw_cursor_t *cursor) in unw_is_signal_frame() argument 40 struct cursor *c = (struct cursor *) cursor; in unw_is_signal_frame() 91 x86_64_handle_signal_frame (unw_cursor_t *cursor) in x86_64_handle_signal_frame() argument 93 struct cursor *c = (struct cursor *) cursor; in x86_64_handle_signal_frame() 189 x86_64_sigreturn (unw_cursor_t *cursor) in x86_64_sigreturn() argument 191 struct cursor * in x86_64_sigreturn() [all...] |
/third_party/libunwind/libunwind/src/aarch64/ |
H A D | Gresume.c | 33 aarch64_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, void *arg) in aarch64_local_resume() argument 36 struct cursor *c = (struct cursor *) cursor; in aarch64_local_resume() 153 establish_machine_state (struct cursor *c) in establish_machine_state() 161 Debug (8, "copying out cursor state\n"); in establish_machine_state() 180 unw_resume (unw_cursor_t *cursor) in unw_resume() argument 182 struct cursor *c = (struct cursor *) cursor; in unw_resume() [all...] |
H A D | Gis_signal_frame.c | 35 unw_is_signal_frame (unw_cursor_t *cursor) in unw_is_signal_frame() argument 38 struct cursor *c = (struct cursor *) cursor; in unw_is_signal_frame()
|
/third_party/mesa3d/src/util/ |
H A D | u_debug_stack.c | 59 symbol_name_cached(unw_cursor_t *cursor, unw_proc_info_t *pip) in symbol_name_cached() argument 73 ret = unw_get_proc_name(cursor, procname, sizeof(procname), &off); in symbol_name_cached() 93 unw_cursor_t cursor; in debug_backtrace_capture() local 101 unw_init_local(&cursor, &context); in debug_backtrace_capture() 103 while ((start_frame > 0) && (unw_step(&cursor) > 0)) in debug_backtrace_capture() 106 while ((i < nr_frames) && (unw_step(&cursor) > 0)) { in debug_backtrace_capture() 109 unw_get_reg(&cursor, UNW_REG_IP, &ip); in debug_backtrace_capture() 110 unw_get_proc_info(&cursor, &pip); in debug_backtrace_capture() 114 backtrace[i].procname = symbol_name_cached(&cursor, &pip); in debug_backtrace_capture()
|
/third_party/python/Lib/test/test_sqlite3/ |
H A D | test_regression.py | 43 cur = self.con.cursor() 50 cur = self.con.cursor() 61 cursors = [con.cursor() for x in range(5)] 72 cur = self.con.cursor() 88 cur = con.cursor() 130 cur = con.cursor() 199 Verifies that cursor methods check whether base class __init__ was 232 cur = con.cursor() 247 cur = self.con.cursor() 272 Recursively using a cursor, suc [all...] |
/third_party/protobuf/js/binary/ |
H A D | decoder_test.js | 70 for (var cursor = epsilon; cursor < upperLimit; cursor *= 1.1) { 71 writeValue.call(encoder, filter(cursor)); 82 for (var cursor = epsilon; cursor < upperLimit; cursor *= 1.1) { 83 if (filter(cursor) != readValue.call(decoder)) throw 'fail!'; 116 for (var cursor = lowerLimit; cursor < [all...] |
/third_party/libunwind/libunwind/src/ppc/ |
H A D | Ginit_remote.c | 37 unw_init_remote (unw_cursor_t *cursor, unw_addr_space_t as, void *as_arg) in unw_init_remote() argument 42 struct cursor *c = (struct cursor *) cursor; in unw_init_remote() 47 Debug (1, "(cursor=%p)\n", c); in unw_init_remote()
|
/third_party/libunwind/libunwind/src/arm/ |
H A D | Gget_save_loc.c | 28 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() argument 30 struct cursor *c = (struct cursor *) cursor; in unw_get_save_loc()
|
/third_party/libunwind/libunwind/src/mips/ |
H A D | Gis_signal_frame.c | 30 unw_is_signal_frame (unw_cursor_t *cursor) in unw_is_signal_frame() argument 32 struct cursor *c = (struct cursor *) cursor; in unw_is_signal_frame()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_shader_calls.c | 408 before.cursor = nir_before_instr(instr); in spill_ssa_defs_and_lower_shader_calls() 409 after.cursor = nir_after_instr(instr); in spill_ssa_defs_and_lower_shader_calls() 658 b.cursor = nir_before_cf_list(&impl->body); in duplicate_loop_bodies() 662 b.cursor = nir_after_instr(resume_instr); in duplicate_loop_bodies() 733 cursor_is_after_jump(nir_cursor cursor) in cursor_is_after_jump() argument 735 switch (cursor.option) { in cursor_is_after_jump() 740 return cursor.instr->type == nir_instr_type_jump; in cursor_is_after_jump() 742 return nir_block_ends_in_jump(cursor.block);; in cursor_is_after_jump() 744 unreachable("Invalid cursor option"); in cursor_is_after_jump() 822 /* If our child list contains the cursor instructio in flatten_resume_if_ladder() [all...] |