Searched refs:sc_num (Results 1 - 5 of 5) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dsparc-linux-tdep.c137 ULONGEST sc_num = get_frame_register_unsigned (frame, SPARC_G1_REGNUM);
140 if (sc_num == 101 || sc_num == 216)
158 if (sc_num == 101)
136 ULONGEST sc_num = get_frame_register_unsigned (frame, SPARC_G1_REGNUM); local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dsparc-linux-tdep.c137 ULONGEST sc_num = get_frame_register_unsigned (frame, SPARC_G1_REGNUM);
140 if (sc_num == 101 || sc_num == 216)
158 if (sc_num == 101)
136 ULONGEST sc_num = get_frame_register_unsigned (frame, SPARC_G1_REGNUM); local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dsparc-linux-tdep.c137 ULONGEST sc_num = get_frame_register_unsigned (frame, SPARC_G1_REGNUM);
140 if (sc_num == 101 || sc_num == 216)
158 if (sc_num == 101)
136 ULONGEST sc_num = get_frame_register_unsigned (frame, SPARC_G1_REGNUM); local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/parisc/hpux/
H A Dsys_hpux.c966 unsigned long arg7,unsigned long sc_num)
968 /* NOTE: sc_num trashes arg8 for the few syscalls that actually
972 if ( sc_num <= syscall_names_max && sc_num >= 0 ) {
973 name = syscall_names[sc_num];
978 sc_num, name);
981 sc_num);
964 hpux_unimplemented(unsigned long arg1,unsigned long arg2,unsigned long arg3, unsigned long arg4,unsigned long arg5,unsigned long arg6, unsigned long arg7,unsigned long sc_num) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/parisc/hpux/
H A Dsys_hpux.c966 unsigned long arg7,unsigned long sc_num)
968 /* NOTE: sc_num trashes arg8 for the few syscalls that actually
972 if ( sc_num <= syscall_names_max && sc_num >= 0 ) {
973 name = syscall_names[sc_num];
978 sc_num, name);
981 sc_num);
964 hpux_unimplemented(unsigned long arg1,unsigned long arg2,unsigned long arg3, unsigned long arg4,unsigned long arg5,unsigned long arg6, unsigned long arg7,unsigned long sc_num) argument

Completed in 126 milliseconds