Home
last modified time | relevance | path

Searched refs:cursor (Results 176 - 200 of 905) sorted by relevance

12345678910>>...37

/third_party/libunwind/libunwind/src/hppa/
H A DGget_proc_info.c29 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 DGis_signal_frame.c29 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 Dunwind_i.h161 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 DGget_proc_info.c28 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 DGinit_remote.c29 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 DGget_proc_info.c29 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 DGget_save_loc.c29 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 DGget_proc_info.c31 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 DGinit_remote.c32 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 DGget_save_loc.c32 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 DGis_signal_frame.c37 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 DGget_proc_info.c29 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 DGinit_remote.c30 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 DGget_proc_info.c31 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 DGinit_remote.c33 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 DGos-freebsd.c37 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 DGresume.c33 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 DGis_signal_frame.c35 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 Du_debug_stack.c59 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 Dtest_regression.py43 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 Ddecoder_test.js70 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 DGinit_remote.c37 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 DGget_save_loc.c28 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 DGis_signal_frame.c30 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 Dnir_lower_shader_calls.c408 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...]

Completed in 8 milliseconds

12345678910>>...37