HomeSort by relevance Sort by last modified time
    Searched refs:eip (Results 1 - 25 of 158) sorted by null

1 2 3 4 5 6 7

  /external/strace/linux/i386/
arch_regs.c 5 #define ARCH_PC_REG i386_regs.eip
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ia32/
EfiJump.h 31 UINT32 eip; member in struct:__anon6566
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
pr12570a.d 7 DW_CFA_def_cfa_expression \(DW_OP_breg4 \(esp\): 4; DW_OP_breg8 \(eip\): 0; DW_OP_lit15; DW_OP_and; DW_OP_lit11; DW_OP_ge; DW_OP_lit2; DW_OP_shl; DW_OP_plus\)
pr12570b.d 8 DW_CFA_def_cfa_expression \(DW_OP_breg4 \(esp\): 4; DW_OP_breg8 \(eip\): 0; DW_OP_lit15; DW_OP_and; DW_OP_lit11; DW_OP_ge; DW_OP_lit2; DW_OP_shl; DW_OP_plus\)
  /bionic/linker/arch/x86/
begin.S 33 .cfi_undefined %eip
  /toolchain/binutils/binutils-2.27/libiberty/
strsignal.c 289 const struct signal_info *eip; local
297 for (eip = signal_table; eip -> name != NULL; eip++)
299 if (eip -> value >= num_signal_names)
301 num_signal_names = eip -> value + 1;
315 for (eip = signal_table; eip -> name != NULL; eip++)
317 signal_names[eip -> value] = eip -> name
    [all...]
strerror.c 513 const struct error_info *eip; local
521 for (eip = error_table; eip -> name != NULL; eip++)
523 if (eip -> value >= num_error_names)
525 num_error_names = eip -> value + 1;
539 for (eip = error_table; eip -> name != NULL; eip++)
541 error_names[eip -> value] = eip -> name
    [all...]
  /external/strace/linux/x86_64/
arch_regs.c 20 uint32_t eip; member in struct:i386_user_regs_struct
41 #define ARCH_PC_REG (x86_io.iov_len == sizeof(i386_regs) ? i386_regs.eip : x86_64_regs.rip)
getregs_old.c 60 i386_regs.eip = x86_64_regs.rip;
  /external/syslinux/com32/include/syslinux/
bootpm.h 50 uint32_t eip; /* Offset 32 */ member in struct:syslinux_pm_regs
  /system/core/libunwindstack/include/unwindstack/
UserX86.h 47 uint32_t eip; member in struct:unwindstack::x86_user_regs
UcontextX86.h 59 uint32_t eip; member in struct:unwindstack::x86_mcontext_t
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
x86-64-mpx-inval-2.s 9 bndmk (%eip), %bnd2
35 bndstx %bnd1, base(%eip)
42 bndldx base(%eip), %bnd3
48 bndmk bnd2, [eip]
74 bndstx [eip+base], bnd3
81 bndldx bnd3, [eip+base]
  /bionic/libc/kernel/uapi/asm-x86/asm/
ptrace.h 39 long eip; member in struct:pt_regs
  /external/kernel-headers/original/uapi/asm-x86/asm/
ptrace.h 31 long eip; member in struct:pt_regs
  /external/syslinux/core/thread/
kill_thread.c 21 thread->esp->eip = __exit_thread;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
ptrace.h 29 long eip; member in struct:pt_regs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
ptrace.h 29 long eip; member in struct:pt_regs
  /external/google-breakpad/src/processor/
stackwalker_x86.cc 62 // It may seem like $eip and $esp are callee-saves, because (with Unix or
66 // mention them, which is clearly wrong for $eip and $esp.
67 { "$eip", ".ra", false,
68 StackFrameX86::CONTEXT_VALID_EIP, &MDRawContextX86::eip },
117 return context.eip;
133 frame->instruction = frame->context.eip;
246 found == last_frame->context.eip) {
313 program_string = "$eip .raSearchStart ^ = "
336 program_string = "$eip .raSearchStart ^ = "
368 dictionary_validity.find("$eip") == dictionary_validity.end() |
377 uint32_t location, eip; local
416 uint32_t eip = dictionary["$eip"]; local
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-pe/
cfi32.d 15 DW_CFA_offset: r8 \(eip\) at cfa\-4
  /prebuilts/go/darwin-x86/src/runtime/
defs_windows_386.go 96 eip uint32
104 func (c *context) ip() uintptr { return uintptr(c.eip) }
107 func (c *context) setip(x uintptr) { c.eip = uint32(x) }
119 print("eip ", hex(r.eip), "\n")
  /prebuilts/go/linux-x86/src/runtime/
defs_windows_386.go 96 eip uint32
104 func (c *context) ip() uintptr { return uintptr(c.eip) }
107 func (c *context) setip(x uintptr) { c.eip = uint32(x) }
119 print("eip ", hex(r.eip), "\n")
  /external/syslinux/com32/lib/syslinux/
shuffle_pm.c 69 *(uint32_t *) (p + 1) = regs->eip - regstub - sizeof handoff_code;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
user.h 69 long int eip; member in struct:user_regs_struct
  /external/valgrind/none/tests/x86-solaris/
coredump_single_thread.post.exp 14 %eip = 0x........ inner+0x........

Completed in 711 milliseconds

1 2 3 4 5 6 7