Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/internal/
H A Ddynlink.h63 struct td_index { struct
65 struct td_index *next;
118 struct td_index *td_index; member
/third_party/musl/src/internal/
H A Ddynlink.h73 struct td_index { struct
75 struct td_index *next;
128 struct td_index *td_index; member
/third_party/musl/porting/liteos_a/user/ldso/
H A Ddynlink.c48 struct td_index { struct
50 struct td_index *next;
91 struct td_index *td_index; member
474 struct td_index *new = malloc(sizeof *new); in do_relocs()
481 new->next = dso->td_index; in do_relocs()
482 dso->td_index = new; in do_relocs()
2098 while (p->td_index) { in dlopen()
2099 void *tmp = p->td_index->next; in dlopen()
2100 free(p->td_index); in dlopen()
[all...]
/third_party/musl/porting/liteos_a/user_debug/ldso/
H A Ddynlink.c48 struct td_index { struct
50 struct td_index *next;
91 struct td_index *td_index; member
474 struct td_index *new = malloc(sizeof *new); in do_relocs()
481 new->next = dso->td_index; in do_relocs()
482 dso->td_index = new; in do_relocs()
2097 while (p->td_index) { in dlopen()
2098 void *tmp = p->td_index->next; in dlopen()
2099 free(p->td_index); in dlopen()
[all...]
/third_party/musl/ldso/
H A Ddynlink.c56 struct td_index { struct
58 struct td_index *next;
103 struct td_index *td_index; member
523 struct td_index *new = malloc(sizeof *new); in do_relocs()
530 new->next = dso->td_index; in do_relocs()
531 dso->td_index = new; in do_relocs()
2207 while (p->td_index) {
2208 void *tmp = p->td_index->next;
2209 free(p->td_index);
[all...]
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c1179 struct td_index *new = malloc(sizeof *new); in do_relocs()
1186 new->next = dso->td_index; in do_relocs()
1187 dso->td_index = new; in do_relocs()
3383 while (p->td_index) { in dlopen_impl()
3384 void *tmp = p->td_index->next; in dlopen_impl()
3385 free(p->td_index); in dlopen_impl()
3386 p->td_index = tmp; in dlopen_impl()
/third_party/musl/ldso/linux/
H A Ddynlink.c1214 struct td_index *new = malloc(sizeof *new); in do_relocs()
1221 new->next = dso->td_index; in do_relocs()
1222 dso->td_index = new; in do_relocs()
3648 while (p->td_index) { in dlopen_impl()
3649 void *tmp = p->td_index->next; in dlopen_impl()
3650 free(p->td_index); in dlopen_impl()
3651 p->td_index = tmp; in dlopen_impl()

Completed in 26 milliseconds