Searched refs:Meta_info (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/abi/spectrans/parser/ |
H A D | parser.h | 45 } Meta_info; typedef 108 extern int do_extends(const Meta_info, const Translator_info *, char *); 111 extern void getlinecont(char *, char *, int, FILE *, Meta_info *); 124 extern int xlator_start_if(const Meta_info meta_info, const int token, 126 extern int xlator_take_kvpair(const Meta_info, const int token, char *value); 127 extern int xlator_end_if(const Meta_info, const char *value);
|
H A D | extends.c | 46 do_extends(const Meta_info parentM, const Translator_info *T_info, char *value) in do_extends() 54 Meta_info M; in do_extends()
|
H A D | frontend.c | 159 Meta_info meta_info; in read_spec()
|
/titanic_41/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | util.h | 46 extern void print_metainfo(const Meta_info *);
|
H A D | trace.c | 214 xlator_start_if(const Meta_info m, int const token, char *value) in xlator_start_if() 270 xlator_take_kvpair(Meta_info m, int const token, char *value) in xlator_take_kvpair() 350 xlator_end_if(const Meta_info m, char const *value) in xlator_end_if()
|
/titanic_41/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | xlator.c | 200 xlator_start_if(const Meta_info meta_info, const int token, char *value) in xlator_start_if() 271 xlator_take_kvpair(const Meta_info meta_info, const int token, in xlator_take_kvpair() 454 xlator_end_if(const Meta_info M, const char *value) in xlator_end_if()
|