Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/binutils/
Drescoff.c402 static unsigned char *coff_alloc (struct bindata_build *, size_t);
515 ex = coff_alloc (&cwi.dirstrs, 2); in write_coff_file()
599 coff_alloc (struct bindata_build *bb, size_t size) in coff_alloc() function
632 coff_alloc (&cwi->dirs, sizeof (*erd))); in coff_to_bin()
657 coff_alloc (&cwi->dirs, (ci + cn) * sizeof (*ere))); in coff_to_bin()
674 str = coff_alloc (&cwi->dirstrs, e->id.u.n.length * 2 + 2); in coff_to_bin()
727 erd = (struct extern_res_data *) coff_alloc (&cwi->dataents, sizeof (*erd)); in coff_res_to_bin()
763 ex = coff_alloc (&cwi->resources, add); in coff_res_to_bin()