Home
last modified time | relevance | path

Searched refs:section_info_table (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dutils.c42 static void docompress(section_info_table *);
44 static void doappend(char *, section_info_table *);
45 static void doprint(char *, section_info_table *);
46 static void dozap(section_info_table *);
55 apply_action(section_info_table *info, char *cur_file, Cmd_Info *cmd_info) in apply_action()
196 dozap(section_info_table *info) in dozap()
217 doprint(char *cur_file, section_info_table *info) in doprint()
255 doappend(char *a_string, section_info_table *info) in doappend()
381 docompress(section_info_table *info) in docompress()
H A Dmcs.h107 typedef struct section_info_table { struct
122 } section_info_table; argument
195 int apply_action(section_info_table *, char *, Cmd_Info *);
H A Dfile.c47 section_info_table *sec_table;
324 section_info_table *sinfo; in traverse_file()
693 section_info_table *info; in build_file()
860 section_info_table *i; in build_file()
925 section_info_table *i; in build_file()
1531 state->sec_table = (section_info_table *) in initialize()
1532 calloc(shnum + 1, sizeof (section_info_table)); in initialize()
1558 section_info_table *sinfo; in post_process()
1605 section_info_table *sinfo; in post_process()