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:DfxMmap
(Results
1 - 6
of
6
) sorted by relevance
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H
A
D
dfx_mmap.cpp
31
#define LOG_TAG "
DfxMmap
"
34
bool
DfxMmap
::Init(const int fd, const size_t size, const off_t offset)
in Init()
52
bool
DfxMmap
::Init(uint8_t *decompressedData, size_t size)
in Init()
64
void
DfxMmap
::Clear()
in Clear()
72
size_t
DfxMmap
::Read(uintptr_t& addr, void* val, size_t size, bool incre)
in Read()
H
A
D
dfx_elf.cpp
90
auto mmap = std::make_shared<
DfxMmap
>();
in CreateFromHap()
143
mmap_ = std::make_shared<
DfxMmap
>();
in DfxElf()
158
mmap_ = std::make_shared<
DfxMmap
>();
in DfxElf()
169
mmap_ = std::make_shared<
DfxMmap
>();
in DfxElf()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H
A
D
dfx_mmap.h
30
class
DfxMmap
: public DfxMemory {
class
32
DfxMmap
() = default;
33
virtual ~
DfxMmap
() { Clear(); }
in ~DfxMmap()
H
A
D
dfx_elf_parser.h
45
ElfParser(const std::shared_ptr<
DfxMmap
>& mmap) : mmap_(mmap) {}
in ElfParser()
103
std::shared_ptr<
DfxMmap
> mmap_;
118
ElfParser32(const std::shared_ptr<
DfxMmap
>& mmap) : ElfParser(mmap) {}
in ElfParser32()
129
ElfParser64(const std::shared_ptr<
DfxMmap
>& mmap) : ElfParser(mmap) {}
in ElfParser64()
H
A
D
dfx_elf.h
107
std::shared_ptr<
DfxMmap
> mmap_ = nullptr;
/base/hiviewdfx/faultloggerd/test/unittest/unwind/include/
H
A
D
elf_imitate.h
107
std::shared_ptr<
DfxMmap
> mmap_;
Completed in 7 milliseconds