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:vd_next
(Results
1 - 24
of
24
) sorted by relevance
/third_party/elfutils/libelf/
H
A
D
version_xlate.h
88
ddest->
vd_next
= bswap_32 (dsrc->
vd_next
);
in elf_cvt_Verdef()
137
if (dsrc->
vd_next
> len - def_offset)
in elf_cvt_Verdef()
139
def_offset += dsrc->
vd_next
;
in elf_cvt_Verdef()
147
ddest->
vd_next
= bswap_32 (dsrc->
vd_next
);
in elf_cvt_Verdef()
151
if (ddest->
vd_next
> len - def_offset)
in elf_cvt_Verdef()
153
def_offset += ddest->
vd_next
;
in elf_cvt_Verdef()
156
while (dsrc->
vd_next
!= 0);
in elf_cvt_Verdef()
H
A
D
abstract.h
207
TYPE_NAME (ElfW2(Bits, Ext##Word),
vd_next
) \
H
A
D
elf.h
1044
Elf32_Word
vd_next
; /* Offset in bytes to next verdef
member
1056
Elf64_Word
vd_next
; /* Offset in bytes to next verdef
member
/third_party/musl/src/internal/linux/
H
A
D
vdso.c
47
if (def->
vd_next
== 0)
in checkver()
49
def = (Verdef *)((char *)def + def->
vd_next
);
in checkver()
/third_party/musl/porting/linux/user/src/internal/
H
A
D
vdso.c
47
if (def->
vd_next
== 0)
in checkver()
49
def = (Verdef *)((char *)def + def->
vd_next
);
in checkver()
/third_party/musl/src/internal/
H
A
D
vdso.c
32
if (def->
vd_next
== 0)
in checkver()
34
def = (Verdef *)((char *)def + def->
vd_next
);
in checkver()
/third_party/libbpf/src/
H
A
D
elf.c
263
if (!verdef.
vd_next
)
in elf_get_vername()
265
offset += verdef.
vd_next
;
in elf_get_vername()
275
if (!verdef.
vd_next
)
in elf_get_vername()
277
offset += verdef.
vd_next
;
in elf_get_vername()
H
A
D
libbpf_internal.h
53
Elf64_Word
vd_next
; /* Offset in bytes to next verdef entry */
member
/third_party/musl/libc-test/src/functionalext/unittest/
H
A
D
unit_test_ldso_dynlink.c
668
def.
vd_next
= 0;
in dynlink_test_2005()
688
def.
vd_next
= 0;
in dynlink_test_2006()
709
def.
vd_next
= 0;
in dynlink_test_2007()
730
def.
vd_next
= 0;
in dynlink_test_2008()
/third_party/ltp/libs/libltpvdso/
H
A
D
parse_vdso.c
217
if (def->
vd_next
== 0)
in ELF()
220
def = (ELF(Verdef) *)((char *)def + def->
vd_next
);
in ELF()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H
A
D
elf_mem_image.cc
132
while (version_definition->vd_ndx < index && version_definition->
vd_next
) {
in GetVerdef()
137
version_definition->
vd_next
);
in GetVerdef()
/third_party/rust/crates/rustix/src/backend/linux_raw/
H
A
D
vdso.rs
235
if (*def).
vd_next
== 0 {
in match_version()
241
.add((*def).
vd_next
as usize)
in match_version()
/third_party/libabigail/src/
H
A
D
abg-elf-helpers.cc
732
for (;; vd_offset += verdef->
vd_next
)
in get_version_definition_for_versym()
739
vd_offset += verdef->
vd_next
;
in get_version_definition_for_versym()
740
verdef = (verdef->
vd_next
== 0
in get_version_definition_for_versym()
762
if (!verdef || verdef->
vd_next
== 0)
in get_version_definition_for_versym()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H
A
D
ELFTypes.h
279
Elf_Word
vd_next
; // Offset to the next Verdef entry (in bytes)
/third_party/musl/porting/linux/user/include/
H
A
D
elf.h
883
Elf32_Word
vd_next
;
member
893
Elf64_Word
vd_next
;
member
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
elf.h
874
Elf32_Word
vd_next
;
member
884
Elf64_Word
vd_next
;
member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
elf.h
874
Elf32_Word
vd_next
;
member
884
Elf64_Word
vd_next
;
member
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
elf.h
874
Elf32_Word
vd_next
;
member
884
Elf64_Word
vd_next
;
member
/third_party/musl/include/
H
A
D
elf.h
909
Elf32_Word
vd_next
;
member
919
Elf64_Word
vd_next
;
member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H
A
D
ELFEmitter.cpp
1040
VerDef.
vd_next
= 0;
in writeSectionContent()
1042
VerDef.
vd_next
=
in writeSectionContent()
/third_party/elfutils/src/
H
A
D
readelf.c
2687
if (verdef_data->d_size - vd_offset < verdef->
vd_next
)
in handle_symtab()
2690
vd_offset += verdef->
vd_next
;
in handle_symtab()
2691
verdef = (verdef->
vd_next
== 0
in handle_symtab()
2930
if (def->
vd_next
== 0)
in handle_verdef()
2932
offset += def->
vd_next
;
in handle_verdef()
3009
if (def->
vd_next
== 0)
in handle_versym()
3011
offset += def->
vd_next
;
in handle_versym()
3113
if (def->
vd_next
== 0)
in handle_versym()
3115
offset += def->
vd_next
;
in handle_versym()
H
A
D
elflint.c
3385
offset += def->
vd_next
;
in check_verdef()
3387
if ((def->
vd_next
!= 0 || cnt > 0)
in check_verdef()
3396
if (def->
vd_next
== 0 && cnt > 0)
in check_verdef()
/third_party/musl/porting/linux/user/ldso/
H
A
D
dynlink.c
461
if (verdef->
vd_next
== 0) {
in check_vna_hash()
464
verdef = (Verdef *)((char *)verdef + verdef->
vd_next
);
in check_vna_hash()
512
if (def->
vd_next
== 0) {
in check_verinfo()
515
def = (Verdef *)((char *)def + def->
vd_next
);
in check_verinfo()
1009
if (verdef->
vd_next
== 0) {
in get_verinfo()
1012
verdef = (Verdef *)((char *)verdef + verdef->
vd_next
);
in get_verinfo()
/third_party/musl/ldso/linux/
H
A
D
dynlink.c
495
if (verdef->
vd_next
== 0) {
in check_vna_hash()
498
verdef = (Verdef *)((char *)verdef + verdef->
vd_next
);
in check_vna_hash()
546
if (def->
vd_next
== 0) {
in check_verinfo()
549
def = (Verdef *)((char *)def + def->
vd_next
);
in check_verinfo()
1044
if (verdef->
vd_next
== 0) {
in get_verinfo()
1047
verdef = (Verdef *)((char *)verdef + verdef->
vd_next
);
in get_verinfo()
Completed in 104 milliseconds