Home
last modified time | relevance | path

Searched refs:REG_EIP (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Dhwprofile.h70 #define CONTEXT_PC REG_EIP
H A Dunwind.c175 #define GET_PC(ctx) (((ucontext_t*)ctx)->uc_mcontext.gregs[REG_EIP])
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dhwprofile.h70 #define CONTEXT_PC REG_EIP
H A Dunwind.c175 #define GET_PC(ctx) (((ucontext_t*)ctx)->uc_mcontext.gregs[REG_EIP])
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dgnu-unwind.h119 fs->regs.reg[8].loc.offset = (unsigned long)&(*gregset)[REG_EIP] - usp; in x86_gnu_fallback_frame_state()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dgnu-unwind.h119 fs->regs.reg[8].loc.offset = (unsigned long)&(*gregset)[REG_EIP] - usp; in x86_gnu_fallback_frame_state()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_linux.cc1922 # ifndef REG_EIP in GetPcSpBp()
1923 # define REG_EIP 14 // REG_PC in GetPcSpBp()
1932 *pc = ucontext->uc_mcontext.gregs[REG_EIP]; in GetPcSpBp()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_linux.cc2012 # ifndef REG_EIP in GetPcSpBp()
2013 # define REG_EIP 14 // REG_PC in GetPcSpBp()
2022 *pc = ucontext->uc_mcontext.gregs[REG_EIP]; in GetPcSpBp()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Ducontext.d170 REG_EIP, in version() enumerator
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc2500 EXPECT_NOT_POISONED(((ucontext_t*)uc)->uc_mcontext.gregs[REG_EIP]); in SigactionHandler()