Searched refs:BIN_RES_HDR_SIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Dresres.c435 set_windres_bfd_content (wrbfd, &brh, off, BIN_RES_HDR_SIZE);
437 return off + BIN_RES_HDR_SIZE;
446 if ((off[0] + BIN_RES_HDR_SIZE) > omax)
449 get_windres_bfd_content (wrbfd, &brh, off[0], BIN_RES_HDR_SIZE);
452 off[0] += BIN_RES_HDR_SIZE;
593 off += 0x20 - BIN_RES_HDR_SIZE;
594 if ((off + BIN_RES_HDR_SIZE) >= omax)
597 /* off is advanced by BIN_RES_HDR_SIZE in read_res_data_hdr()
600 if ((off - BIN_RES_HDR_SIZE + reshdr.data_size + reshdr.header_size) > omax)
621 off[0] += 0x20 - BIN_RES_HDR_SIZE;
[all...]
H A Dwindint.h47 #define BIN_RES_HDR_SIZE 8 macro

Completed in 100 milliseconds