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

/freebsd-9.3-release/libexec/rtld-elf/
H A Dmalloc.c96 #define ov_size ovu.ovu_size macro
243 op->ov_size = (nbytes + RSLOP - 1) & ~(RSLOP - 1);
245 *(u_short *)((caddr_t)(op + 1) + op->ov_size) = RMAGIC;
331 ASSERT(*(u_short *)((caddr_t)(op + 1) + op->ov_size) == RMAGIC);
407 op->ov_size = (nbytes + RSLOP - 1) & ~(RSLOP - 1);
408 *(u_short *)((caddr_t)(op + 1) + op->ov_size) = RMAGIC;
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.alloc.c121 #define ov_size ovu.ovu_size macro
230 p->ov_size = (p->ov_index <= 13) ? nbytes - 1 : 0;
326 CHECK(*(U_int *) ((caddr_t) op + op->ov_size + 1 - RSLOP) != RMAGIC,
419 op->ov_size = (op->ov_index <= 13) ? nbytes - 1 : 0;

Completed in 48 milliseconds