Home
last modified time | relevance | path

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

/plan9/sys/src/9/port/
H A Dportfns.h12 Image* attachimage(int, Chan*, ulong, ulong);
H A Dsegment.c245 attachimage(int type, Chan *c, ulong base, ulong len) in attachimage() function
H A Dsysproc.c433 img = attachimage(SG_TEXT|SG_RONLY, tc, UTZERO, (t-UTZERO)>>PGSHIFT); in sysexec()