Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/internal/
Ddynlink.h133 uint16_t next_dep; member
/third_party/musl/porting/liteos_a/user/ldso/
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/
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/
Ddynlink.c85 size_t next_dep; member
1480 dso->next_dep = 0; in queue_ctors()
1486 while (p->next_dep < p->ndeps_direct) { in queue_ctors()
1487 if (p->deps[p->next_dep]->mark) { in queue_ctors()
1488 p->next_dep++; in queue_ctors()
1491 p = p->deps[p->next_dep]; in queue_ctors()
1492 p->next_dep = 0; in queue_ctors()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c2545 dso->next_dep = 0; in queue_ctors()
2551 while (p->next_dep < p->ndeps_direct) { in queue_ctors()
2552 if (p->deps[p->next_dep]->mark) { in queue_ctors()
2553 p->next_dep++; in queue_ctors()
2556 p = p->deps[p->next_dep]; in queue_ctors()
2557 p->next_dep = 0; in queue_ctors()