Lines Matching defs:new
1179 struct td_index *new = malloc(sizeof *new);
1180 if (!new) {
1186 new->next = dso->td_index;
1187 dso->td_index = new;
1188 new->args[0] = def.dso->tls_id;
1189 new->args[1] = tls_val + addend - DTP_OFFSET;
1191 reloc_addr[1] = (size_t)new;
2121 /* Allocate storage for the new DSO. When there is TLS, this
2123 * threads to obtain copies of both the new TLS, and an
2737 /* Install new dtls into the enlarged, uninstalled dtv copies. */
2742 unsigned char *new = mem;
2743 new += ((uintptr_t)p->tls.image - (uintptr_t)mem)
2745 memcpy(new, p->tls.image, p->tls.len);
2747 (uintptr_t)new + DTP_OFFSET;
2753 /* Broadcast barrier to ensure contents of new dtv is visible
2754 * if the new dtv pointer is. The __membarrier function has a
2760 /* Install new dtv for each thread. */
3147 /* Actual copying to new TLS needs to happen after relocations,
3379 /* Clean up anything new that was (partially) loaded */
3504 /* Make new symbols global, at least temporarily, so we can do
3525 /* If RTLD_GLOBAL was not specified, undo any new additions
3532 * the new libraries are committed; otherwise we could end up with
5318 /* Allocate storage for the new DSO. When there is TLS, this
5320 * threads to obtain copies of both the new TLS, and an