HomeSort by relevance Sort by last modified time
    Searched refs:gregs (Results 151 - 175 of 201) sorted by null

1 2 3 4 5 67 8 9

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
bpo-9.d 4 #as: -linker-allocated-gregs
greg-11.d 12 # Have two used gregs and one unused, mmo.
greg-11b.d 12 # Have two used gregs and one unused, mmo; display contents to visualize
greg-2.d 12 # Have two used gregs and one unused.
orph-awp.d 1 #as: -linker-allocated-gregs
orph-d-awn.d 1 #as: -linker-allocated-gregs
orph-d.d 1 #as: -linker-allocated-gregs
orph-dc-awp.d 1 #as: -linker-allocated-gregs
orph-dc.d 1 #as: -linker-allocated-gregs
greg-17.d 37 # Allocating the maximum number of gregs *plus one* is an error, mmo.
greg-18.d 38 # Allocating the maximum number of gregs *plus one* is an error; other end
greg-8.d 37 # Allocating the maximum number of gregs *plus one* is an error.
greg-9.d 38 # Allocating the maximum number of gregs *plus one* is an error; other end
orph-d-awp.d 1 #as: -linker-allocated-gregs
orph-dc-ap.d 1 #as: -linker-allocated-gregs
  /external/google-breakpad/src/client/solaris/handler/
minidump_generator.cc 103 const prgregset_t *gregs = &(lsp->pr_reg); local
105 uintptr_t last_ebp = (*gregs)[R_FP];
107 uintptr_t last_ebp = (*gregs)[EBP];
156 int* regs = sig_ctx->uc_mcontext.gregs;
171 context->g_r[i] = (uintptr_t)(sig_ctx->uc_mcontext.gregs[i + 3]);
242 writer_args->sig_ctx->uc_mcontext.gregs[REG_O6],
256 writer_args->sig_ctx->uc_mcontext.gregs[UESP],
267 (int *)&writer_args->sig_ctx->uc_mcontext.gregs,
276 const prgregset_t *gregs = &(lsp->pr_reg); local
280 (*gregs)[R_SP]
    [all...]
  /external/libchrome/sandbox/linux/system_headers/
x86_64_linux_ucontext.h 45 greg_t gregs[23]; member in struct:__anon14540
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
ucontext.h 110 gregset_t gregs; member in struct:__anon40423
  /external/ltrace/sysdeps/linux-gnu/aarch64/
fetch.c 38 struct user_pt_regs gregs; member in struct:fetch_context
49 if (aarch64_read_gregs(proc, &context->gregs) < 0
56 context->nsaa = (arch_addr_t) (uintptr_t) context->gregs.sp;
74 uint64_t u = context->gregs.regs[context->ngrn++];
314 context->x8 = (arch_addr_t) (uintptr_t) context->gregs.regs[8];
  /external/libunwind/src/ppc32/
Ginit.c 51 addr = &uc->uc_mcontext.uc_regs->gregs[reg - UNW_PPC32_R0];
79 addr = &uc->uc_mcontext.uc_regs->gregs[gregs_idx];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
ucontext.h 128 gregset_t gregs; member in struct:__anon39199
227 gregset_t gregs; member in struct:__anon39201
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
ucontext.h 128 gregset_t gregs; member in struct:__anon41290
227 gregset_t gregs; member in struct:__anon41292
  /external/google-breakpad/src/client/linux/handler/
exception_handler.cc 640 if (!context.context.uc_mcontext.gregs[REG_UESP]) {
647 context.context.uc_mcontext.gregs[REG_UESP] =
648 context.context.uc_mcontext.gregs[REG_EBP] - 16;
651 context.context.uc_mcontext.gregs[REG_ESP] =
652 context.context.uc_mcontext.gregs[REG_UESP];
668 reinterpret_cast<void*>(context.context.uc_mcontext.gregs[REG_EIP]);
671 reinterpret_cast<void*>(context.context.uc_mcontext.gregs[REG_RIP]);
  /external/valgrind/coregrind/
m_signals.c 572 # define VG_UCONTEXT_FRAME_PTR(uc) ((uc)->uc_mcontext.gregs[52])
573 # define VG_UCONTEXT_SYSCALL_NUM(uc) ((uc)->uc_mcontext.gregs[10])
576 VG_(mk_SysRes_tilegx_linux)((uc)->uc_mcontext.gregs[0])
580 (srP)->misc.TILEGX.r52 = (uc)->uc_mcontext.gregs[52]; \
585 # define VG_UCONTEXT_INSTR_PTR(uc) ((Addr)(uc)->uc_mcontext.gregs[VKI_EIP])
586 # define VG_UCONTEXT_STACK_PTR(uc) ((Addr)(uc)->uc_mcontext.gregs[VKI_UESP])
588 VG_(mk_SysRes_x86_solaris)((uc)->uc_mcontext.gregs[VKI_EFL] & 1, \
589 (uc)->uc_mcontext.gregs[VKI_EAX], \
590 (uc)->uc_mcontext.gregs[VKI_EFL] & 1 \
591 ? 0 : (uc)->uc_mcontext.gregs[VKI_EDX]
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc     [all...]

Completed in 834 milliseconds

1 2 3 4 5 67 8 9