/external/strace/linux/x86_64/ |
H A D | get_scno.c | 110 unsigned long call, rip = x86_64_regs.rip; local 112 rip -= 2; 114 call = ptrace(PTRACE_PEEKTEXT, tcp->pid, (char *)rip, (char *)0);
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
H A D | ptrace.h | 70 unsigned long rip; member in struct:pt_regs
|
H A D | sigcontext.h | 154 __u64 rip; member in struct:_fpstate_64 341 __u64 rip; member in struct:sigcontext
|
H A D | kvm.h | 118 __u64 rip, rflags; member in struct:kvm_regs
|
/external/lldb/source/Plugins/Process/POSIX/ |
H A D | RegisterContextFreeBSD_x86_64.cpp | 54 uint64_t rip; member in struct:_GPR 116 UPDATE_GPR_INFO(rip); 133 UPDATE_I386_GPR_INFO(eip, rip);
|
H A D | RegisterContextLinux_x86_64.cpp | 59 uint64_t rip; member in struct:_GPR 151 UPDATE_GPR_INFO(rip); 168 UPDATE_I386_GPR_INFO(eip, rip);
|
/external/tcpdump/ |
H A D | print-rip.c | 37 static const char tstr[] = "[|rip]"; 39 struct rip { struct 180 register const struct rip *rp; 197 rp = (struct rip *)dat;
|
/external/libchrome/sandbox/linux/system_headers/ |
H A D | x86_64_linux_ucontext.h | 33 uint64_t rip; member in struct:_libc_fpstate
|
/external/libunwind/src/x86_64/ |
H A D | Gtrace.c | 217 unw_word_t rip, 226 f->virtual_address = rip; 238 d->ip = rip + d->use_prev_instr; 245 if (likely(dwarf_put (d, d->loc[UNW_X86_64_RIP], rip) >= 0) 276 unw_word_t rip, 287 uint64_t slot = ((rip * 0x9e3779b97f4a7c16) >> 43) & (cache_size-1); 296 if (likely(addr == rip)) 322 slot = ((rip * 0x9e3779b97f4a7c16) >> 43) & (cache_size-1); 330 return trace_init_addr (frame, cursor, cfa, rip, rbp, rsp); 402 unw_word_t rbp, rsp, rip, cf local 214 trace_init_addr(unw_tdep_frame_t *f, unw_cursor_t *cursor, unw_word_t cfa, unw_word_t rip, unw_word_t rbp, unw_word_t rsp) argument 273 trace_lookup(unw_cursor_t *cursor, unw_trace_cache_t *cache, unw_word_t cfa, unw_word_t rip, unw_word_t rbp, unw_word_t rsp) argument [all...] |
/external/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextDarwin_x86_64.h | 80 uint64_t rip; member in struct:RegisterContextDarwin_x86_64::GPR
|
/external/blktrace/btt/ |
H A D | inlines.h | 37 struct range_info *rip; local 40 rip = list_entry(p, struct range_info, head); 41 free(rip); 53 struct range_info *rip; local 56 rip = list_entry(head_p->prev, struct range_info, head); 58 if (time < rip->end) 61 if (BIT_TIME(time - rip->end) < range_delta) { 62 rip->end = time; 67 rip = malloc(sizeof(*rip)); [all...] |
H A D | output.c | 799 struct range_info *rip; local 804 rip = list_entry(p, struct range_info, head); 805 fprintf(ofp, "%13.9lf %5.1f\n", BIT_TIME(rip->start), base); 806 fprintf(ofp, "%13.9lf %5.1f\n", BIT_TIME(rip->start), limit); 807 fprintf(ofp, "%13.9lf %5.1f\n", BIT_TIME(rip->end), limit); 808 fprintf(ofp, "%13.9lf %5.1f\n", BIT_TIME(rip->end), base);
|
/external/google-breakpad/src/google_breakpad/common/ |
H A D | minidump_cpu_amd64.h | 162 uint64_t rip; member in struct:__anon6304
|
/external/toybox/toys/pending/ |
H A D | netstat.c | 122 unsigned rxq, unsigned txq, char *lip, char *rip, 149 , lip, rip); 160 char *lip, char *rip, unsigned state, unsigned uid, 165 display_data(rport, label, rxq, txq, lip, rip, state, uid, inode); 167 display_data(rport, label, rxq, txq, lip, rip, state, uid, inode); 170 display_data(rport, label, rxq, txq, lip, rip, state, uid, inode); 252 char lip[ADDR_LEN] = {0,}, rip[ADDR_LEN] = {0,}; local 262 addr2str(AF_INET, &raddr, rport, rip, label); 263 show_data(rport, label, rxq, txq, lip, rip, state, uid, inode); 283 char lip[ADDR_LEN] = {0,}, rip[ADDR_LE local 121 display_data(unsigned rport, char *label, unsigned rxq, unsigned txq, char *lip, char *rip, unsigned state, unsigned uid, unsigned long inode) argument 159 show_data(unsigned rport, char *label, unsigned rxq, unsigned txq, char *lip, char *rip, unsigned state, unsigned uid, unsigned long inode) argument [all...] |
/external/valgrind/include/vki/ |
H A D | vki-xen-x86.h | 99 vki_uint64_t rip; member in struct:vki_xen_cpu_user_regs 182 vki_uint64_t rip; member in struct:vki_hvm_hw_cpu
|
H A D | vki-amd64-linux.h | 184 __vki_u64 rip; member in struct:_vki_fpstate 210 unsigned long rip; member in struct:vki_sigcontext 502 __vki_u64 rip; member in struct:vki_user_i387_struct 514 unsigned long rip,cs,eflags; member in struct:vki_user_regs_struct
|
/external/icu/icu4c/source/i18n/ |
H A D | decNumber.c | 4911 uInt *lip, *rip; /* item pointers */ local 5032 for (count=rhs->digits, cup=rhs->lsu, rip=zrhi; count>0; rip++) 5033 for (p=0, *rip=0; p<FASTDIGS && count>0; 5035 *rip+=*cup*powers[p]; 5036 rmsi=rip-1; /* save -> msi */ 5059 for (rip=zrhi; rip<=rmsi; rip++) { /* over each item in rhs */ 5060 lp=zacc+(rip [all...] |
/external/llvm/include/llvm/Support/ |
H A D | MachO.h | 1434 uint64_t rip; member in struct:llvm::MachO::x86_thread_state64_t 1563 sys::swapByteOrder(x.rip);
|
/external/kernel-headers/original/uapi/linux/ |
H A D | kvm.h | 262 __u64 rip; member in struct:kvm_run::__anon8179::__anon8187
|
/external/valgrind/VEX/priv/ |
H A D | guest_amd64_toIR.c | 204 /* For ensuring that %rip-relative addressing is done right. A read 205 of %rip generates the address of the next instruction. It may be 207 checking, if the next insn %rip is needed, we make a guess at what 2440 by the caller. This is needed to make sense of %rip-relative 2528 DIS(buf, "%s%lld(%%rip)", segRegTxt(pfx), d); 4621 Int sz, Addr64 rip, Addr64 rip_next, const HChar* name, 4654 jmp_lit(dres, Ijk_Boring, rip); 4659 IRConst_U64(rip), 4715 /* IMUL I * E -> G. Supplied rip points to the modR/M byte. */ 4618 dis_REP_op( DisResult* dres, AMD64Condcode cond, void (*dis_OP)(Int, IRTemp, Prefix), Int sz, Addr64 rip, Addr64 rip_next, const HChar* name, Prefix pfx ) argument [all...] |