Searched refs:uc (Results 51 - 75 of 388) sorted by relevance

1234567891011>>

/external/strace/linux/m68k/
H A Drt_sigframe.h40 ucontext_t uc; member in struct:__anon21977
/external/libunwind/src/unwind/
H A DBacktrace.c33 unw_context_t uc; local
38 if (_Unwind_InitContext (&context, &uc) < 0)
H A DResume_or_Rethrow.c32 unw_context_t uc; local
42 if (_Unwind_InitContext (&context, &uc) < 0)
H A DForcedUnwind.c34 unw_context_t uc; local
46 if (_Unwind_InitContext (&context, &uc) < 0)
/external/libunwind/src/x86_64/
H A DGinit_remote.c48 c->uc = as_arg;
53 c->uc = NULL;
H A DGos-freebsd.c156 x86_64_r_uc_addr (ucontext_t *uc, int reg) argument
163 case UNW_X86_64_R8: addr = &uc->uc_mcontext.mc_r8; break;
164 case UNW_X86_64_R9: addr = &uc->uc_mcontext.mc_r9; break;
165 case UNW_X86_64_R10: addr = &uc->uc_mcontext.mc_r10; break;
166 case UNW_X86_64_R11: addr = &uc->uc_mcontext.mc_r11; break;
167 case UNW_X86_64_R12: addr = &uc->uc_mcontext.mc_r12; break;
168 case UNW_X86_64_R13: addr = &uc->uc_mcontext.mc_r13; break;
169 case UNW_X86_64_R14: addr = &uc->uc_mcontext.mc_r14; break;
170 case UNW_X86_64_R15: addr = &uc->uc_mcontext.mc_r15; break;
171 case UNW_X86_64_RDI: addr = &uc
191 ucontext_t *uc = (ucontext_t *)(c->sigcontext_addr + local
[all...]
/external/valgrind/coregrind/
H A Dpub_core_sigframe.h55 const struct vki_ucontext *uc,
68 void VG_(sigframe_return)(ThreadId tid, const vki_ucontext_t *uc);
H A Dm_signals.c255 machine context (uc) reflects the situation that a syscall had just
261 the machine state out of the uc. Of course if the program counter
268 # define VG_UCONTEXT_INSTR_PTR(uc) ((uc)->uc_mcontext.eip)
269 # define VG_UCONTEXT_STACK_PTR(uc) ((uc)->uc_mcontext.esp)
270 # define VG_UCONTEXT_SYSCALL_SYSRES(uc) \
272 VG_(mk_SysRes_x86_linux)( (uc)->uc_mcontext.eax )
273 # define VG_UCONTEXT_TO_UnwindStartRegs(srP, uc) \
274 { (srP)->r_pc = (ULong)((uc)
404 ucontext_t* uc = (ucontext_t*)ucV; local
410 ucontext_t* uc = (ucontext_t*)ucV; local
421 ucontext_t* uc = (ucontext_t*)ucV; local
451 ucontext_t* uc = (ucontext_t*)(ucV); local
462 ucontext_t* uc = (ucontext_t*)ucV; local
468 ucontext_t* uc = (ucontext_t*)ucV; local
477 ucontext_t* uc = (ucontext_t*)ucV; local
507 ucontext_t* uc = (ucontext_t*)ucV; local
2118 struct vki_ucontext uc; local
2298 async_signalhandler_solaris_preprocess(ThreadId tid, Int *signo, vki_siginfo_t *info, struct vki_ucontext *uc) argument
2866 sigvgkill_handler(int signo, vki_siginfo_t *si, struct vki_ucontext *uc) argument
[all...]
/external/valgrind/memcheck/tests/amd64-solaris/
H A Dcontext_gpr.c15 static ucontext_t uc; variable
26 uc = *ucp;
82 uc.uc_mcontext.gregs[REG_RAX], uc.uc_mcontext.gregs[REG_RCX],
83 uc.uc_mcontext.gregs[REG_RDX], uc.uc_mcontext.gregs[REG_RSI],
84 uc.uc_mcontext.gregs[REG_RDI]);
86 if (uc.uc_mcontext.gregs[REG_RBX])
/external/valgrind/memcheck/tests/linux/
H A Dstack_changes.c26 int init_context(mycontext *uc) argument
31 if (getcontext(uc) == -1) {
47 uc->uc_link = NULL;
48 uc->uc_stack.ss_sp = stack;
49 uc->uc_stack.ss_size = STACK_SIZE;
50 uc->uc_stack.ss_flags = 0;
/external/valgrind/none/tests/amd64-darwin/
H A Dbug341419.c97 ucontext_t *uc = (ucontext_t *)vuc; local
111 ASSERT_NE(uc, NULL);
112 ASSERT_NE(uc->uc_mcontext, NULL);
126 ASSERT_EQ(uc->uc_mcontext->__ss.__rax, 0xfeed01010101cafe);
130 ASSERT_EQ(uc->uc_mcontext->__ss.__rdi, 0xbabe01010101cedeULL);
131 ASSERT_EQ(uc->uc_mcontext->__ss.__rsi, 0xbabe02020202cedeULL);
132 ASSERT_EQ(uc->uc_mcontext->__ss.__rdx, 0xbabe03030303cedeULL);
133 ASSERT_EQ(uc->uc_mcontext->__ss.__rcx, 0xbabe04040404cedeULL);
134 ASSERT_EQ(uc->uc_mcontext->__ss.__r8, 0xbabe05050505cedeULL);
135 ASSERT_EQ(uc
[all...]
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-x86-solaris.c92 void ML_(setup_start_thread_context)(ThreadId tid, vki_ucontext_t *uc) argument
98 VG_(memset)(uc, 0, sizeof(*uc));
99 uc->uc_flags = VKI_UC_CPU | VKI_UC_SIGMASK;
102 VG_(sigfillset)(&uc->uc_sigmask);
112 uc->uc_mcontext.gregs[VKI_EIP] = (UWord)ML_(start_thread_NORETURN);
113 uc->uc_mcontext.gregs[VKI_UESP] = (UWord)stack;
125 uc->uc_mcontext.gregs[VKI_CS] = cs;
126 uc->uc_mcontext.gregs[VKI_DS] = ds;
127 uc
134 save_machine_context(ThreadId tid, vki_ucontext_t *uc, CorePart part) argument
335 restore_machine_context(ThreadId tid, vki_ucontext_t *uc, CorePart part, Bool esp_is_thrptr) argument
[all...]
/external/libedit/src/
H A Dunvis.c196 unsigned char uc = (unsigned char)c; local
343 if (isoctal(uc)) {
359 if (isoctal(uc)) {
369 if (!isxdigit(uc))
373 if (isxdigit(uc)) {
374 *cp = xtod(uc);
386 if (isxdigit(uc)) {
387 *cp = xtod(uc) | (*cp << 4);
393 if (uc == '\n' || uc
[all...]
/external/valgrind/memcheck/tests/x86-solaris/
H A Dcontext_gpr.c13 static ucontext_t uc; variable
22 uc = *ucp;
80 uc.uc_mcontext.gregs[EAX], uc.uc_mcontext.gregs[EDX],
81 uc.uc_mcontext.gregs[ESI], uc.uc_mcontext.gregs[EDI]);
83 if (uc.uc_mcontext.gregs[EBX])
/external/libvpx/libvpx/vp8/common/
H A Dloopfilter_filters.c15 typedef unsigned char uc; typedef
24 static signed char vp8_filter_mask(uc limit, uc blimit, uc p3, uc p2, uc p1,
25 uc p0, uc q0, uc q1, uc q
[all...]
/external/valgrind/coregrind/m_sigframe/
H A Dsigframe-ppc64-linux.c109 struct vki_ucontext uc; member in struct:rt_sigframe
173 frame->puc = &frame->uc;
175 frame->uc.uc_flags = 0;
176 frame->uc.uc_link = 0;
196 frame->uc.uc_flags = 0;
197 frame->uc.uc_link = 0;
198 frame->uc.uc_stack = tst->altstack;
199 frame->uc.uc_sigmask = tst->sig_mask;
201 (Addr)(&frame->uc), sizeof(frame->uc) );
[all...]
/external/clang/test/CodeGen/
H A Dzvector.c5 volatile vector unsigned char uc, uc2; variable
32 // CHECK: store volatile <16 x i8> [[VAL]], <16 x i8>* @uc
33 uc = uc2;
69 // CHECK: store volatile <16 x i8> [[VAL]], <16 x i8>* @uc
70 uc = +uc2;
283 // CHECK: [[VAL1:%[^ ]+]] = load volatile <16 x i8>, <16 x i8>* @uc
286 uc = uc + uc2;
287 // CHECK: [[VAL1:%[^ ]+]] = load volatile <16 x i8>, <16 x i8>* @uc
290 uc
[all...]
/external/bzip2/
H A Ddecompress.c108 UChar uc; local
197 GET_UCHAR(BZ_X_MAGIC_1, uc);
198 if (uc != BZ_HDR_B) RETURN(BZ_DATA_ERROR_MAGIC);
200 GET_UCHAR(BZ_X_MAGIC_2, uc);
201 if (uc != BZ_HDR_Z) RETURN(BZ_DATA_ERROR_MAGIC);
203 GET_UCHAR(BZ_X_MAGIC_3, uc)
204 if (uc != BZ_HDR_h) RETURN(BZ_DATA_ERROR_MAGIC);
222 GET_UCHAR(BZ_X_BLKHDR_1, uc);
224 if (uc == 0x17) goto endhdr_2;
225 if (uc !
[all...]
/external/clang/test/Sema/
H A Dgnu-flags.c146 union uc { int i; unsigned : 3; }; union
147 union uc w = (union uc)2;
/external/libunwind/src/ppc64/
H A DGinit.c46 uc_addr (ucontext_t *uc, int reg) argument
51 addr = &uc->uc_mcontext.gp_regs[reg - UNW_PPC64_R0];
54 addr = &uc->uc_mcontext.fp_regs[reg - UNW_PPC64_F0];
57 addr = (uc->uc_mcontext.v_regs == 0) ? NULL : &uc->uc_mcontext.v_regs->vrregs[reg - UNW_PPC64_V0][0];
83 addr = &uc->uc_mcontext.gp_regs[gregs_idx];
91 tdep_uc_addr (ucontext_t *uc, int reg) argument
93 return uc_addr (uc, reg);
165 ucontext_t *uc = arg; local
172 addr = uc_addr (uc, re
197 ucontext_t *uc = arg; local
[all...]
/external/libunwind/tests/
H A DGtest-nomalloc.c58 unw_context_t uc; local
62 unw_getcontext (&uc);
63 if (unw_init_local (&cursor, &uc) < 0)
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/commons/
H A DGASMifierTest$Compiler.class ... .Parser p org.codehaus.janino.UnitCompiler uc synthetic void " href="/9.0.0_r3/s? ...
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/util/
H A DASMifierTest$Compiler.class ... .Parser p org.codehaus.janino.UnitCompiler uc
/external/libunwind/src/ia64/
H A DGinit.c49 tdep_uc_addr (ucontext_t *uc, int reg, uint8_t *nat_bitnr) argument
51 return inlined_uc_addr (uc, reg, nat_bitnr);
129 ucontext_t *uc = arg; local
135 __uc_get_reason (uc, &reason);
140 if ((ret = __uc_get_grs (uc, (reg - UNW_IA64_GR), 1, &value, &nat)))
144 ret = __uc_set_grs (uc, (reg - UNW_IA64_GR), 1, val, nat);
150 if ((ret = __uc_get_grs (uc, (reg - UNW_IA64_GR), 1, &value, &nat)))
161 ret = __uc_set_grs (uc, (reg - UNW_IA64_GR), 1, &value, nat);
171 ret = __uc_set_ar (uc, (reg - UNW_IA64_AR), *val);
173 ret = __uc_get_ar (uc, (re
249 ucontext_t *uc = arg; local
285 ucontext_t *uc = arg; local
337 ucontext_t *uc = arg; local
[all...]
/external/libunwind/src/x86/
H A DGinit_remote.c47 c->uc = as_arg;
52 c->uc = 0;

Completed in 576 milliseconds

1234567891011>>