Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:uc_regs
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libunwind/libunwind/src/ppc32/
H
A
D
ucontext_i.h
49
#define UC_MCONTEXT_GREGS_R0 ((void *)&dmy_ctxt.uc_mcontext.
uc_regs
->gregs[0] - (void *)&dmy_ctxt)
50
#define UC_MCONTEXT_GREGS_R1 ((void *)&dmy_ctxt.uc_mcontext.
uc_regs
->gregs[1] - (void *)&dmy_ctxt)
51
#define UC_MCONTEXT_GREGS_R2 ((void *)&dmy_ctxt.uc_mcontext.
uc_regs
->gregs[2] - (void *)&dmy_ctxt)
52
#define UC_MCONTEXT_GREGS_R3 ((void *)&dmy_ctxt.uc_mcontext.
uc_regs
->gregs[3] - (void *)&dmy_ctxt)
53
#define UC_MCONTEXT_GREGS_R4 ((void *)&dmy_ctxt.uc_mcontext.
uc_regs
->gregs[4] - (void *)&dmy_ctxt)
54
#define UC_MCONTEXT_GREGS_R5 ((void *)&dmy_ctxt.uc_mcontext.
uc_regs
->gregs[5] - (void *)&dmy_ctxt)
55
#define UC_MCONTEXT_GREGS_R6 ((void *)&dmy_ctxt.uc_mcontext.
uc_regs
->gregs[6] - (void *)&dmy_ctxt)
56
#define UC_MCONTEXT_GREGS_R7 ((void *)&dmy_ctxt.uc_mcontext.
uc_regs
->gregs[7] - (void *)&dmy_ctxt)
57
#define UC_MCONTEXT_GREGS_R8 ((void *)&dmy_ctxt.uc_mcontext.
uc_regs
->gregs[8] - (void *)&dmy_ctxt)
58
#define UC_MCONTEXT_GREGS_R9 ((void *)&dmy_ctxt.uc_mcontext.
uc_regs
[all...]
H
A
D
Ginit.c
51
addr = &uc->uc_mcontext.
uc_regs
->gregs[reg - UNW_PPC32_R0];
in uc_addr()
56
addr = &uc->uc_mcontext.
uc_regs
->fpregs.fpregs[reg - UNW_PPC32_F0];
in uc_addr()
79
addr = &uc->uc_mcontext.
uc_regs
->gregs[gregs_idx];
in uc_addr()
/third_party/musl/arch/powerpc/bits/
H
A
D
signal.h
67
mcontext_t *
uc_regs
;
member
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H
A
D
examine_stack.cc
67
return reinterpret_cast<void*>(context->uc_mcontext.
uc_regs
->gregs[32]);
in GetProgramCounter()
Completed in 2 milliseconds