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:dsos
(Results
1 - 6
of
6
) sorted by relevance
/third_party/musl/porting/linux/user/ldso/
H
A
D
namespace.c
98
dsol->
dsos
= (struct dso **)__libc_calloc(DSOLIST_DEFAULT_SIZE, sizeof *dsol->
dsos
);
in dsolist_alloc()
99
if (!dsol->
dsos
) {
in dsolist_alloc()
116
ds = (struct dso **)__libc_realloc(dsol->
dsos
, size * (sizeof *dsol->
dsos
));
in dsolist_realloc()
122
dsol->
dsos
= ds;
in dsolist_realloc()
188
ns->ns_dsos->
dsos
[ns->ns_dsos->num] = dso;
in ns_add_dso()
H
A
D
namespace.h
33
struct dso **
dsos
;
member
H
A
D
dynlink.c
1893
struct dso *p = ns->ns_dsos->
dsos
[i];
in search_dso_by_name()
1905
struct dso *p = ns->ns_dsos->
dsos
[i];
in search_dso_by_fstat()
2313
/* Chop off the tail of the list of
dsos
that participate in
in revert_syms()
3698
ns_add_dso(ns, get_default_ns()->ns_dsos->
dsos
[0]); /* add main app to this namespace*/
in dlns_create2()
3764
if (p == ns->ns_dsos->
dsos
[i]) {
in dlclose_ns()
3766
ns->ns_dsos->
dsos
[j-1] = ns->ns_dsos->
dsos
[j];
in dlclose_ns()
/third_party/musl/ldso/linux/
H
A
D
namespace.c
98
dsol->
dsos
= (struct dso **)__libc_calloc(DSOLIST_DEFAULT_SIZE, sizeof *dsol->
dsos
);
in dsolist_alloc()
99
if (!dsol->
dsos
) {
in dsolist_alloc()
116
ds = (struct dso **)__libc_realloc(dsol->
dsos
, size * (sizeof *dsol->
dsos
));
in dsolist_realloc()
122
dsol->
dsos
= ds;
in dsolist_realloc()
188
ns->ns_dsos->
dsos
[ns->ns_dsos->num] = dso;
in ns_add_dso()
H
A
D
namespace.h
33
struct dso **
dsos
;
member
H
A
D
dynlink.c
2081
struct dso *p = ns->ns_dsos->
dsos
[i];
in search_dso_by_name()
2093
struct dso *p = ns->ns_dsos->
dsos
[i];
in search_dso_by_fstat()
2541
/* Chop off the tail of the list of
dsos
that participate in
in revert_syms()
4015
ns_add_dso(ns, get_default_ns()->ns_dsos->
dsos
[0]); /* add main app to this namespace*/
in dlns_create2()
4081
if (p == ns->ns_dsos->
dsos
[i]) {
in dlclose_ns()
4083
ns->ns_dsos->
dsos
[j - 1] = ns->ns_dsos->
dsos
[j];
in dlclose_ns()
Completed in 20 milliseconds