HomeSort by: relevance | last modified time | path
    Searched defs:svc_operand (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
arm-linux-tdep.c 886 unsigned long svc_operand = (0x00ffffff & this_instr); local
888 if (svc_operand)
891 svc_number = svc_operand - 0x900000;
926 unsigned long svc_operand = (0x00ffffff & this_instr); local
927 if (svc_operand) /* OABI. */
929 svc_number = svc_operand - 0x900000;
arm-tdep.c 13172 ULONGEST svc_operand, svc_number;
13174 svc_operand = (0x00ffffff & arm_insn_r->arm_insn);
13176 if (svc_operand) /* OABI. */
13177 svc_number = svc_operand - 0x900000;
13171 ULONGEST svc_operand, svc_number; local
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-arm-low.cc 968 unsigned long svc_operand; local
971 svc_operand = (0x00ffffff & this_instr);
973 if (svc_operand) /* OABI. */
975 svc_number = svc_operand - 0x900000;
1111 unsigned long svc_operand = (0x00ffffff & insn); local
1113 if (svc_operand)
1116 *sysno = svc_operand - 0x900000;
  /src/external/gpl3/gdb/dist/gdb/
arm-linux-tdep.c 887 unsigned long svc_operand = (0x00ffffff & this_instr); local
889 if (svc_operand)
892 svc_number = svc_operand - 0x900000;
927 unsigned long svc_operand = (0x00ffffff & this_instr); local
928 if (svc_operand) /* OABI. */
930 svc_number = svc_operand - 0x900000;
arm-tdep.c 13173 ULONGEST svc_operand, svc_number;
13175 svc_operand = (0x00ffffff & arm_insn_r->arm_insn);
13177 if (svc_operand) /* OABI. */
13178 svc_number = svc_operand - 0x900000;
13172 ULONGEST svc_operand, svc_number; local
  /src/external/gpl3/gdb/dist/gdbserver/
linux-arm-low.cc 968 unsigned long svc_operand; local
971 svc_operand = (0x00ffffff & this_instr);
973 if (svc_operand) /* OABI. */
975 svc_number = svc_operand - 0x900000;
1111 unsigned long svc_operand = (0x00ffffff & insn); local
1113 if (svc_operand)
1116 *sysno = svc_operand - 0x900000;

Completed in 32 milliseconds