Searched refs:Cmd_Info (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dmcs.h154 } Cmd_Info; typedef in typeref:struct:cmd_info
191 int apply_action(section_info_table *, char *, Cmd_Info *);
192 int each_file(char *, Cmd_Info *);
H A Dmain.c57 Cmd_Info *cmd_info;
102 cmd_info = (Cmd_Info *) calloc(1, sizeof (Cmd_Info));
H A Dfile.c57 copy_non_elf_to_temp_ar(int, Elf *, int, Elf_Arhdr *, char *, Cmd_Info *);
59 static int process_file(Elf *, char *, Cmd_Info *);
60 static void initialize(int shnum, Cmd_Info *, file_state_t *);
62 static int traverse_file(Elf *, GElf_Ehdr *, char *, Cmd_Info *,
66 static int build_file(Elf *, GElf_Ehdr *, Cmd_Info *, file_state_t *);
67 static void post_process(Cmd_Info *, file_state_t *);
72 each_file(char *cur_file, Cmd_Info *cmd_info)
244 process_file(Elf *elf, char *cur_file, Cmd_Info *cmd_info)
313 traverse_file(Elf *elf, GElf_Ehdr * ehdr, char *cur_file, Cmd_Info *cmd_info,
673 build_file(Elf *src_elf, GElf_Ehdr *src_ehdr, Cmd_Info *cmd_inf
[all...]
H A Dutils.c52 apply_action(section_info_table *info, char *cur_file, Cmd_Info *cmd_info)

Completed in 59 milliseconds