Home
last modified time | relevance | path

Searched defs:Exec (Results 1 – 8 of 8) sorted by relevance

/plan9-contrib/sys/include/
H A Da.out.h1 typedef struct Exec Exec; typedef
2 struct Exec struct
4 long magic; /* magic number */
5 long text; /* size of text segment */
6 long data; /* size of initialized data */
7 long bss; /* size of uninitialized data */
8 long syms; /* size of symbol table */
9 long entry; /* entry point */
10 long spsz; /* size of pc/sp offset table */
11 long pcsz; /* size of pc/line number table */
/plan9-contrib/sys/src/cmd/plumb/
H A Dplumber.h1 typedef struct Exec Exec; typedef
55 struct Exec struct
76 Exec* matchruleset(Plumbmsg*, Ruleset*); argument
/plan9-contrib/acme/mail/src/
H A Ddat.h2 typedef struct Exec Exec; typedef
87 struct Exec struct
89 char *prog;
90 char **argv;
91 int p[2]; /* p[1] is write to program; p[0] set to prog fd 0*/
92 int q[2]; /* q[0] is read from program; q[1] set to prog fd 1 */
93 Channel *sync;
/plan9-contrib/sys/src/boot/vt4/
H A Ddata.h155 typedef struct Exec Exec; typedef
156 struct Exec struct
158 uchar magic[4]; /* magic number */
159 uchar text[4]; /* size of text segment */
160 uchar data[4]; /* size of initialized data */
161 uchar bss[4]; /* size of uninitialized data */
162 uchar syms[4]; /* size of symbol table */
163 uchar entry[4]; /* entry point */
164 uchar spsz[4]; /* size of sp/pc offset table */
165 uchar pcsz[4]; /* size of pc/line number table */
/plan9-contrib/sys/src/boot/vt5/
H A Ddata.h154 typedef struct Exec Exec; typedef
155 struct Exec struct
157 uchar magic[4]; /* magic number */
158 uchar text[4]; /* size of text segment */
159 uchar data[4]; /* size of initialized data */
160 uchar bss[4]; /* size of uninitialized data */
161 uchar syms[4]; /* size of symbol table */
162 uchar entry[4]; /* entry point */
163 uchar spsz[4]; /* size of sp/pc offset table */
164 uchar pcsz[4]; /* size of pc/line number table */
/plan9-contrib/acme/bin/source/win/
H A Dmain.c583 struct Exec struct
605 struct Exec *e; in execproc() argument
/plan9-contrib/sys/src/cmd/abaco/
H A Ddat.h4 typedef struct Exec Exec; typedef
274 struct Exec struct
276 char *cmd;
277 int p[2]; /* p[1] is write to program; p[0] set to prog fd 0*/
278 int q[2]; /* q[0] is read from program; q[1] set to prog fd 1 */
279 Channel *sync; /* chan(ulong) */
/plan9-contrib/sys/src/cmd/execnet/
H A Ddat.h59 Exec, enumerator