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:sections_
(Results
1 - 9
of
9
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H
A
D
elf_builder.cpp
25
for (auto &s :
sections_
) {
in AddShStrTabSection()
34
for (auto &s:
sections_
) {
in AddShStrTabSection()
103
const std::vector<ElfSecName> §ions): des_(des),
sections_
(sections)
in ElfBuilder()
153
for (size_t i = 0; i <
sections_
.size();) {
in RemoveNotNeedSection()
154
if (sections.find(
sections_
[i]) == sections.end()) {
in RemoveNotNeedSection()
155
auto it =
sections_
.begin() + i;
in RemoveNotNeedSection()
156
sections_
.erase(it);
in RemoveNotNeedSection()
170
std::set<ElfSecName> secSet(
sections_
.begin(),
sections_
.end());
in GetShIndex()
183
return
sections_
in GetSecNum()
[all...]
H
A
D
elf_builder.h
88
std::vector<ElfSecName>
sections_
{};
/arkcompiler/runtime_core/static_core/libllvmbackend/object_code/
H
A
D
ark_aot_linker.cpp
56
return
sections_
;
in GetSections()
75
[[maybe_unused]] auto insertionResult =
sections_
.insert({sectionName.str(), sectionReference});
in RememberAllocation()
H
A
D
ark_aot_linker.h
48
std::unordered_map<std::string, SectionReference>
sections_
;
member in ark::llvmbackend::PandaSectionMemoryManager
/arkcompiler/runtime_core/static_core/irtoc/backend/
H
A
D
dwarf_builder.h
79
std::vector<ELFIO::section *>
sections_
;
member in ark::irtoc::DwarfBuilder
H
A
D
dwarf_builder.cpp
48
self->indexMap_[section->get_index()] = self->
sections_
.size();
in CreateSectionCallback()
49
self->
sections_
.push_back(section);
in CreateSectionCallback()
259
sections_
[indexMap_[elfIdx]]->append_data(bytes, len);
in Finalize()
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
H
A
D
elf_builder.h
308
sections_
.push_back(section);
in AddSection()
309
section->index_ =
sections_
.size() - 1;
in AddSection()
413
for (auto section :
sections_
) {
in HackAddressesForJit()
506
std::vector<Section *>
sections_
;
member in ark::compiler::ElfBuilder
629
for (auto section :
sections_
) {
in Build()
715
currentOffset_ +=
sections_
.size() * sizeof(ElfShdr);
in MakeHeader()
717
header_.e_shnum =
sections_
.size();
in MakeHeader()
866
for (auto section :
sections_
) {
878
for (auto section :
sections_
) {
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
code_generator.h
65
std::vector<std::pair<uint8_t *, uintptr_t>>
sections_
;
member in panda::ecmascript::kungfu::CodeInfo::CodeSpaceOnDemand
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H
A
D
llvm_codegen.cpp
148
sections_
.push_back({addr, alignedSize});
in Alloca()
155
for (auto §ion :
sections_
) {
in ~CodeSpaceOnDemand()
160
sections_
.clear();
in ~CodeSpaceOnDemand()
Completed in 9 milliseconds