Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/internal/
H A Ddynlink.h173 struct fdpic_loadseg { struct
179 struct fdpic_loadseg segs[];
184 struct fdpic_loadseg segs[1];
/third_party/musl/src/internal/
H A Ddynlink.h199 struct fdpic_loadseg { struct
205 struct fdpic_loadseg segs[];
210 struct fdpic_loadseg segs[1];
H A Dfdpic_crt.h13 struct fdpic_loadseg { in __fdpic_fixup() struct
/third_party/musl/ldso/
H A Ddlstart.c37 struct fdpic_loadseg *segs, fakeseg; in _dlstart_c()
/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_ldso_dynlink.c382 temp_dso.loadmap = (struct fdpic_loadmap *)calloc(1, sizeof(struct fdpic_loadmap) + 1 * sizeof(struct fdpic_loadseg)); in dynlink_test_0250()
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c4888 task->p->loadmap = calloc(1, sizeof(struct fdpic_loadmap) + nsegs * sizeof(struct fdpic_loadseg)); in task_map_library()
/third_party/musl/ldso/linux/
H A Ddynlink.c5258 task->p->loadmap = calloc(1, sizeof(struct fdpic_loadmap) + nsegs * sizeof(struct fdpic_loadseg)); in task_map_library()

Completed in 20 milliseconds