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:lazy_cnt
(Results
1 - 7
of
7
) sorted by relevance
/third_party/musl/porting/liteos_a/user/ldso/
H
A
D
dynlink.c
72
size_t *lazy,
lazy_cnt
;
member
391
dso->lazy[3*dso->
lazy_cnt
+0] = rel[0];
in do_relocs()
392
dso->lazy[3*dso->
lazy_cnt
+1] = rel[1];
in do_relocs()
393
dso->lazy[3*dso->
lazy_cnt
+2] = addend;
in do_relocs()
394
dso->
lazy_cnt
++;
in do_relocs()
520
size_t size = p->
lazy_cnt
*3*sizeof(size_t);
in redo_lazy_relocs()
521
p->
lazy_cnt
= 0;
in redo_lazy_relocs()
523
if (p->
lazy_cnt
) {
in redo_lazy_relocs()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H
A
D
dynlink.c
72
size_t *lazy,
lazy_cnt
;
member
391
dso->lazy[3*dso->
lazy_cnt
+0] = rel[0];
in do_relocs()
392
dso->lazy[3*dso->
lazy_cnt
+1] = rel[1];
in do_relocs()
393
dso->lazy[3*dso->
lazy_cnt
+2] = addend;
in do_relocs()
394
dso->
lazy_cnt
++;
in do_relocs()
520
size_t size = p->
lazy_cnt
*3*sizeof(size_t);
in redo_lazy_relocs()
521
p->
lazy_cnt
= 0;
in redo_lazy_relocs()
523
if (p->
lazy_cnt
) {
in redo_lazy_relocs()
/third_party/musl/porting/linux/user/src/internal/
H
A
D
dynlink.h
105
size_t *lazy,
lazy_cnt
;
member
/third_party/musl/src/internal/
H
A
D
dynlink.h
115
size_t *lazy,
lazy_cnt
;
member
/third_party/musl/ldso/
H
A
D
dynlink.c
80
size_t *lazy,
lazy_cnt
;
member
440
dso->lazy[3*dso->
lazy_cnt
+0] = rel[0];
in do_relocs()
441
dso->lazy[3*dso->
lazy_cnt
+1] = rel[1];
in do_relocs()
442
dso->lazy[3*dso->
lazy_cnt
+2] = addend;
in do_relocs()
443
dso->
lazy_cnt
++;
in do_relocs()
587
size_t size = p->
lazy_cnt
*3*sizeof(size_t);
in redo_lazy_relocs()
588
p->
lazy_cnt
= 0;
in redo_lazy_relocs()
590
if (p->
lazy_cnt
) {
in redo_lazy_relocs()
/third_party/musl/porting/linux/user/ldso/
H
A
D
dynlink.c
1093
dso->lazy[3*dso->
lazy_cnt
+0] = rel[0];
in do_relocs()
1094
dso->lazy[3*dso->
lazy_cnt
+1] = rel[1];
in do_relocs()
1095
dso->lazy[3*dso->
lazy_cnt
+2] = addend;
in do_relocs()
1096
dso->
lazy_cnt
++;
in do_relocs()
1225
size_t size = p->
lazy_cnt
*3*sizeof(size_t);
in redo_lazy_relocs()
1226
p->
lazy_cnt
= 0;
in redo_lazy_relocs()
1228
if (p->
lazy_cnt
) {
in redo_lazy_relocs()
/third_party/musl/ldso/linux/
H
A
D
dynlink.c
1128
dso->lazy[3*dso->
lazy_cnt
+0] = rel[0];
in do_relocs()
1129
dso->lazy[3*dso->
lazy_cnt
+1] = rel[1];
in do_relocs()
1130
dso->lazy[3*dso->
lazy_cnt
+2] = addend;
in do_relocs()
1131
dso->
lazy_cnt
++;
in do_relocs()
1260
size_t size = p->
lazy_cnt
*3*sizeof(size_t);
in redo_lazy_relocs()
1261
p->
lazy_cnt
= 0;
in redo_lazy_relocs()
1263
if (p->
lazy_cnt
) {
in redo_lazy_relocs()
Completed in 32 milliseconds