Rev 4492 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4492 | Rev 4547 | ||
---|---|---|---|
Line 77... | Line 77... | ||
77 | static char *arg_buf = NULL; |
77 | static char *arg_buf = NULL; |
78 | 78 | ||
79 | /** Number of preset files */ |
79 | /** Number of preset files */ |
80 | static int filc = 0; |
80 | static int filc = 0; |
81 | /** Preset files vector */ |
81 | /** Preset files vector */ |
82 | static char **filv = NULL; |
82 | static fdi_node_t **filv = NULL; |
83 | /** Buffer holding all preset files */ |
83 | /** Buffer holding all preset files */ |
84 | static fdi_node_t *fil_buf = NULL; |
84 | static fdi_node_t *fil_buf = NULL; |
85 | 85 | ||
86 | static elf_info_t prog_info; |
86 | static elf_info_t prog_info; |
87 | static elf_info_t interp_info; |
87 | static elf_info_t interp_info; |