Home
last modified time | relevance | path

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

/freebsd/libexec/rtld-elf/
H A Drtld_malloc.c174 union overhead ov1; in __crt_aligned_alloc_offset() local
186 ov1.ov_magic = AMAGIC; in __crt_aligned_alloc_offset()
187 ov1.ov_index = x - (uintptr_t)mem + sizeof(union overhead); in __crt_aligned_alloc_offset()
188 memcpy(ov, &ov1, sizeof(ov1)); in __crt_aligned_alloc_offset()