Lines Matching defs:new
1214 struct td_index *new = malloc(sizeof *new);
1215 if (!new) {
1221 new->next = dso->td_index;
1222 dso->td_index = new;
1223 new->args[0] = def.dso->tls_id;
1224 new->args[1] = tls_val + addend - DTP_OFFSET;
1226 reloc_addr[1] = (size_t)new;
2309 /* Allocate storage for the new DSO. When there is TLS, this
2311 * threads to obtain copies of both the new TLS, and an
2966 /* Install new dtls into the enlarged, uninstalled dtv copies. */
2971 unsigned char *new = mem;
2972 new += ((uintptr_t)p->tls.image - (uintptr_t)mem)
2974 memcpy(new, p->tls.image, p->tls.len);
2976 (uintptr_t)new + DTP_OFFSET;
2982 /* Broadcast barrier to ensure contents of new dtv is visible
2983 * if the new dtv pointer is. The __membarrier function has a
2989 /* Install new dtv for each thread. */
3391 /* Actual copying to new TLS needs to happen after relocations,
3644 /* Clean up anything new that was (partially) loaded */
3780 /* Make new symbols global, at least temporarily, so we can do
3805 /* If RTLD_GLOBAL was not specified, undo any new additions
3812 * the new libraries are committed; otherwise we could end up with
5707 /* Allocate storage for the new DSO. When there is TLS, this
5709 * threads to obtain copies of both the new TLS, and an