Searched refs:TRUNC_PG (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/libexec/ld.so/
H A Dlibrary.c118 #define TRUNC_PG(x) ((x) & ~(align)) macro
202 minva = TRUNC_PG(minva);
232 char *start = (char *)(TRUNC_PG(phdp->p_vaddr)) + loff;
252 TRUNC_PG(phdp->p_offset));
H A Dlibrary_mquery.c121 #define TRUNC_PG(x) ((x) & ~(align)) macro
192 ld->moff = TRUNC_PG(phdp->p_vaddr);
193 ld->foff = TRUNC_PG(phdp->p_offset);
208 ld->moff = TRUNC_PG(phdp->p_vaddr) +
H A Dloader.c549 #define TRUNC_PG(x) ((x) & ~(align)) macro
579 minva = TRUNC_PG(minva);
602 next_load->start = (char *)TRUNC_PG(phdp->p_vaddr) + exe_loff;

Completed in 78 milliseconds