Searched refs:file_os (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/binutils/binutils/
H A Dwindint.h918 rc_uint_type file_os; member in struct:rc_fixed_versioninfo
938 bfd_byte file_os[4]; member in struct:bin_fixed_versioninfo
H A Dresbin.c1003 fi->file_os = windres_get_32 (wrbfd, data + 32, 4);
2007 windres_put_32 (wrbfd, bfv.file_os, fi->file_os);
H A Drcparse.y1451 $1->file_os = $3;
H A Dresrc.c3291 if (f->file_os != 0)
3292 fprintf (e, " FILEOS 0x%x\n", (unsigned int) f->file_os);
/haiku-buildtools/legacy/binutils/binutils/
H A Dwindres.h674 unsigned long file_os; member in struct:fixed_versioninfo
H A Dresrc.c2507 if (f->file_os != 0)
2508 fprintf (e, " FILEOS 0x%lx\n", f->file_os);
H A Drcparse.y1318 $1->file_os = $3;
H A Dresbin.c1026 fi->file_os = get_32 (big_endian, data + 32);
2104 put_32 (big_endian, fi->file_os, d->data + 32);

Completed in 280 milliseconds