Searched refs:outputter (Results 1 – 5 of 5) sorted by relevance
| /freebsd/usr.bin/etdump/ |
| H A D | etdump.c | 120 const char *filename, struct outputter *outputter) in dump_section() argument 131 if (outputter->output_section != NULL) { in dump_section() 132 outputter->output_section(outfile, filename, sh); in dump_section() 137 if (outputter->output_entry != NULL) { in dump_section() 146 outputter->output_entry(outfile, filename, entry, in dump_section() 156 struct outputter *outputter) in dump_eltorito() argument 185 if (outputter->output_image != NULL) in dump_eltorito() 186 outputter->output_image(outfile, filename, bvd); in dump_eltorito() 190 if (outputter->output_entry != NULL) in dump_eltorito() 191 outputter->output_entry(outfile, filename, in dump_eltorito() [all …]
|
| H A D | etdump.h | 32 struct outputter { struct 42 extern struct outputter *output_text; argument 43 extern struct outputter *output_shell;
|
| H A D | output_shell.c | 63 static struct outputter _output_shell = { 69 struct outputter *output_shell = &_output_shell;
|
| H A D | output_text.c | 91 static struct outputter _output_text = { 97 struct outputter *output_text = &_output_text;
|
| /freebsd/share/dict/ |
| H A D | web2 | 133834 outputter
|