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

/seL4-refos-master/libs/libmuslc/ldso/
H A Ddynlink.c894 struct dso *p, temp_dso = {0}; local
1015 map = noload ? 0 : map_library(fd, &temp_dso);
1025 if (runtime && temp_dso.tls.image) {
1026 size_t per_th = temp_dso.tls.size + temp_dso.tls.align
1034 unmap_library(&temp_dso);
1037 memcpy(p, &temp_dso, sizeof temp_dso);

Completed in 28 milliseconds