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:GetSecAddr
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H
A
D
stub_file_info.cpp
92
uint64_t funcEntryAddr = des.
GetSecAddr
(ElfSecName::ARK_FUNCENTRY);
in MmapLoad()
97
uint64_t asmStubAddr = des.
GetSecAddr
(ElfSecName::ARK_ASMSTUB);
in MmapLoad()
108
entry.codeAddr_ += moduleDes.
GetSecAddr
(ElfSecName::TEXT);
in MmapLoad()
133
uint64_t funcEntryAddr = des.
GetSecAddr
(ElfSecName::ARK_FUNCENTRY);
in Load()
138
uint64_t asmStubAddr = des.
GetSecAddr
(ElfSecName::ARK_ASMSTUB);
in Load()
149
entry.codeAddr_ += moduleDes.
GetSecAddr
(ElfSecName::TEXT);
in Load()
186
uint64_t addr = d.
GetSecAddr
(s.first);
in Dump()
H
A
D
module_section_des.h
46
uint64_t curSectionAddr =
GetSecAddr
(sec);
in UpdateRODataInfo()
145
uint64_t
GetSecAddr
(const ElfSecName idx) const
in GetSecAddr()
function in panda::ecmascript::ModuleSectionDes
164
uint64_t stubStartAddr =
GetSecAddr
(ElfSecName::TEXT);
in ContainCode()
H
A
D
an_file_info.cpp
134
uint64_t secAddr = des.
GetSecAddr
(ElfSecName::ARK_FUNCENTRY);
in ParseFunctionEntrySection()
149
funcDes.codeAddr_ += des.
GetSecAddr
(ElfSecName::TEXT);
in UpdateFuncEntries()
191
uint64_t addr = d.
GetSecAddr
(s.first);
in Dump()
H
A
D
elf_builder.cpp
316
uint64_t curSecAddr = des_[ShStrTableModuleDesIndex].
GetSecAddr
(s.first);
in FindShStrTab()
360
uint64_t curSecAddr = des.
GetSecAddr
(ElfSecName::TEXT);
in MergeTextSections()
399
uint64_t curSecAddr = des.
GetSecAddr
(ElfSecName::STRTAB);
in MergeStrtabSections()
423
uint64_t curSecAddr = des.
GetSecAddr
(ElfSecName::SYMTAB);
in MergeSymtabSections()
460
uint64_t curSecAddr = des.
GetSecAddr
(ElfSecName::ARK_STACKMAP);
in MergeArkStackMapSections()
487
uint64_t secAddr = des_[idx].
GetSecAddr
(ElfSecName::SYMTAB);
in FixSymtab()
625
uint64_t curSecAddr = des_[FullSecIndex].
GetSecAddr
(secName);
in PackELFSections()
H
A
D
aot_file_info.cpp
40
uint64_t addr = d.
GetSecAddr
(ElfSecName::TEXT);
in CalCallSiteInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
file_generators.cpp
46
uint64_t addr = des.
GetSecAddr
(ElfSecName::LLVM_STACKMAP);
in CollectStackMapDes()
50
uint64_t textAddr = des.
GetSecAddr
(ElfSecName::TEXT);
in CollectStackMapDes()
75
uint64_t addr = des.
GetSecAddr
(ElfSecName::LLVM_STACKMAP);
in CollectAnStackMapDes()
79
uint64_t textAddr = des.
GetSecAddr
(ElfSecName::TEXT);
in CollectAnStackMapDes()
726
uint64_t textAddr = moduleSectionDes.
GetSecAddr
(ElfSecName::TEXT);
in GetMemoryCodeInfos()
Completed in 5 milliseconds