Home
last modified time | relevance | path

Searched refs:newdtv (Results 1 – 1 of 1) sorted by relevance

/dragonfly/libexec/rtld-elf/
H A Drtld.c4419 Elf_Addr* newdtv; in tls_get_addr_common() local
4423 newdtv = xcalloc(tls_max_index + 2, sizeof(Elf_Addr)); in tls_get_addr_common()
4427 memcpy(&newdtv[2], &dtv[2], to_copy * sizeof(Elf_Addr)); in tls_get_addr_common()
4428 newdtv[0] = tls_dtv_generation; in tls_get_addr_common()
4429 newdtv[1] = tls_max_index; in tls_get_addr_common()
4432 dtv = *dtvp = newdtv; in tls_get_addr_common()