Searched refs:p_textoff (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h314 off_t p_textoff; /* offset in executable vnode */ member in struct:proc
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c3820 p->p_textoff = offset;
3823 p->p_textoff = 0;
3899 if (0 == ubc_cs_getcdhash(p->p_textvp, p->p_textoff, hash)) {
H A Dkern_proc.c823 return vn_getcdhash(p->p_textvp, p->p_textoff, cdhash);
1880 toff = pt->p_textoff;
1889 toff = pt->p_textoff;
H A Dubc_subr.c404 p->p_textoff)))

Completed in 38 milliseconds