Home
last modified time | relevance | path

Searched defs:Prog (Results 1 – 20 of 20) sorted by relevance

/plan9-contrib/sys/src/libmach/
H A Dobj.h13 typedef struct Prog Prog; typedef
15 struct Prog /* info from .$O files */ struct
17 Kind kind; /* what kind of symbol */
18 char type; /* type of the symbol: ie, 'T', 'a', etc. */
19 char sym; /* index of symbol's name */
20 char *id; /* name for the symbol, if it introduces one */
21 uint sig; /* type signature for symbol */
/plan9-contrib/sys/src/cmd/9l/
H A Dl.h16 typedef struct Prog Prog; typedef
43 struct Prog struct
48 Prog *forwd; argument
49 Prog *cond; argument
50 Prog *link; argument
51 vlong pc;
52 long regused;
53 short line;
54 short mark;
55 short optab; /* could be uchar */
[all …]
/plan9-contrib/sys/src/cmd/ql/
H A Dl.h16 typedef struct Prog Prog; typedef
43 struct Prog struct
48 Prog *forwd; argument
49 Prog *cond; argument
50 Prog *link; argument
51 long pc;
52 long regused;
53 short line;
54 short mark;
55 short optab; /* could be uchar */
[all …]
/plan9-contrib/sys/src/cmd/kl/
H A Dl.h15 typedef struct Prog Prog; typedef
48 struct Prog struct
52 Prog *forwd; argument
53 Prog *cond; argument
54 Prog *link; argument
55 long pc;
56 long regused;
57 short line;
58 short mark;
59 uchar optab;
[all …]
/plan9-contrib/sys/src/cmd/vl/
H A Dl.h16 typedef struct Prog Prog; typedef
52 struct Prog struct
59 Prog* u0forwd; argument
61 Prog* cond; argument
62 Prog* link; argument
63 vlong pc;
64 long line;
65 uchar mark;
66 uchar optab;
67 char as;
[all …]
/plan9-contrib/sys/src/cmd/4l/
H A Dl.h16 typedef struct Prog Prog; typedef
52 struct Prog struct
59 Prog* u0forwd; argument
61 Prog* cond; argument
62 Prog* link; argument
63 vlong pc;
64 long line;
65 uchar mark;
66 uchar optab;
67 char as;
[all …]
/plan9-contrib/sys/src/cmd/5l/
H A Dl.h20 typedef struct Prog Prog; typedef
56 struct Prog struct
63 Prog* u0forwd; argument
65 Prog* cond; argument
66 Prog* link; argument
67 long pc;
68 long line;
69 uchar mark;
70 uchar optab;
71 uchar as;
[all …]
/plan9-contrib/sys/src/cmd/8l/
H A Dl.h23 typedef struct Prog Prog; typedef
55 struct Prog struct
59 Prog *forwd; argument
60 Prog* link; argument
61 Prog* pcond; /* work on this */ argument
62 long pc;
63 long line;
64 short as;
65 char width; /* fake for DATA */
66 char ft; /* oclass cache */
[all …]
/plan9-contrib/sys/src/cmd/il/
H A Dl.h16 typedef struct Prog Prog; typedef
54 struct Prog struct
61 Prog* u0forwd; argument
63 Prog* cond; argument
64 Prog* link; argument
65 long pc;
66 long line;
67 uchar mark;
68 uchar optab;
69 char as;
[all …]
/plan9-contrib/sys/src/cmd/5c/
H A Dgc.h20 typedef struct Prog Prog; typedef
48 struct Prog struct
52 Prog* link; argument
59 #define P ((Prog*)0) argument
/plan9-contrib/sys/src/cmd/9c/
H A Dgc.h18 typedef struct Prog Prog; typedef
44 struct Prog struct
49 Prog* link; argument
54 #define P ((Prog*)0) argument
/plan9-contrib/sys/src/cmd/qc/
H A Dgc.h19 typedef struct Prog Prog; typedef
45 struct Prog struct
50 Prog* link; argument
55 #define P ((Prog*)0) argument
/plan9-contrib/sys/src/cmd/6l/
H A Dl.h21 typedef struct Prog Prog; typedef
54 struct Prog struct
58 Prog *forwd; argument
59 Prog* link; argument
60 Prog* pcond; /* work on this */ argument
61 vlong pc;
62 long line;
63 uchar mark; /* work on these */
64 uchar back;
66 short as;
[all …]
/plan9-contrib/sys/src/cmd/ic/
H A Dgc.h19 typedef struct Prog Prog; typedef
44 struct Prog struct
48 Prog* link; argument
53 #define P ((Prog*)0) argument
/plan9-contrib/sys/src/cmd/kc/
H A Dgc.h19 typedef struct Prog Prog; typedef
43 struct Prog struct
47 Prog* link; argument
52 #define P ((Prog*)0) argument
/plan9-contrib/sys/src/cmd/vc/
H A Dgc.h19 typedef struct Prog Prog; typedef
44 struct Prog struct
48 Prog* link; argument
53 #define P ((Prog*)0) argument
/plan9-contrib/sys/src/cmd/4c/
H A Dgc.h19 typedef struct Prog Prog; typedef
44 struct Prog struct
48 Prog* link; argument
53 #define P ((Prog*)0) argument
/plan9-contrib/sys/src/cmd/8c/
H A Dgc.h19 typedef struct Prog Prog; typedef
51 struct Prog struct
55 Prog* link; argument
59 #define P ((Prog*)0) argument
/plan9-contrib/sys/src/cmd/6c/
H A Dgc.h19 typedef struct Prog Prog; typedef
51 struct Prog struct
55 Prog* link; argument
59 #define P ((Prog*)0) argument
/plan9-contrib/sys/src/cmd/ld/
H A Dld.h16 typedef struct Prog Prog; typedef