Searched refs:output_section (Results 1 – 4 of 4) sorted by relevance
44 output_section(FILE *outfile, const char *filename __unused, in output_section() function91 .output_section = output_section,
129 if (outputter->output_section != NULL) { in dump_section()130 outputter->output_section(outfile, filename, sh); in dump_section()
33 void (*output_section)(FILE *outfile, const char *filename, member
63 .output_section = NULL,