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:EV_NONE
(Results
1 - 25
of
27
) sorted by relevance
1
2
/third_party/elfutils/libelf/
H
A
D
elf_version.c
38
Will be
EV_NONE
if elf_version () has not been called yet. */
39
unsigned int __libelf_version =
EV_NONE
;
44
if (version ==
EV_NONE
)
in elf_version()
60
return
EV_NONE
;
in elf_version()
H
A
D
elf32_updatenull.c
89
if (unlikely (ehdr->e_version ==
EV_NONE
))
in ELFW()
H
A
D
elf.h
377
#define
EV_NONE
0 /* Invalid ELF version */
macro
/third_party/elfutils/tests/
H
A
D
system-elf-libelf-test.c
27
if (elf_version (EV_CURRENT) ==
EV_NONE
)
in main()
H
A
D
newscn.c
36
if (elf_version (EV_CURRENT) ==
EV_NONE
)
in main()
H
A
D
rdwrmmap.c
35
if (elf_version (EV_CURRENT) ==
EV_NONE
)
in main()
H
A
D
saridx.c
117
if (elf_version (EV_CURRENT) ==
EV_NONE
)
in main()
H
A
D
elfshphehdr.c
87
ehdr.e_version =
EV_NONE
; /* Ask for current version. */
in test()
/third_party/elfutils/libdwfl/
H
A
D
dwfl_begin.c
38
if (elf_version (EV_CURRENT) ==
EV_NONE
)
in dwfl_begin()
/third_party/libunwind/libunwind/src/
H
A
D
elfxx.h
68
&& ((uint8_t *) ei->image)[EI_VERSION] !=
EV_NONE
in valid_object()
/third_party/elfio/c_wrapper/
H
A
D
elf_types_c_wrapper.hpp
344
#define
EV_NONE
0
macro
/third_party/libwebsockets/lib/event-libs/libev/
H
A
D
libev.c
103
eventfd.revents =
EV_NONE
;
in lws_accept_cb()
/third_party/libbpf/src/
H
A
D
elf.c
41
if (elf_version(EV_CURRENT) ==
EV_NONE
) {
in elf_open()
H
A
D
linker.c
225
if (elf_version(EV_CURRENT) ==
EV_NONE
) {
in bpf_linker__new()
H
A
D
btf.c
1124
if (elf_version(EV_CURRENT) ==
EV_NONE
) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H
A
D
ELF.h
121
enum {
EV_NONE
= 0, EV_CURRENT = 1 };
enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H
A
D
ELF.h
122
enum {
EV_NONE
= 0, EV_CURRENT = 1 };
enumerator
/third_party/elfio/elfio/
H
A
D
elfio_dump.hpp
86
{
EV_NONE
, "None" },
H
A
D
elf_types.hpp
324
constexpr unsigned char
EV_NONE
= 0;
member
/third_party/musl/porting/linux/user/include/
H
A
D
elf.h
323
#define
EV_NONE
0
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
elf.h
322
#define
EV_NONE
0
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
elf.h
322
#define
EV_NONE
0
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
elf.h
322
#define
EV_NONE
0
macro
/third_party/musl/include/
H
A
D
elf.h
323
#define
EV_NONE
0
macro
/third_party/libabigail/src/
H
A
D
abg-dwarf-reader.cc
15961
if (elf_version(EV_CURRENT) ==
EV_NONE
)
16004
if (elf_version(EV_CURRENT) ==
EV_NONE
)
Completed in 103 milliseconds
1
2