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:vernaux
(Results
1 - 4
of
4
) sorted by relevance
/third_party/libabigail/src/
H
A
D
abg-elf-helpers.cc
800
GElf_Vernaux *
vernaux
= gelf_getvernaux(verneed_data,
in get_version_needed_for_versym()
local
803
for (;
vernaux
!= 0 && verneed;)
in get_version_needed_for_versym()
805
if (
vernaux
->vna_other == *versym)
in get_version_needed_for_versym()
814
if (verneed != 0 &&
vernaux
!= 0 &&
vernaux
->vna_other == *versym)
in get_version_needed_for_versym()
822
vernaux
->vna_name));
in get_version_needed_for_versym()
/third_party/elfutils/src/
H
A
D
readelf.c
2615
GElf_Vernaux *
vernaux
= NULL;
in handle_symtab()
local
2625
vernaux
= gelf_getvernaux (verneed_data,
in handle_symtab()
2628
while (
vernaux
!= NULL
in handle_symtab()
2629
&&
vernaux
->vna_other != *versym
in handle_symtab()
2630
&&
vernaux
->vna_next != 0
in handle_symtab()
2632
>=
vernaux
->vna_next))
in handle_symtab()
2635
vna_offset +=
vernaux
->vna_next;
in handle_symtab()
2637
vernaux
= (
vernaux
->vna_next == 0
in handle_symtab()
2645
if (
vernaux
!
in handle_symtab()
[all...]
/third_party/musl/porting/linux/user/ldso/
H
A
D
dynlink.c
961
Vernaux *
vernaux
;
in get_vna_hash()
local
965
vernaux
= (Vernaux *)((char *)verneed + verneed->vn_aux);
in get_vna_hash()
968
if ((
vernaux
->vna_other & 0x7fff) == vsym) {
in get_vna_hash()
970
*vna_hash =
vernaux
->vna_hash;
in get_vna_hash()
974
vernaux
= (Vernaux *)((char *)
vernaux
+
vernaux
->vna_next);
in get_vna_hash()
/third_party/musl/ldso/linux/
H
A
D
dynlink.c
996
Vernaux *
vernaux
;
in get_vna_hash()
local
1000
vernaux
= (Vernaux *)((char *)verneed + verneed->vn_aux);
in get_vna_hash()
1003
if ((
vernaux
->vna_other & 0x7fff) == vsym) {
in get_vna_hash()
1005
*vna_hash =
vernaux
->vna_hash;
in get_vna_hash()
1009
vernaux
= (Vernaux *)((char *)
vernaux
+
vernaux
->vna_next);
in get_vna_hash()
Completed in 28 milliseconds