Searched defs:Exec (Results 1 – 8 of 8) sorted by relevance
1 typedef struct Exec Exec; typedef2 struct Exec struct4 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 */
1 typedef struct Exec Exec; typedef55 struct Exec struct76 Exec* matchruleset(Plumbmsg*, Ruleset*); argument
2 typedef struct Exec Exec; typedef87 struct Exec struct89 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;
155 typedef struct Exec Exec; typedef156 struct Exec struct158 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 */
154 typedef struct Exec Exec; typedef155 struct Exec struct157 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 */
583 struct Exec struct605 struct Exec *e; in execproc() argument
4 typedef struct Exec Exec; typedef274 struct Exec struct276 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) */
59 Exec, enumerator