Searched defs:rip (Results 1 - 20 of 20) sorted by relevance

/external/strace/linux/x86_64/
H A Dget_scno.c70 unsigned long call, rip = x86_64_regs.rip; variable
72 rip -= 2;
74 call = ptrace(PTRACE_PEEKTEXT, tcp->pid, (char *)rip, (char *)0);
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace.h63 unsigned long rip; member in struct:pt_regs
H A Dsigcontext.h142 __u64 rip; member in struct:_fpstate
177 __u64 rip; member in struct:sigcontext
H A Dkvm.h116 __u64 rip, rflags; member in struct:kvm_regs
/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextFreeBSD_x86_64.cpp54 uint64_t rip; member in struct:_GPR
116 UPDATE_GPR_INFO(rip);
133 UPDATE_I386_GPR_INFO(eip, rip);
H A DRegisterContextLinux_x86_64.cpp59 uint64_t rip; member in struct:_GPR
151 UPDATE_GPR_INFO(rip);
168 UPDATE_I386_GPR_INFO(eip, rip);
/external/tcpdump/
H A Dprint-rip.c24 "@(#) $Header: /tcpdump/master/tcpdump/print-rip.c,v 1.59 2006-03-23 14:58:44 hannes Exp $ (LBL)";
42 struct rip { struct
180 register const struct rip *rp;
185 printf(" [|rip]");
192 printf(" [|rip]");
197 rp = (struct rip *)dat;
247 printf("[|rip]");
/external/libunwind/src/x86_64/
H A DGtrace.c217 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 DRegisterContextDarwin_x86_64.h80 uint64_t rip; member in struct:RegisterContextDarwin_x86_64::GPR
/external/blktrace/btt/
H A Dinlines.h37 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 Doutput.c799 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 Dminidump_cpu_amd64.h162 uint64_t rip; member in struct:__anon5144
/external/linux-tools-perf/src/tools/perf/util/
H A Dmap.c260 u64 map__rip_2objdump(struct map *map, u64 rip) argument
263 return rip;
266 return rip - map->pgoff;
268 return map->unmap_ip(map, rip);
/external/toybox/toys/pending/
H A Dnetstat.c164 static void display_data(unsigned rport, char *label, unsigned rxq, unsigned txq, char *lip, char *rip, unsigned state, unsigned long inode) argument
181 xprintf("%3s %6d %6d %-51s %-51s %-12s%s\n", label, rxq, txq, lip, rip, ss_state, get_pid_name(inode));
183 xprintf("%3s %6d %6d %-51s %-51s %-12s\n", label, rxq, txq, lip, rip, ss_state);
185 xprintf("%3s %6d %6d %-23s %-23s %-12s%s\n", label, rxq, txq, lip, rip, ss_state, get_pid_name(inode));
186 else xprintf("%3s %6d %6d %-23s %-23s %-12s\n", label, rxq, txq, lip, rip, ss_state);
191 static void show_data(unsigned rport, char *label, unsigned rxq, unsigned txq, char *lip, char *rip, unsigned state, unsigned long inode) argument
194 if (!rport && (state && 0xA)) display_data(rport, label, rxq, txq, lip, rip, state, inode);
195 } else if (toys.optflags & FLAG_a) display_data(rport, label, rxq, txq, lip, rip, state, inode);
197 else if (rport && (0x10 | 0x20 | 0x40)) display_data(rport, label, rxq, txq, lip, rip, state, inode);
273 char lip[ADDR_LEN] = {0,}, rip[ADDR_LE local
300 char lip[ADDR_LEN] = {0,}, rip[ADDR_LEN] = {0,}; local
[all...]
/external/valgrind/include/vki/
H A Dvki-xen-x86.h72 vki_uint64_t rip; member in struct:vki_xen_cpu_user_regs
155 vki_uint64_t rip; member in struct:vki_hvm_hw_cpu
H A Dvki-amd64-linux.h184 __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 DdecNumber.c4911 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/kernel-headers/original/uapi/linux/
H A Dkvm.h249 __u64 rip; member in struct:kvm_run::__anon6945::__anon6953
/external/llvm/include/llvm/Support/
H A DMachO.h1439 uint64_t rip; member in struct:llvm::MachO::x86_thread_state64_t
1568 sys::swapByteOrder(x.rip);
/external/valgrind/VEX/priv/
H A Dguest_amd64_toIR.c204 /* 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
2433 by the caller. This is needed to make sense of %rip-relative
2521 DIS(buf, "%s%lld(%%rip)", segRegTxt(pfx), d);
4614 Int sz, Addr64 rip, Addr64 rip_next, const HChar* name,
4647 jmp_lit(dres, Ijk_Boring, rip);
4652 IRConst_U64(rip),
4708 /* IMUL I * E -> G. Supplied rip points to the modR/M byte. */
4611 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...]

Completed in 987 milliseconds