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

  /bionic/libc/kernel/arch-x86/asm/
ptrace-abi.h 57 #define RIP 128
  /external/kernel-headers/original/asm-x86/
ptrace-abi.h 47 #define RIP 128
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
ptrace-abi.h 57 #define RIP 128
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
ptrace-abi.h 57 #define RIP 128
  /external/netcat/data/
rip.d 5 # struct rip {
22 ### RIP packet redux
  /external/iproute2/doc/
ip-tunnels.tex 92 with ttl 1 will reach peering host (f.e.\ RIP, OSPF or EBGP)
  /external/strace/
process.c     [all...]
syscall.c 945 unsigned long val, rip, i;
947 if(upeek(pid, 8*RIP, &rip)<0)
948 perror("upeek(RIP)");
951 rip-=2;
954 call = ptrace(PTRACE_PEEKTEXT,pid,(char *)rip,0);
    [all...]

Completed in 456 milliseconds