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:index_section_off
(Results
1 - 3
of
3
) sorted by relevance
/arkcompiler/runtime_core/libpandafile/
H
A
D
file_item_container.cpp
619
size_t
index_section_off
= sizeof(File::Header) + class_map_.size() * ID_SIZE;
in WriteHeaderIndexInfo()
local
624
index_section_off
= literalarray_idx_offset + num_literalarrays * ID_SIZE;
in WriteHeaderIndexInfo()
639
return writer->Write<uint32_t>(
index_section_off
);
in WriteHeaderIndexInfo()
H
A
D
file.h
77
uint32_t
index_section_off
;
member
210
auto sp = file.SubSpan(header->
index_section_off
, header->num_indexes * sizeof(IndexHeader));
in GetIndexHeaders()
H
A
D
file.cpp
654
if (!CheckHeaderElementOffset<File::IndexHeader>(header->
index_section_off
, header->num_indexes,
in CheckHeader()
656
LOG(ERROR, PANDAFILE) << "Invalid panda file
index_section_off
" << header->
index_section_off
<<
in CheckHeader()
Completed in 5 milliseconds