Home
last modified time | relevance | path

Searched refs:tcb (Results 1 – 25 of 193) sorted by relevance

12345678

/external/strace/
Ddefs.h285 struct tcb { struct
491 extern void print_pc(struct tcb *);
492 extern int trace_syscall(struct tcb *);
493 extern void count_syscall(struct tcb *, const struct timeval *);
498 extern int get_scno(struct tcb *tcp);
501 extern bool is_erestart(struct tcb *);
502 extern void temporarily_clear_syserror(struct tcb *);
503 extern void restore_cleared_syserror(struct tcb *);
505 extern int umoven(struct tcb *, long, unsigned int, void *);
508 extern int umoven_or_printaddr(struct tcb *, long, unsigned int, void *);
[all …]
Dnative_printer_decls.h2 extern bool fetch_seccomp_fprog(struct tcb *tcp, const long addr, void *p);
3 extern bool fetch_struct_flock(struct tcb *tcp, const long addr, void *p);
4 extern bool fetch_struct_flock64(struct tcb *tcp, const long addr, void *p);
5 extern void printmqattr(struct tcb *tcp, const long addr);
6 extern void tprint_msgbuf(struct tcb *tcp, const long addr, const unsigned long count);
7 extern void print_sigevent(struct tcb *tcp, const long addr);
8 extern void print_timespec(struct tcb *tcp, const long addr);
9 extern const char * sprint_timespec(struct tcb *tcp, const long addr);
10 extern void print_timespec_utime_pair(struct tcb *tcp, const long addr);
11 extern void print_itimerspec(struct tcb *tcp, const long addr);
[all …]
Dprinters.h3 bool (*fetch_seccomp_fprog) (struct tcb *tcp, const long addr, void *p);
6 bool (*fetch_struct_flock) (struct tcb *tcp, const long addr, void *p);
9 bool (*fetch_struct_flock64) (struct tcb *tcp, const long addr, void *p);
12 void (*printmqattr) (struct tcb *tcp, const long addr);
15 void (*tprint_msgbuf) (struct tcb *tcp, const long addr, const unsigned long count);
18 void (*print_sigevent) (struct tcb *tcp, const long addr);
21 void (*print_timespec) (struct tcb *tcp, const long addr);
24 const char * (*sprint_timespec) (struct tcb *tcp, const long addr);
27 void (*print_timespec_utime_pair) (struct tcb *tcp, const long addr);
30 void (*print_itimerspec) (struct tcb *tcp, const long addr);
[all …]
Dprint_time.c76 MPERS_PRINTER_DECL(void, print_timespec)(struct tcb *tcp, const long addr) in MPERS_PRINTER_DECL()
86 MPERS_PRINTER_DECL(const char *, sprint_timespec)(struct tcb *tcp, const long addr) in MPERS_PRINTER_DECL()
104 MPERS_PRINTER_DECL(void, print_timespec_utime_pair)(struct tcb *tcp, const long addr) in MPERS_PRINTER_DECL()
118 MPERS_PRINTER_DECL(void, print_itimerspec)(struct tcb *tcp, const long addr) in MPERS_PRINTER_DECL()
132 MPERS_PRINTER_DECL(void, print_timeval)(struct tcb *tcp, const long addr) in MPERS_PRINTER_DECL()
142 MPERS_PRINTER_DECL(void, print_timeval_pair)(struct tcb *tcp, const long addr) in MPERS_PRINTER_DECL()
156 MPERS_PRINTER_DECL(const char *, sprint_timeval)(struct tcb *tcp, const long addr) in MPERS_PRINTER_DECL()
174 MPERS_PRINTER_DECL(void, print_itimerval)(struct tcb *tcp, const long addr) in MPERS_PRINTER_DECL()
213 print_timeval32(struct tcb *tcp, const long addr) in print_timeval32()
224 print_timeval32_pair(struct tcb *tcp, const long addr) in print_timeval32_pair()
[all …]
Dkeyctl.c81 keyctl_get_keyring_id(struct tcb *tcp, key_serial_t id, int create) in keyctl_get_keyring_id()
88 keyctl_update_key(struct tcb *tcp, key_serial_t id, long addr, long len) in keyctl_update_key()
97 keyctl_handle_key_key(struct tcb *tcp, key_serial_t id1, key_serial_t id2) in keyctl_handle_key_key()
105 keyctl_read_key(struct tcb *tcp, key_serial_t id, long addr, long len) in keyctl_read_key()
123 keyctl_keyring_search(struct tcb *tcp, key_serial_t id1, long addr1, in keyctl_keyring_search()
136 keyctl_chown_key(struct tcb *tcp, key_serial_t id, int user, int group) in keyctl_chown_key()
143 keyctl_instantiate_key(struct tcb *tcp, key_serial_t id1, long addr, in keyctl_instantiate_key()
154 keyctl_instantiate_key_iov(struct tcb *tcp, key_serial_t id1, in keyctl_instantiate_key_iov()
165 keyctl_negate_key(struct tcb *tcp, key_serial_t id1, unsigned timeout, in keyctl_negate_key()
174 keyctl_reject_key(struct tcb *tcp, key_serial_t id1, unsigned timeout, in keyctl_reject_key()
[all …]
Dnet.c161 print_sockaddr(struct tcb *tcp, const sockaddr_buf_t *addr, const int addrlen) in print_sockaddr()
284 printsock(struct tcb *tcp, long addr, int addrlen) in printsock()
324 print_scm_rights(struct tcb *tcp, const void *cmsg_data, in print_scm_rights()
346 print_scm_creds(struct tcb *tcp, const void *cmsg_data, in print_scm_creds()
359 print_scm_security(struct tcb *tcp, const void *cmsg_data, in print_scm_security()
370 print_cmsg_ip_pktinfo(struct tcb *tcp, const void *cmsg_data, in print_cmsg_ip_pktinfo()
385 print_cmsg_ip_ttl(struct tcb *tcp, const void *cmsg_data, in print_cmsg_ip_ttl()
397 print_cmsg_ip_tos(struct tcb *tcp, const void *cmsg_data, in print_cmsg_ip_tos()
409 print_cmsg_ip_checksum(struct tcb *tcp, const void *cmsg_data, in print_cmsg_ip_checksum()
421 print_cmsg_ip_opts(struct tcb *tcp, const void *cmsg_data, in print_cmsg_ip_opts()
[all …]
Dscsi.c46 print_sg_io_buffer(struct tcb *tcp, unsigned long addr, const unsigned int len) in print_sg_io_buffer()
71 print_sg_io_v3_req(struct tcb *tcp, const long arg) in print_sg_io_v3_req()
105 print_sg_io_v3_res(struct tcb *tcp, const long arg) in print_sg_io_v3_res()
143 print_sg_io_v4_req(struct tcb *tcp, const long arg) in print_sg_io_v4_req()
181 print_sg_io_v4_res(struct tcb *tcp, const long arg) in print_sg_io_v4_res()
218 print_sg_io_v4_req(struct tcb *tcp, const long arg) in print_sg_io_v4_req()
225 print_sg_io_v4_res(struct tcb *tcp, const long arg) in print_sg_io_v4_res()
232 print_sg_io_req(struct tcb *tcp, uint32_t iid, const long arg) in print_sg_io_req()
249 print_sg_io_res(struct tcb *tcp, uint32_t iid, const long arg) in print_sg_io_res()
262 scsi_ioctl(struct tcb *tcp, const unsigned int code, const long arg) in scsi_ioctl()
Dstrace.c157 struct tcb *printing_tcp = NULL;
158 static struct tcb *current_tcp;
160 static struct tcb **tcbtab;
166 static void detach(struct tcb *tcp);
388 ptrace_restart(int op, struct tcb *tcp, int sig) in ptrace_restart()
607 printleader(struct tcb *tcp) in printleader()
681 newoutf(struct tcb *tcp) in newoutf()
700 struct tcb *newtcbs = xcalloc(tcbtabsize, sizeof(newtcbs[0])); in expand_tcbtab()
701 struct tcb **newtab = xreallocarray(tcbtab, tcbtabsize * 2, in expand_tcbtab()
709 static struct tcb *
[all …]
Devdev.c65 ff_effect_ioctl(struct tcb *tcp, long arg) in ff_effect_ioctl()
136 abs_ioctl(struct tcb *tcp, long arg) in abs_ioctl()
160 keycode_ioctl(struct tcb *tcp, long arg) in keycode_ioctl()
180 keycode_V2_ioctl(struct tcb *tcp, long arg) in keycode_V2_ioctl()
213 getid_ioctl(struct tcb *tcp, long arg) in getid_ioctl()
232 decode_bitset(struct tcb *tcp, long arg, const struct xlat decode_nr[], in decode_bitset()
275 mtslots_ioctl(struct tcb *tcp, const unsigned int code, long arg) in mtslots_ioctl()
302 repeat_ioctl(struct tcb *tcp, long arg) in repeat_ioctl()
311 evdev_read_ioctl(struct tcb *tcp, const unsigned int code, long arg) in evdev_read_ioctl()
426 evdev_write_ioctl(struct tcb *tcp, const unsigned int code, long arg) in evdev_write_ioctl()
[all …]
Dsyscall.c329 update_personality(struct tcb *tcp, unsigned int personality) in update_personality()
567 decode_socket_subcall(struct tcb *tcp) in decode_socket_subcall()
597 decode_ipc_subcall(struct tcb *tcp) in decode_ipc_subcall()
615 decode_mips_subcall(struct tcb *tcp) in decode_mips_subcall()
638 printargs(struct tcb *tcp) in printargs()
650 printargs_lu(struct tcb *tcp) in printargs_lu()
662 printargs_ld(struct tcb *tcp) in printargs_ld()
674 dumpio(struct tcb *tcp) in dumpio()
783 static int get_syscall_args(struct tcb *);
784 static int get_syscall_result(struct tcb *);
[all …]
Dunwind.c89 static void delete_mmap_cache(struct tcb *tcp, const char *caller);
104 unwind_tcb_init(struct tcb *tcp) in unwind_tcb_init()
116 unwind_tcb_fin(struct tcb *tcp) in unwind_tcb_fin()
135 build_mmap_cache(struct tcb* tcp) in build_mmap_cache()
220 delete_mmap_cache(struct tcb *tcp, const char *caller) in delete_mmap_cache()
240 rebuild_cache_if_invalid(struct tcb *tcp, const char *caller) in rebuild_cache_if_invalid()
256 unwind_cache_invalidate(struct tcb* tcp) in unwind_cache_invalidate()
291 print_stack_frame(struct tcb *tcp, in print_stack_frame()
350 stacktrace_walk(struct tcb *tcp, in stacktrace_walk()
547 unwind_print_stacktrace(struct tcb* tcp) in unwind_print_stacktrace()
[all …]
Drtc.c34 print_rtc_time(struct tcb *tcp, const struct rtc_time *rt) in print_rtc_time()
48 decode_rtc_time(struct tcb *tcp, const long addr) in decode_rtc_time()
58 decode_rtc_wkalrm(struct tcb *tcp, const long addr) in decode_rtc_wkalrm()
71 rtc_ioctl(struct tcb *tcp, const unsigned int code, const long arg) in rtc_ioctl()
Dterm.c41 decode_termios(struct tcb *tcp, const long addr) in decode_termios()
77 decode_termio(struct tcb *tcp, const long addr) in decode_termio()
119 decode_winsize(struct tcb *tcp, const long addr) in decode_winsize()
135 decode_ttysize(struct tcb *tcp, const long addr) in decode_ttysize()
151 decode_modem_flags(struct tcb *tcp, const long addr) in decode_modem_flags()
167 term_ioctl(struct tcb *tcp, const unsigned int code, const long arg) in term_ioctl()
Dbpf.c40 bpf_map_create(struct tcb *tcp, const long addr, unsigned int size) in bpf_map_create()
64 bpf_map_update_elem(struct tcb *tcp, const long addr, unsigned int size) in bpf_map_update_elem()
91 bpf_map_delete_elem(struct tcb *tcp, const long addr, unsigned int size) in bpf_map_delete_elem()
113 bpf_map_io(struct tcb *tcp, const long addr, unsigned int size, const char *text) in bpf_map_io()
145 bpf_prog_load(struct tcb *tcp, const long addr, unsigned int size) in bpf_prog_load()
Dutil.c236 getllval(struct tcb *tcp, unsigned long long *val, int arg_no)
291 printllval(struct tcb *tcp, const char *format, int arg_no)
409 printnum_ ## name(struct tcb *tcp, const long addr, const char *fmt) \
422 printpair_ ## name(struct tcb *tcp, const long addr, const char *fmt) \
443 printnum_long_int(struct tcb *tcp, const long addr,
476 getfdproto(struct tcb *tcp, int fd, char *buf, unsigned bufsize)
503 printfd(struct tcb *tcp, int fd)
749 printpathn(struct tcb *tcp, long addr, unsigned int n)
776 printpath(struct tcb *tcp, long addr)
788 printstr(struct tcb *tcp, long addr, long len)
[all …]
Ddesc.c48 do_dup2(struct tcb *tcp, int flags_arg) in do_dup2()
79 decode_select(struct tcb *tcp, long *args, in decode_select() argument
80 void (*print_tv_ts) (struct tcb *, const long), in decode_select()
81 const char * (*sprint_tv_ts) (struct tcb *, const long)) in decode_select()
239 umove_kulong_array_or_printaddr(struct tcb *tcp, const long addr,
/external/libnfc-nci/src/nfc/tags/
Drw_i93.c103 tRW_I93_CB *p_i93 = &rw_cb.tcb.i93; in rw_i93_get_product_version()
209 tRW_I93_CB *p_i93 = &rw_cb.tcb.i93; in rw_i93_process_sys_info()
320 tRW_I93_CB *p_i93 = &rw_cb.tcb.i93; in rw_i93_check_sys_info_prot_ext()
350 tRW_I93_CB *p_i93 = &rw_cb.tcb.i93; in rw_i93_send_to_upper()
377 rw_cb.tcb.i93.sent_cmd = 0; in rw_i93_send_to_upper()
476 rw_cb.tcb.i93.sent_cmd = 0; in rw_i93_send_to_upper()
503 if (rw_cb.tcb.i93.p_retry_cmd) in rw_i93_send_to_lower()
505 GKI_freebuf (rw_cb.tcb.i93.p_retry_cmd); in rw_i93_send_to_lower()
506 rw_cb.tcb.i93.p_retry_cmd = NULL; in rw_i93_send_to_lower()
509 rw_cb.tcb.i93.p_retry_cmd = (BT_HDR *) GKI_getpoolbuf (NFC_RW_POOL_ID); in rw_i93_send_to_lower()
[all …]
Drw_t4t.c122 nfc_start_quick_timer (&rw_cb.tcb.t4t.timer, NFC_TTYPE_RW_T4T_RESPONSE, in rw_t4t_send_to_lower()
219 tRW_T4T_CB *p_t4t = &rw_cb.tcb.t4t; in rw_t4t_update_version_details()
309 tRW_T4T_CB *p_t4t = &rw_cb.tcb.t4t; in rw_t4t_create_app()
366 tRW_T4T_CB *p_t4t = &rw_cb.tcb.t4t; in rw_t4t_select_app()
417 tRW_T4T_CB *p_t4t = &rw_cb.tcb.t4t; in rw_t4t_create_ccfile()
473 tRW_T4T_CB *p_t4t = &rw_cb.tcb.t4t; in rw_t4t_create_ndef()
530 tRW_T4T_CB *p_t4t = &rw_cb.tcb.t4t; in rw_t4t_write_cc()
588 tRW_T4T_CB *p_t4t = &rw_cb.tcb.t4t; in rw_t4t_write_ndef()
663 if (rw_cb.tcb.t4t.version == T4T_VERSION_2_0) in rw_t4t_select_file()
696 tRW_T4T_CB *p_t4t = &rw_cb.tcb.t4t; in rw_t4t_read_file()
[all …]
Drw_t1t.c60 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t; in rw_t1t_data_cback()
66 … tT1T_CMD_RSP_INFO *p_cmd_rsp_info = (tT1T_CMD_RSP_INFO *) rw_cb.tcb.t1t.p_cmd_rsp_info; in rw_t1t_data_cback()
219 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t; in rw_t1t_conn_cback()
328 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t; in rw_t1t_send_static_cmd()
388 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t; in rw_t1t_send_dyn_cmd()
455 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t; in rw_t1t_handle_rid_rsp()
502 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t; in rw_t1t_select()
537 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t; in rw_t1t_process_timeout()
540 …%s command (opcode)=0x%02x ", rw_t1t_get_state_name (p_t1t->state), (rw_cb.tcb.t1t.p_cmd_rsp_info)… in rw_t1t_process_timeout()
542 …RW_TRACE_ERROR2 ("T1T timeout. state=0x%02x command=0x%02x ", p_t1t->state, (rw_cb.tcb.t1t.p_cmd_r… in rw_t1t_process_timeout()
[all …]
Drw_t2t.c63 tRW_T2T_CB *p_t2t = &rw_cb.tcb.t2t; in rw_t2t_proc_data()
69 tT2T_CMD_RSP_INFO *p_cmd_rsp_info = (tT2T_CMD_RSP_INFO *) rw_cb.tcb.t2t.p_cmd_rsp_info; in rw_t2t_proc_data()
258 tRW_T2T_CB *p_t2t = &rw_cb.tcb.t2t; in rw_t2t_conn_cback()
379 tRW_T2T_CB *p_t2t = &rw_cb.tcb.t2t; in rw_t2t_send_cmd()
447 tRW_T2T_CB *p_t2t = &rw_cb.tcb.t2t; in rw_t2t_process_timeout()
529 tRW_T2T_CB *p_t2t = &rw_cb.tcb.t2t; in rw_t2t_process_error()
530 tT2T_CMD_RSP_INFO *p_cmd_rsp_info = (tT2T_CMD_RSP_INFO *) rw_cb.tcb.t2t.p_cmd_rsp_info; in rw_t2t_process_error()
646 tRW_T2T_CB *p_t2t = &rw_cb.tcb.t2t; in rw_t2t_resume_op()
650 const tT2T_CMD_RSP_INFO *p_cmd_rsp_info = (tT2T_CMD_RSP_INFO *) rw_cb.tcb.t2t.p_cmd_rsp_info; in rw_t2t_resume_op()
703 tRW_T2T_CB *p_t2t = &rw_cb.tcb.t2t; in rw_t2t_sector_change()
[all …]
Drw_t3t.c185 tRW_T3T_CB *p_cb = &rw_cb.tcb.t3t; in rw_t3t_check_timeout()
208 tRW_T3T_CB *p_cb = &rw_cb.tcb.t3t; in rw_t3t_update_timeout()
230 tRW_T3T_CB *p_cb = &rw_cb.tcb.t3t; in rw_t3t_process_error()
331 tRW_T3T_CB *p_cb = &rw_cb.tcb.t3t; in rw_t3t_handle_nci_poll_ntf()
396 tRW_T3T_CB *p_cb = &rw_cb.tcb.t3t; in rw_t3t_handle_get_system_codes_cplt()
427 tRW_T3T_CB *p_cb = &rw_cb.tcb.t3t; in rw_t3t_format_cplt()
461 tRW_T3T_CB *p_cb = &rw_cb.tcb.t3t; in rw_t3t_set_readonly_cplt()
482 tRW_T3T_CB *p_cb = &rw_cb.tcb.t3t; in rw_t3t_process_timeout()
490 …_cmd=0x%02X (%s)", rw_t3t_state_str (rw_cb.tcb.t3t.rw_state), rw_cb.tcb.t3t.cur_cmd, rw_t3t_cmd_st… in rw_t3t_process_timeout()
492 …RACE_ERROR2 ("T3T timeout. state=0x%02X cur_cmd=0x%02X", rw_cb.tcb.t3t.rw_state, rw_cb.tcb.t3t.cur… in rw_t3t_process_timeout()
[all …]
Drw_t2t_ndef.c85 tRW_T2T_CB *p_t2t = &rw_cb.tcb.t2t; in rw_t2t_handle_rsp()
177 tRW_T2T_CB *p_t2t = &rw_cb.tcb.t2t; in rw_t2t_info_to_event()
227 tRW_T2T_CB *p_t2t = &rw_cb.tcb.t2t; in rw_t2t_handle_cc_read_rsp()
260 tRW_T2T_CB *p_t2t = &rw_cb.tcb.t2t; in rw_t2t_ntf_tlv_detect_complete()
344 tRW_T2T_CB *p_t2t = &rw_cb.tcb.t2t; in rw_t2t_handle_lock_read_rsp()
428 tRW_T2T_CB *p_t2t = &rw_cb.tcb.t2t; in rw_t2t_handle_tlv_detect_rsp()
438 tT2T_CMD_RSP_INFO *p_cmd_rsp_info = (tT2T_CMD_RSP_INFO *) rw_cb.tcb.t2t.p_cmd_rsp_info; in rw_t2t_handle_tlv_detect_rsp()
835 tRW_T2T_CB *p_t2t = &rw_cb.tcb.t2t; in rw_t2t_read_locks()
904 tRW_T2T_CB *p_t2t = &rw_cb.tcb.t2t; in rw_t2t_extract_default_locks_info()
953 tRW_T2T_CB *p_t2t = &rw_cb.tcb.t2t; in rw_t2t_read_ndef_last_block()
[all …]
Drw_t1t_ndef.c79 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t; in rw_t1t_handle_rsp()
130 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t; in rw_t1t_info_to_event()
187 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t; in rw_t1t_extract_lock_bytes()
188 tT1T_CMD_RSP_INFO *p_cmd_rsp_info = (tT1T_CMD_RSP_INFO *) rw_cb.tcb.t1t.p_cmd_rsp_info; in rw_t1t_extract_lock_bytes()
257 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t; in rw_t1t_update_tag_state()
305 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t; in rw_t1t_read_locks()
361 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t; in rw_t1t_handle_write_rsp()
384 if (rw_cb.tcb.t1t.hr[0] != T1T_STATIC_HR0 || rw_cb.tcb.t1t.hr[1] >= RW_T1T_HR1_MIN) in rw_t1t_handle_write_rsp()
607 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t; in rw_t1t_handle_read_rsp()
816 tRW_T1T_CB *p_t1t = &rw_cb.tcb.t1t; in rw_t1t_handle_dyn_read_rsp()
[all …]
/external/dbus/dbus/
Ddbus-mainloop.c393 TimeoutCallback *tcb; in _dbus_loop_add_timeout() local
395 tcb = timeout_callback_new (timeout); in _dbus_loop_add_timeout()
396 if (tcb == NULL) in _dbus_loop_add_timeout()
399 if (_dbus_list_append (&loop->timeouts, tcb)) in _dbus_loop_add_timeout()
406 timeout_callback_free (tcb); in _dbus_loop_add_timeout()
447 TimeoutCallback *tcb, in check_timeout() argument
460 interval = dbus_timeout_get_interval (tcb->timeout); in check_timeout()
465 expiration_tv_sec = tcb->last_tv_sec + interval_seconds; in check_timeout()
466 expiration_tv_usec = tcb->last_tv_usec + interval_milliseconds * 1000; in check_timeout()
486 tcb->last_tv_sec, tcb->last_tv_usec); in check_timeout()
[all …]
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
DAnalyzer.java116 TryCatchBlockNode tcb = (TryCatchBlockNode) m.tryCatchBlocks.get(i); in analyze() local
117 int begin = insns.indexOf(tcb.start); in analyze()
118 int end = insns.indexOf(tcb.end); in analyze()
125 insnHandlers.add(tcb); in analyze()
272 TryCatchBlockNode tcb = (TryCatchBlockNode) insnHandlers.get(i); in analyze() local
274 if (tcb.type == null) { in analyze()
277 type = Type.getObjectType(tcb.type); in analyze()
279 int jump = insns.indexOf(tcb.handler); in analyze()
342 TryCatchBlockNode tcb = (TryCatchBlockNode) insnHandlers.get(i); in findSubroutine() local
343 findSubroutine(insns.indexOf(tcb.handler), sub, calls); in findSubroutine()

12345678