Searched refs:dirstrs (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Drescoff.c411 struct bindata_build dirstrs;
507 cwi.dirstrs.d = NULL;
508 cwi.dirstrs.last = NULL;
509 cwi.dirstrs.length = 0;
532 if ((cwi.dirstrs.length & 7) != 0)
534 rc_uint_type pad = 8 - (cwi.dirstrs.length & 7);
537 ex = coff_alloc (& cwi.dirstrs, pad);
544 assert (cwi.dirstrs.length == cwi.dirstrsize);
564 for (d = cwi.dirstrs.d; d != NULL; d = d->next)
689 0x80000000 | (cwi->dirsize + cwi->dirstrs
409 struct bindata_build dirstrs; member in struct:coff_write_info
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Drescoff.c411 struct bindata_build dirstrs;
507 cwi.dirstrs.d = NULL;
508 cwi.dirstrs.last = NULL;
509 cwi.dirstrs.length = 0;
532 if ((cwi.dirstrs.length & 7) != 0)
534 rc_uint_type pad = 8 - (cwi.dirstrs.length & 7);
537 ex = coff_alloc (& cwi.dirstrs, pad);
544 assert (cwi.dirstrs.length == cwi.dirstrsize);
564 for (d = cwi.dirstrs.d; d != NULL; d = d->next)
689 0x80000000 | (cwi->dirsize + cwi->dirstrs
409 struct bindata_build dirstrs; member in struct:coff_write_info
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Drescoff.c411 struct bindata_build dirstrs;
510 cwi.dirstrs.d = NULL;
511 cwi.dirstrs.last = NULL;
512 cwi.dirstrs.length = 0;
535 if ((cwi.dirstrs.length & 7) != 0)
537 rc_uint_type pad = 8 - (cwi.dirstrs.length & 7);
540 ex = coff_alloc (& cwi.dirstrs, pad);
547 assert (cwi.dirstrs.length == cwi.dirstrsize);
567 for (d = cwi.dirstrs.d; d != NULL; d = d->next)
692 0x80000000 | (cwi->dirsize + cwi->dirstrs
409 struct bindata_build dirstrs; member in struct:coff_write_info
[all...]

Completed in 255 milliseconds