Home
last modified time | relevance | path

Searched refs:LibVEX_GuestX86_get_eflags (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/main/VEX/pub/
Dlibvex_guest_x86.h280 UInt LibVEX_GuestX86_get_eflags ( /*IN*/const VexGuestX86State* vex_state );
/external/valgrind/main/coregrind/m_gdbserver/
Dvalgrind-low-x86.c147 eflags = LibVEX_GuestX86_get_eflags (x86); in transfer_register()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-x86-darwin.c77 mach->__eflags = LibVEX_GuestX86_get_eflags(vex); in x86_thread_state32_from_vex()
Dsyswrap-main.c857 UInt carry = 1 & LibVEX_GuestX86_get_eflags(gst); in getSyscallStatusFromGuestState()
/external/valgrind/main/VEX/switchback/
Dswitchback.c290 sb_helper2 = LibVEX_GuestX86_get_eflags(&gst); in switchback()
/external/valgrind/main/coregrind/m_sigframe/
Dsigframe-x86-linux.c385 sc->eflags = LibVEX_GuestX86_get_eflags(&tst->arch.vex); in synth_ucontext()
/external/valgrind/main/coregrind/m_coredump/
Dcoredump-elf.c252 regs->eflags = LibVEX_GuestX86_get_eflags( &arch->vex ); in fill_prstatus()
/external/valgrind/main/coregrind/
Dm_debugger.c69 regs.eflags = LibVEX_GuestX86_get_eflags(vex); in ptrace_setregs()
/external/valgrind/main/VEX/priv/
Dguest_x86_helpers.c716 UInt LibVEX_GuestX86_get_eflags ( /*IN*/const VexGuestX86State* vex_state ) in LibVEX_GuestX86_get_eflags() function