Home
last modified time | relevance | path

Searched refs:Meta_info (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dparser.h43 } Meta_info; typedef
106 extern int do_extends(const Meta_info, const Translator_info *, char *);
109 extern void getlinecont(char *, char *, int, FILE *, Meta_info *);
122 extern int xlator_start_if(const Meta_info meta_info, const int token,
124 extern int xlator_take_kvpair(const Meta_info, const int token, char *value);
125 extern int xlator_end_if(const Meta_info, const char *value);
H A Dextends.c44 do_extends(const Meta_info parentM, const Translator_info *T_info, char *value) in do_extends()
52 Meta_info M; in do_extends()
H A Dfrontend.c157 Meta_info meta_info; in read_spec()
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dutil.h43 extern void print_metainfo(const Meta_info *);
H A Dtrace.c212 xlator_start_if(const Meta_info m, int const token, char *value) in xlator_start_if()
268 xlator_take_kvpair(Meta_info m, int const token, char *value) in xlator_take_kvpair()
348 xlator_end_if(const Meta_info m, char const *value) in xlator_end_if()
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dxlator.c198 xlator_start_if(const Meta_info meta_info, const int token, char *value) in xlator_start_if()
269 xlator_take_kvpair(const Meta_info meta_info, const int token, char *value) in xlator_take_kvpair()
451 xlator_end_if(const Meta_info M, const char *value) in xlator_end_if()