Searched refs:ov_magic (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/libexec/rtld-elf/
H A Drtld_malloc.c73 * The order of elements is critical: ov_magic must overlay the low order
74 * bits of ov_next, and ov_magic can not be a valid ov_next bit pattern.
82 #define ov_magic ovu.ovu_magic macro
146 op->ov_magic = MAGIC;
212 if (op->ov_magic != MAGIC)
215 op->ov_next = nextf[size]; /* also clobbers ov_magic */
230 if (op->ov_magic != MAGIC)
/freebsd-13-stable/contrib/tcsh/
H A Dtc.alloc.c119 #define ov_magic ovu.ovu_magic macro
227 p->ov_magic = MAGIC;
325 CHECK(op->ov_magic != MAGIC,
398 if (op->ov_magic == MAGIC) {
468 if (op->ov_magic == MAGIC)

Completed in 165 milliseconds