Searched refs:dirstrs (Results 1 – 1 of 1) sorted by relevance
409 struct bindata_build dirstrs; member505 cwi.dirstrs.d = NULL; in write_coff_file()506 cwi.dirstrs.last = NULL; in write_coff_file()507 cwi.dirstrs.length = 0; in write_coff_file()530 if ((cwi.dirstrs.length & 7) != 0) in write_coff_file()532 rc_uint_type pad = 8 - (cwi.dirstrs.length & 7); in write_coff_file()535 ex = coff_alloc (& cwi.dirstrs, pad); in write_coff_file()542 assert (cwi.dirstrs.length == cwi.dirstrsize); in write_coff_file()562 for (d = cwi.dirstrs.d; d != NULL; d = d->next) in write_coff_file()687 0x80000000 | (cwi->dirsize + cwi->dirstrs.length)); in coff_to_bin()[all …]