Home
last modified time | relevance | path

Searched refs:builtin_deps (Results 1 – 5 of 5) sorted by relevance

/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c141 static struct dso *builtin_deps[2]; variable
1227 p->deps = (p==head && cnt<2) ? builtin_deps : in load_direct_deps()
1267 || p->deps == builtin_deps; in extend_bfs_deps()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c141 static struct dso *builtin_deps[2]; variable
1226 p->deps = (p==head && cnt<2) ? builtin_deps : in load_direct_deps()
1266 || p->deps == builtin_deps; in extend_bfs_deps()
/third_party/musl/ldso/
Ddynlink.c145 static struct dso *builtin_deps[2]; variable
1253 p->deps = (p==head && cnt<2) ? builtin_deps :
1293 || p->deps == builtin_deps;
/third_party/musl/ldso/linux/
Ddynlink.c152 static struct dso *builtin_deps[2]; variable
2199 p->deps = (p==head && cnt<2) ? builtin_deps : in load_direct_deps()
2244 || p->deps == builtin_deps; in extend_bfs_deps()
5443 p->deps = (p == head && cnt < MIN_DEPS_COUNT) ? builtin_deps : in preload_direct_deps()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c152 static struct dso *builtin_deps[2]; variable
2199 p->deps = (p==head && cnt<2) ? builtin_deps : in load_direct_deps()
2244 || p->deps == builtin_deps; in extend_bfs_deps()
5446 p->deps = (p == head && cnt < MIN_DEPS_COUNT) ? builtin_deps : in preload_direct_deps()