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:ReadUleb128
(Results
1 - 7
of
7
) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H
A
D
dwarf_cfa_instructions.cpp
104
reg = memory_->
ReadUleb128
(instPtr);
in DecodeDwCfa()
105
offset = (int64_t)(memory_->
ReadUleb128
(instPtr) * cie.codeAlignFactor);
in DecodeDwCfa()
115
reg = memory_->
ReadUleb128
(instPtr);
in DecodeDwCfa()
124
reg = memory_->
ReadUleb128
(instPtr);
in DecodeDwCfa()
136
reg = memory_->
ReadUleb128
(instPtr);
in DecodeDwCfa()
148
reg = memory_->
ReadUleb128
(instPtr);
in DecodeDwCfa()
149
reg2 = memory_->
ReadUleb128
(instPtr);
in DecodeDwCfa()
173
reg = memory_->
ReadUleb128
(instPtr);
in DecodeDwCfa()
174
offset = (int64_t)memory_->
ReadUleb128
(instPtr);
in DecodeDwCfa()
180
reg = memory_->
ReadUleb128
(instPt
in DecodeDwCfa()
[all...]
H
A
D
dwarf_op.cpp
36
uintptr_t length = memory_->
ReadUleb128
(addr);
in Eval()
126
OpPush(memory_->
ReadUleb128
(addr));
in Decode()
H
A
D
dwarf_section.cpp
248
uintptr_t augLen = memory_->
ReadUleb128
(ptr);
in FillInFde()
329
cieInfo.codeAlignFactor = (uint32_t)memory_->
ReadUleb128
(ptr);
in FillInCie()
342
cieInfo.returnAddressRegister = (uintptr_t)memory_->
ReadUleb128
(ptr);
in FillInCie()
353
MAYBE_UNUSED uintptr_t augSize = memory_->
ReadUleb128
(ptr);
in FillInCie()
H
A
D
dfx_memory.cpp
193
uint64_t DfxMemory::
ReadUleb128
(uintptr_t& addr)
in ReadUleb128()
function in OHOS::HiviewDFX::DfxMemory
273
val = static_cast<uintptr_t>(
ReadUleb128
(addr));
in ReadEncodedValue()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H
A
D
dwarf_op.h
252
stack_[0] += memory_->
ReadUleb128
(exprPtr);
in OpPlusULEBConst()
355
auto reg = static_cast<uint32_t>(memory_->
ReadUleb128
(exprPtr));
in OpRegx()
379
auto reg = static_cast<uint32_t>(memory_->
ReadUleb128
(exprPtr));
in OpBRegx()
H
A
D
dfx_memory.h
81
virtual uint64_t
ReadUleb128
(uintptr_t& addr);
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H
A
D
memory_test.cpp
195
ASSERT_EQ(memory->
ReadUleb128
(addr), 1U);
in HWTEST_F()
403
ASSERT_EQ(memory->
ReadUleb128
(addr), 1U);
in HWTEST_F()
Completed in 5 milliseconds