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:zdata_base
(Results
1 - 5
of
5
) sorted by relevance
/third_party/elfutils/libelf/
H
A
D
elf_strptr.c
49
strscn->
zdata_base
= zdata;
in get_zdata()
135
if (strscn->
zdata_base
== NULL && get_zdata (strscn) == NULL)
in elf_strptr()
161
if (strscn->
zdata_base
== NULL && get_zdata (strscn) == NULL)
in elf_strptr()
184
if (unlikely (strscn->
zdata_base
!= NULL))
in elf_strptr()
188
if (likely (validate_str (strscn->
zdata_base
, offset, sh_size)))
in elf_strptr()
189
result = &strscn->
zdata_base
[offset];
in elf_strptr()
H
A
D
elf_end.c
155
if (scn->
zdata_base
!= scn->rawdata_base)
in elf_end()
156
free (scn->
zdata_base
);
in elf_end()
168
|| scn->rawdata_base == scn->
zdata_base
in elf_end()
H
A
D
elf_compress.c
324
|| scn->rawdata_base == scn->
zdata_base
in __libelf_reset_rawdata()
476
scn->
zdata_base
= NULL;
in elf_compress()
492
if (scn->
zdata_base
== NULL)
in elf_compress()
499
scn->
zdata_base
= buf_out;
in elf_compress()
521
__libelf_reset_rawdata (scn, scn->
zdata_base
,
in elf_compress()
H
A
D
elf_compress_gnu.c
140
scn->
zdata_base
= NULL;
in elf_compress_gnu()
203
scn->
zdata_base
= buf_out;
in elf_compress_gnu()
H
A
D
libelfP.h
242
char *
zdata_base
; /* The uncompressed data of the section. */
member
243
size_t zdata_size; /* If
zdata_base
!= NULL, the size of data. */
244
size_t zdata_align; /* If
zdata_base
!= NULL, the addralign. */
Completed in 3 milliseconds