Home
last modified time | relevance | path

Searched refs:dataents (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.27/binutils/
Drescoff.c411 struct bindata_build dataents; member
508 cwi.dataents.d = NULL; in write_coff_file()
509 cwi.dataents.last = NULL; in write_coff_file()
510 cwi.dataents.length = 0; in write_coff_file()
543 assert (cwi.dataents.length == cwi.dataentsize); in write_coff_file()
567 for (d = cwi.dataents.d; d != NULL; d = d->next) in write_coff_file()
703 cwi->dirsize + cwi->dirstrsize + cwi->dataents.length); in coff_to_bin()
728 r->address = cwi->dirsize + cwi->dirstrsize + cwi->dataents.length; in coff_res_to_bin()
740 erd = (struct extern_res_data *) coff_alloc (&cwi->dataents, sizeof (*erd)); in coff_res_to_bin()