HomeSort by relevance Sort by last modified time
    Searched refs:gregs (Results 226 - 250 of 262) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc     [all...]
  /external/linux-kselftest/tools/testing/selftests/powerpc/primitives/
load_unaligned_zeropad.c 71 #define UCONTEXT_NIA(UC) (UC)->uc_mcontext.uc_regs->gregs[PT_NIP]
  /external/linux-kselftest/tools/testing/selftests/x86/
single_step_syscall.c 97 (unsigned long)ctx->uc_mcontext.gregs[REG_IP]);
mpx-mini-test.c 383 trapno = uctxt->uc_mcontext.gregs[REG_TRAPNO];
384 ip = uctxt->uc_mcontext.gregs[REG_IP_IDX];
422 uctxt->uc_mcontext.gregs[REG_IP_IDX] =
434 uctxt->uc_mcontext.gregs[REG_IP_IDX] =
443 eprintf("REG_ERR: %lx\n", (unsigned long)uctxt->uc_mcontext.gregs[REG_ERR]);
448 eprintf("REG_ERR: %lx\n", (unsigned long)uctxt->uc_mcontext.gregs[REG_ERR]);
    [all...]
fsgsbase.c 70 ctx->uc_mcontext.gregs[REG_RIP] += 4; /* Skip the faulting mov */
protection_keys.c 251 trapno = uctxt->uc_mcontext.gregs[REG_TRAPNO];
252 ip = uctxt->uc_mcontext.gregs[REG_IP_IDX];
309 (unsigned long)uctxt->uc_mcontext.gregs[REG_ERR]);
315 (unsigned long)uctxt->uc_mcontext.gregs[REG_ERR]);
    [all...]
  /external/valgrind/coregrind/
m_signals.c 570 # define VG_UCONTEXT_INSTR_PTR(uc) ((Addr)(uc)->uc_mcontext.gregs[VKI_EIP])
571 # define VG_UCONTEXT_STACK_PTR(uc) ((Addr)(uc)->uc_mcontext.gregs[VKI_UESP])
573 VG_(mk_SysRes_x86_solaris)((uc)->uc_mcontext.gregs[VKI_EFL] & 1, \
574 (uc)->uc_mcontext.gregs[VKI_EAX], \
575 (uc)->uc_mcontext.gregs[VKI_EFL] & 1 \
576 ? 0 : (uc)->uc_mcontext.gregs[VKI_EDX])
578 { (srP)->r_pc = (ULong)(uc)->uc_mcontext.gregs[VKI_EIP]; \
579 (srP)->r_sp = (ULong)(uc)->uc_mcontext.gregs[VKI_UESP]; \
580 (srP)->misc.X86.r_ebp = (uc)->uc_mcontext.gregs[VKI_EBP]; \
584 # define VG_UCONTEXT_INSTR_PTR(uc) ((Addr)(uc)->uc_mcontext.gregs[VKI_REG_RIP]
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
greg-15.d 36 # Allocating the maximum number of gregs and referring to one at the end
greg-16.d 36 # Allocating the maximum number of gregs and referring to one at the
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mmix.c 102 /* Raw GREGs as appearing in input. These may be fewer than the number
132 to allocate less room than the maximum number of gregs when we've found
141 /* A signed type, since we may have GREGs pointing slightly before the
205 {"no-merge-gregs", no_argument, NULL, OPTION_NOMERGEGREG},
211 {"linker-allocated-gregs", no_argument, NULL,
717 -no-merge-gregs Do not merge GREG definitions with nearby values.\n"));
719 -linker-allocated-gregs If there's no suitable GREG definition for the\
725 -linker-allocated-gregs."));
2752 struct mmix_symbol_gregs *gregs; local
3724 struct mmix_symbol_gregs *gregs; local
    [all...]
  /external/libchrome/sandbox/linux/bpf_dsl/
seccomp_macros.h 32 #define SECCOMP_REG(_ctx, _reg) ((_ctx)->uc_mcontext.gregs[(_reg)])
94 #define SECCOMP_REG(_ctx, _reg) ((_ctx)->uc_mcontext.gregs[(_reg)])
198 #define SECCOMP_REG(_ctx, _reg) ((_ctx)->uc_mcontext.gregs[_reg])
  /external/libunwind/src/mips/
Ginit.c 48 return &uc->uc_mcontext.gregs[reg - UNW_MIPS_R0];
  /external/libunwind/src/sh/
Ginit.c 46 return &uc->uc_mcontext.gregs[reg];
  /external/libunwind/src/x86_64/
init.h 33 DWARF_LOC ((unw_word_t) &c->uc->uc_mcontext.gregs[REG_ ## ruc], 0)
  /external/google-breakpad/src/client/solaris/handler/
solaris_lwp.cc 417 uintptr_t sig_esp = (*sig_ctx)->uc_mcontext.gregs[REG_O6];
426 sig_ebp = (*sig_ctx)->uc_mcontext.gregs[EBP];
  /external/libunwind/tests/
Gtest-bt.c 192 printf (" @ %lx", (unsigned long) uc->uc_mcontext.gregs[REG_EIP]);
198 printf (" @ %lx", (unsigned long) uc->uc_mcontext.gregs[REG_RIP]);
Gtest-trace.c 204 printf (" @ %lx", (unsigned long) uc->uc_mcontext.gregs[REG_EIP]);
210 printf (" @ %lx", (unsigned long) uc->uc_mcontext.gregs[REG_RIP]);
test-coredump-unwind.c 215 ip = uc->uc_mcontext.gregs[REG_EIP];
217 ip = uc->uc_mcontext.gregs[REG_RIP];
  /prebuilts/go/darwin-x86/src/runtime/
defs_linux_s390x.go 155 gregs [16]uint64
defs1_solaris_amd64.go 144 gregs [28]int64
  /prebuilts/go/linux-x86/src/runtime/
defs_linux_s390x.go 155 gregs [16]uint64
defs1_solaris_amd64.go 144 gregs [28]int64
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer_unittest.cc 534 context.context.uc_mcontext.gregs[REG_ESP] = invalid_stack_pointer;
536 context.context.uc_mcontext.gregs[REG_RSP] = invalid_stack_pointer;
542 context.context.uc_mcontext.gregs[MD_CONTEXT_MIPS_REG_SP] =
  /external/libunwind/src/ia64/
unwind_decoder.h 279 int gregs = (code & 0x10) != 0; local
282 if (gregs)
  /art/test/115-native-bridge/
nativebridge.cc 531 #define CTX_EIP uc_mcontext.gregs[REG_RIP]
534 #define CTX_EIP uc_mcontext.gregs[REG_EIP]

Completed in 3782 milliseconds

1 2 3 4 5 6 7 8 91011