HomeSort by relevance Sort by last modified time
    Searched full:offset_reg (Results 1 - 1 of 1) sorted by null

  /external/strace/
syscall.c 833 long opcode, offset_reg, tmp; local
873 offset_reg = (opcode & 0x000f0000) >> 16;
874 if (offset_reg && (upeek(pid, gpr_offset[offset_reg], &tmp) < 0))
879 offset_reg = (opcode & 0x0000f000) >> 12;
880 if (offset_reg && (upeek(pid, gpr_offset[offset_reg], &tmp) < 0))
893 offset_reg = (opcode & 0x00f00000) >> 20;
894 if (offset_reg && (upeek(pid, gpr_offset[offset_reg], &tmp) < 0)
    [all...]

Completed in 455 milliseconds