Lines Matching refs:size
587 size_t size = p->lazy_cnt*3*sizeof(size_t);
589 do_relocs(p, p->lazy, size, 3);
733 dso->tls.size = ph->p_memsz;
879 if (dso->tls.size) dso->tls.image = laddr(dso, tls_image);
1048 size_t i, size = nsym * sizeof(*p->funcdescs);
1051 p->funcdescs = dl_mmap(size);
1054 p->funcdescs = malloc(size);
1249 size_t per_th = temp_dso.tls.size + temp_dso.tls.align
1277 tls_offset = p->tls.offset + p->tls.size;
1279 tls_offset += p->tls.size + p->tls.align - 1;
1559 /* Bound on queue size is the total number of indirect deps.
1720 mem += p->tls.size + p->tls.align;
1891 app.tls.size = phdr->p_memsz;
1896 if (app.tls.size) app.tls.image = laddr(&app, tls_image);
1978 if (app.tls.size) {
1985 tls_offset = app.tls.offset + app.tls.size;
1987 tls_offset = app.tls.offset = app.tls.size
1988 + ( -((uintptr_t)app.tls.image + app.tls.size)
2097 /* Temporarily set the tls size to the full size of
2464 int dl_iterate_phdr(int(*callback)(struct dl_phdr_info *info, size_t size, void *data), void *data)