Home
last modified time | relevance | path

Searched refs:next_dep (Results 1 - 7 of 7) sorted by relevance

/third_party/musl/porting/linux/user/src/internal/
H A Ddynlink.h133 uint16_t next_dep; member
/third_party/musl/src/internal/
H A Ddynlink.h145 uint16_t next_dep; member
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c83 size_t next_dep; member
1497 dso->next_dep = 0; in queue_ctors()
1503 while (p->next_dep < p->ndeps_direct) { in queue_ctors()
1504 if (p->deps[p->next_dep]->mark) { in queue_ctors()
1505 p->next_dep++; in queue_ctors()
1508 p = p->deps[p->next_dep]; in queue_ctors()
1509 p->next_dep = 0; in queue_ctors()
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c83 size_t next_dep; member
1496 dso->next_dep = 0; in queue_ctors()
1502 while (p->next_dep < p->ndeps_direct) { in queue_ctors()
1503 if (p->deps[p->next_dep]->mark) { in queue_ctors()
1504 p->next_dep++; in queue_ctors()
1507 p = p->deps[p->next_dep]; in queue_ctors()
1508 p->next_dep = 0; in queue_ctors()
/third_party/musl/ldso/
H A Ddynlink.c95 size_t next_dep; member
1590 dso->next_dep = 0;
1596 while (p->next_dep < p->ndeps_direct) {
1597 if (p->deps[p->next_dep]->mark) {
1598 p->next_dep++;
1601 p = p->deps[p->next_dep];
1602 p->next_dep = 0;
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c2619 dso->next_dep = 0; in queue_ctors()
2625 while (p->next_dep < p->ndeps_direct) { in queue_ctors()
2626 if (p->deps[p->next_dep]->mark) { in queue_ctors()
2627 p->next_dep++; in queue_ctors()
2630 p = p->deps[p->next_dep]; in queue_ctors()
2631 p->next_dep = 0; in queue_ctors()
/third_party/musl/ldso/linux/
H A Ddynlink.c2848 dso->next_dep = 0; in queue_ctors()
2854 while (p->next_dep < p->ndeps_direct) { in queue_ctors()
2855 if (p->deps[p->next_dep]->mark) { in queue_ctors()
2856 p->next_dep++; in queue_ctors()
2859 p = p->deps[p->next_dep]; in queue_ctors()
2860 p->next_dep = 0; in queue_ctors()

Completed in 27 milliseconds