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_hash
(Results
1 - 17
of
17
) sorted by relevance
/third_party/elfutils/libelf/
H
A
D
version_xlate.h
86
ddest->
vd_hash
= bswap_32 (dsrc->
vd_hash
);
in elf_cvt_Verdef()
145
ddest->
vd_hash
= bswap_32 (dsrc->
vd_hash
);
in elf_cvt_Verdef()
H
A
D
abstract.h
205
TYPE_NAME (ElfW2(Bits, Ext##Word),
vd_hash
) \
H
A
D
elf.h
1042
Elf32_Word
vd_hash
; /* Version name hash value */
member
1054
Elf64_Word
vd_hash
; /* Version name hash value */
member
/third_party/musl/libc-test/src/functionalext/unittest/
H
A
D
unit_test_ldso_dynlink.c
653
def.
vd_hash
= 0x123;
in dynlink_test_2004()
667
def.
vd_hash
= 0x123;
in dynlink_test_2005()
687
def.
vd_hash
= 0x123;
in dynlink_test_2006()
708
def.
vd_hash
= 0x123;
in dynlink_test_2007()
729
def.
vd_hash
= 0x123;
in dynlink_test_2008()
/third_party/ltp/libs/libltpvdso/
H
A
D
parse_vdso.c
225
return def->
vd_hash
== hash
in ELF()
/third_party/rust/crates/rustix/src/backend/linux_raw/
H
A
D
vdso.rs
249
(*def).
vd_hash
== hash
in match_version()
/third_party/libbpf/src/
H
A
D
libbpf_internal.h
51
Elf64_Word
vd_hash
; /* Version name hash value */
member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H
A
D
ELFTypes.h
277
Elf_Word
vd_hash
; // Hash of name
/third_party/musl/porting/linux/user/include/
H
A
D
elf.h
881
Elf32_Word
vd_hash
;
member
891
Elf64_Word
vd_hash
;
member
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
elf.h
872
Elf32_Word
vd_hash
;
member
882
Elf64_Word
vd_hash
;
member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
elf.h
872
Elf32_Word
vd_hash
;
member
882
Elf64_Word
vd_hash
;
member
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
elf.h
872
Elf32_Word
vd_hash
;
member
882
Elf64_Word
vd_hash
;
member
/third_party/musl/include/
H
A
D
elf.h
907
Elf32_Word
vd_hash
;
member
917
Elf64_Word
vd_hash
;
member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H
A
D
ELFEmitter.cpp
1036
VerDef.
vd_hash
= E.Hash;
in writeSectionContent()
/third_party/elfutils/src/
H
A
D
elflint.c
3327
if (def->
vd_hash
!= hashval)
in check_verdef()
3331
(int) def->
vd_hash
);
in check_verdef()
/third_party/musl/porting/linux/user/ldso/
H
A
D
dynlink.c
453
if (vna_hash == verdef->
vd_hash
) {
in check_vna_hash()
/third_party/musl/ldso/linux/
H
A
D
dynlink.c
487
if (vna_hash == verdef->
vd_hash
) {
in check_vna_hash()
Completed in 87 milliseconds