OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:v_regs
(Results
1 - 7
of
7
) sorted by null
/external/libunwind/src/ppc64/
Ginit.c
57
addr = (uc->uc_mcontext.
v_regs
== 0) ? NULL : &uc->uc_mcontext.
v_regs
->vrregs[reg - UNW_PPC64_V0][0];
ucontext_i.h
136
#define UC_MCONTEXT_V_REGS ((void *)&dmy_ctxt.uc_mcontext.
v_regs
- (void *)&dmy_ctxt)
/prebuilts/go/darwin-x86/src/runtime/
defs_linux_ppc64.go
189
v_regs
*vreg
defs_linux_ppc64le.go
189
v_regs
*vreg
/prebuilts/go/linux-x86/src/runtime/
defs_linux_ppc64.go
189
v_regs
*vreg
defs_linux_ppc64le.go
189
v_regs
*vreg
/external/valgrind/include/vki/
vki-ppc64-linux.h
319
* extended by appending a pointer (
v_regs
) to a quadword type (elf_vrreg_t)
327
* The pointer (
v_regs
) of vector type (elf_vrreg_t) is type compatible with
336
vki_elf_vrreg_t __user *
v_regs
;
member in struct:vki_sigcontext
Completed in 197 milliseconds