Searched refs:outputter (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.bin/etdump/ |
H A D | etdump.c | 118 const char *filename, struct outputter *outputter) in dump_section() argument 129 if (outputter->output_section != NULL) { in dump_section() 130 outputter->output_section(outfile, filename, sh); in dump_section() 135 if (outputter->output_entry != NULL) { in dump_section() 144 outputter->output_entry(outfile, filename, entry, in dump_section() 154 struct outputter *outputter) in dump_eltorito() argument 183 if (outputter->output_image != NULL) in dump_eltorito() 184 outputter->output_image(outfile, filename, bvd); in dump_eltorito() 188 if (outputter->output_entry != NULL) in dump_eltorito() 189 outputter->output_entry(outfile, filename, in dump_eltorito() [all …]
|
H A D | etdump.h | 30 struct outputter { struct 40 extern struct outputter *output_text; argument 41 extern struct outputter *output_shell;
|
H A D | output_shell.c | 61 static struct outputter _output_shell = { 67 struct outputter *output_shell = &_output_shell;
|
H A D | output_text.c | 89 static struct outputter _output_text = { 95 struct outputter *output_text = &_output_text;
|
/freebsd/share/dict/ |
H A D | web2 | 133834 outputter
|