Lines Matching refs:output_fragment
65 struct output_fragment * out_tail;
66 struct output_fragment * out_list;
1164 void FDECL1(outputlist_insert, struct output_fragment *, frag) in FDECL1() argument
1812 struct output_fragment padblock_desc = {NULL, padblock_size, NULL, padblock_write};
1813 struct output_fragment voldesc_desc = {NULL, oneblock_size, root_gen, pvd_write};
1814 struct output_fragment end_vol = {NULL, oneblock_size, NULL, evd_write};
1815 struct output_fragment pathtable_desc = {NULL, pathtab_size, generate_path_tables, pathtab_wri…
1816 struct output_fragment dirtree_desc = {NULL, dirtree_size, NULL, dirtree_write};
1817 struct output_fragment dirtree_clean = {NULL, dirtree_fixup, dirtree_dump, dirtree_cleanup};
1818 struct output_fragment extension_desc = {NULL, ext_size, NULL, exten_write};
1819 struct output_fragment files_desc = {NULL, NULL, file_gen, file_write};