Searched refs:Cmd_Info (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/sgs/mcs/common/ |
H A D | mcs.h | 154 } Cmd_Info; typedef 191 int apply_action(section_info_table *, char *, Cmd_Info *); 192 int each_file(char *, Cmd_Info *);
|
H A D | main.c | 57 Cmd_Info *cmd_info; in main() 102 cmd_info = (Cmd_Info *) calloc(1, sizeof (Cmd_Info)); in main()
|
H A D | file.c | 57 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) in each_file() 244 process_file(Elf *elf, char *cur_file, Cmd_Info *cmd_info) in process_file() 313 traverse_file(Elf *elf, GElf_Ehdr * ehdr, char *cur_file, Cmd_Info *cmd_info, in traverse_file() 673 build_file(Elf *src_elf, GElf_Ehdr *src_ehdr, Cmd_Info *cmd_info, in build_file() [all …]
|
H A D | utils.c | 52 apply_action(section_info_table *info, char *cur_file, Cmd_Info *cmd_info) in apply_action()
|