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

  /external/scapy/scapy/layers/
rip.py 7 RIP (Routing Information Protocol).
14 class RIP(Packet):
15 name = "RIP header"
30 class RIPEntry(RIP):
31 name = "RIP entry"
42 name = "RIP authentication"
70 bind_layers( UDP, RIP, sport=520)
71 bind_layers( UDP, RIP, dport=520)
72 bind_layers( RIP, RIPEntry, )
  /external/libunwind/src/x86_64/
unwind_i.h 55 #define RIP 16
  /external/strace/linux/x86_64/
arch_regs.h 21 #define RIP 16
  /bionic/libc/include/sys/
reg.h 72 #define RIP 16
  /bionic/libc/kernel/uapi/asm-x86/asm/
ptrace-abi.h 58 #define RIP 128
  /external/kernel-headers/original/uapi/asm-x86/asm/
ptrace-abi.h 55 #define RIP 128
  /art/compiler/utils/x86_64/
assembler_x86_64.h 250 // If no_rip is true then the Absolute address isn't RIP relative.
258 // RIP addressing is done using RBP as the base register.
259 // The value in RBP isn't used. Instead the offset is added to RIP.
266 // An RIP relative address that will be fixed up later.
267 static Address RIP(AssemblerFixup* fixup) {
269 // RIP addressing is done using RBP as the base register.
270 // The value in RBP isn't used. Instead the offset is added to RIP.
277 // If no_rip is true then the Absolute address isn't RIP relative.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]

Completed in 286 milliseconds