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:VER_FLG_BASE
(Results
1 - 17
of
17
) sorted by relevance
/third_party/musl/src/internal/linux/
H
A
D
vdso.c
44
if (!(def->vd_flags &
VER_FLG_BASE
)
in checkver()
/third_party/musl/porting/linux/user/src/internal/
H
A
D
vdso.c
44
if (!(def->vd_flags &
VER_FLG_BASE
)
in checkver()
/third_party/musl/src/internal/
H
A
D
vdso.c
29
if (!(def->vd_flags &
VER_FLG_BASE
)
in checkver()
/third_party/ltp/libs/libltpvdso/
H
A
D
parse_vdso.c
213
if ((def->vd_flags &
VER_FLG_BASE
) == 0
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/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H
A
D
ELF.h
1295
enum {
VER_FLG_BASE
= 0x1, VER_FLG_WEAK = 0x2, VER_FLG_INFO = 0x4 };
enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H
A
D
ELF.h
1325
enum {
VER_FLG_BASE
= 0x1, VER_FLG_WEAK = 0x2, VER_FLG_INFO = 0x4 };
enumerator
/third_party/musl/porting/linux/user/include/
H
A
D
elf.h
903
#define
VER_FLG_BASE
0x1
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
elf.h
894
#define
VER_FLG_BASE
0x1
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
elf.h
894
#define
VER_FLG_BASE
0x1
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
elf.h
894
#define
VER_FLG_BASE
0x1
macro
/third_party/musl/include/
H
A
D
elf.h
929
#define
VER_FLG_BASE
0x1
macro
/third_party/elfutils/src/
H
A
D
elflint.c
3281
if ((def->vd_flags &
VER_FLG_BASE
) != 0)
in check_verdef()
3293
if ((def->vd_flags & ~(
VER_FLG_BASE
|VER_FLG_WEAK)) != 0)
in check_verdef()
H
A
D
readelf.c
2755
if (flags &
VER_FLG_BASE
)
in get_ver_flags()
2768
if (unlikely (flags & ~(
VER_FLG_BASE
| VER_FLG_WEAK)))
in get_ver_flags()
/third_party/elfutils/libelf/
H
A
D
elf.h
1067
#define
VER_FLG_BASE
0x1 /* Version definition of file itself */
macro
/third_party/musl/porting/linux/user/ldso/
H
A
D
dynlink.c
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
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 120 milliseconds