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_ndx
(Results
1 - 24
of
24
) sorted by relevance
/third_party/elfutils/libelf/
H
A
D
version_xlate.h
84
ddest->
vd_ndx
= bswap_16 (dsrc->
vd_ndx
);
in elf_cvt_Verdef()
143
ddest->
vd_ndx
= bswap_16 (dsrc->
vd_ndx
);
in elf_cvt_Verdef()
H
A
D
abstract.h
203
TYPE_NAME (ElfW2(Bits, Ext##Half),
vd_ndx
) \
H
A
D
elf.h
1040
Elf32_Half
vd_ndx
; /* Version Index */
member
1052
Elf64_Half
vd_ndx
; /* Version Index */
member
/third_party/musl/libc-test/src/functionalext/unittest/
H
A
D
unit_test_ldso_dynlink.c
652
def.
vd_ndx
= 0xf;
in dynlink_test_2004()
666
def.
vd_ndx
= 0x0;
in dynlink_test_2005()
686
def.
vd_ndx
= 0xf;
in dynlink_test_2006()
707
def.
vd_ndx
= 0xf;
in dynlink_test_2007()
728
def.
vd_ndx
= 0;
in dynlink_test_2008()
/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()
139
return version_definition->
vd_ndx
== index ? version_definition : nullptr;
in GetVerdef()
/third_party/musl/src/internal/linux/
H
A
D
vdso.c
45
&& (def->
vd_ndx
& 0x7fff) == vsym)
in checkver()
/third_party/musl/porting/linux/user/src/internal/
H
A
D
vdso.c
45
&& (def->
vd_ndx
& 0x7fff) == vsym)
in checkver()
/third_party/musl/src/internal/
H
A
D
vdso.c
30
&& (def->
vd_ndx
& 0x7fff) == vsym)
in checkver()
/third_party/libbpf/src/
H
A
D
elf.c
262
if (verdef.
vd_ndx
!= ver) {
in elf_get_vername()
274
if (verdef.
vd_ndx
!= ver) {
in elf_get_vername()
H
A
D
libbpf_internal.h
49
Elf64_Half
vd_ndx
; /* Version Index */
member
/third_party/ltp/libs/libltpvdso/
H
A
D
parse_vdso.c
214
&& (def->
vd_ndx
& 0x7fff) == ver)
in ELF()
/third_party/rust/crates/rustix/src/backend/linux_raw/
H
A
D
vdso.rs
231
if ((*def).vd_flags & VER_FLG_BASE) == 0 && ((*def).
vd_ndx
& 0x7fff) == ver {
in match_version()
/third_party/libabigail/src/
H
A
D
abg-elf-helpers.cc
736
if (verdef->
vd_ndx
== (*versym & 0x7fff))
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
275
Elf_Half
vd_ndx
; // Version index, used in .gnu.version entries
/third_party/musl/porting/linux/user/include/
H
A
D
elf.h
879
Elf32_Half
vd_ndx
;
member
889
Elf64_Half
vd_ndx
;
member
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
elf.h
870
Elf32_Half
vd_ndx
;
member
880
Elf64_Half
vd_ndx
;
member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
elf.h
870
Elf32_Half
vd_ndx
;
member
880
Elf64_Half
vd_ndx
;
member
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
elf.h
870
Elf32_Half
vd_ndx
;
member
880
Elf64_Half
vd_ndx
;
member
/third_party/musl/include/
H
A
D
elf.h
905
Elf32_Half
vd_ndx
;
member
915
Elf64_Half
vd_ndx
;
member
/third_party/elfutils/src/
H
A
D
readelf.c
2683
if (verdef->
vd_ndx
== (*versym & 0x7fff))
in handle_symtab()
2908
def->
vd_ndx
,
in handle_verdef()
3007
nvername = MAX (nvername, (size_t) (def->
vd_ndx
& 0x7fff));
in handle_versym()
3109
vername[def->
vd_ndx
& 0x7fff]
in handle_versym()
3111
filename[def->
vd_ndx
& 0x7fff] = NULL;
in handle_versym()
H
A
D
elflint.c
3287
if (def->
vd_ndx
!= VER_NDX_GLOBAL)
in check_verdef()
3333
int res = add_version (NULL, name, def->
vd_ndx
, ver_def);
in check_verdef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H
A
D
ELFEmitter.cpp
1035
VerDef.
vd_ndx
= E.VersionNdx;
in writeSectionContent()
/third_party/musl/porting/linux/user/ldso/
H
A
D
dynlink.c
452
if ((verdef->
vd_ndx
& 0x7fff) == vsym) {
in check_vna_hash()
509
if (!(def->vd_flags & VER_FLG_BASE) && (def->
vd_ndx
& 0x7fff) == vsym) {
in check_verinfo()
1005
if (!(verdef->vd_flags & VER_FLG_BASE) && (verdef->
vd_ndx
& 0x7fff) == vsym) {
in get_verinfo()
/third_party/musl/ldso/linux/
H
A
D
dynlink.c
486
if ((verdef->
vd_ndx
& 0x7fff) == vsym) {
in check_vna_hash()
543
if (!(def->vd_flags & VER_FLG_BASE) && (def->
vd_ndx
& 0x7fff) == vsym) {
in check_verinfo()
1040
if (!(verdef->vd_flags & VER_FLG_BASE) && (verdef->
vd_ndx
& 0x7fff) == vsym) {
in get_verinfo()
Completed in 154 milliseconds