Lines Matching refs:input_sections
722 struct spec_section *input_sections, char *compression_program) in output_dirfile() argument
768 for (spec = input_sections; spec; spec = spec->next) in output_dirfile()
776 for (spec = input_sections; spec; spec = spec->next) in output_dirfile()
1144 struct spec_section *input_sections = NULL; in main() local
1258 next->next = input_sections; in main()
1260 input_sections = next; in main()
1303 &input_sections, &entries_to_add); in main()
1333 if (input_sections == NULL) in main()
1335 input_sections = (struct spec_section *) in main()
1337 input_sections->name = "Miscellaneous"; in main()
1338 input_sections->next = NULL; in main()
1339 input_sections->missing = 1; in main()
1342 ep->entry_sections = input_sections; in main()
1387 for (spec = input_sections; spec; spec = spec->next) in main()
1454 entries_to_add, input_sections, compression_program); in main()