/* compon. loc tbl offset: location section hdr length */
fout.writeInt(Loc_hdr_len);
/* # records in location section: 4 */
fout.writeShort(RpfFileSections.TOC_LOCATION_KEY);
/* component location record length: 10 */
fout.writeShort(Loc_sec_comp_len);
if (Debug.debugging("maketoc")) {
Debug.output("MakeToc:\n location section length: "
+ Loc_sec_len + "\n location header length: "
+ Loc_hdr_len + "\n number of location records: "