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 - 9
of
9
) sorted by relevance
/third_party/elfutils/libelf/
H
A
D
abstract.h
241
# define
Vernaux
(Bits, Ext) \
macro
242
START (Bits,
Vernaux
, Ext##
Vernaux
) \
248
END (Bits, Ext##
Vernaux
)
251
Vernaux
(32, Ext)
253
Vernaux
(64, Ext)
H
A
D
elf_getdata.c
97
[ELF_T_VNAUX] = __alignof__ (ElfW2(Bits,
Vernaux
)), \
/third_party/musl/porting/linux/user/src/internal/
H
A
D
dynlink.h
22
typedef Elf32_Vernaux
Vernaux
;
typedef
34
typedef Elf64_Vernaux
Vernaux
;
typedef
/third_party/musl/src/internal/
H
A
D
dynlink.h
29
typedef Elf32_Vernaux
Vernaux
;
typedef
43
typedef Elf64_Vernaux
Vernaux
;
typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H
A
D
ELF.h
87
using Elf_Vernaux = typename ELFT::
Vernaux
;
H
A
D
ELFTypes.h
68
using
Vernaux
= Elf_Vernaux_Impl<ELFType<E, Is64>>;
302
Elf_Half vn_cnt; // Number of associated
Vernaux
entries
304
Elf_Word vn_aux; // Offset to first
Vernaux
entry (in bytes)
317
Elf_Word vna_next; // Offset to next
Vernaux
entry (in bytes)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H
A
D
ELFEmitter.cpp
1066
typedef typename ELFT::
Vernaux
Elf_Vernaux;
in writeSectionContent()
/third_party/musl/porting/linux/user/ldso/
H
A
D
dynlink.c
961
Vernaux
*vernaux;
in get_vna_hash()
965
vernaux = (
Vernaux
*)((char *)verneed + verneed->vn_aux);
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()
1000
vernaux = (
Vernaux
*)((char *)verneed + verneed->vn_aux);
in get_vna_hash()
1009
vernaux = (
Vernaux
*)((char *)vernaux + vernaux->vna_next);
in get_vna_hash()
Completed in 22 milliseconds