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

  /external/strace/
syscall.c 776 long opcode, offset_reg, tmp; local
816 offset_reg = (opcode & 0x000f0000) >> 16;
817 if (offset_reg && (upeek(tcp, gpr_offset[offset_reg], &tmp) < 0))
822 offset_reg = (opcode & 0x0000f000) >> 12;
823 if (offset_reg && (upeek(tcp, gpr_offset[offset_reg], &tmp) < 0))
836 offset_reg = (opcode & 0x00f00000) >> 20;
837 if (offset_reg && (upeek(tcp, gpr_offset[offset_reg], &tmp) < 0)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.def     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.def     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.def     [all...]

Completed in 346 milliseconds