Searched refs:BIN_RES_HDR_SIZE (Results 1 – 2 of 2) sorted by relevance
430 set_windres_bfd_content (wrbfd, &brh, off, BIN_RES_HDR_SIZE); in write_res_data_hdr()432 return off + BIN_RES_HDR_SIZE; in write_res_data_hdr()441 if ((off[0] + BIN_RES_HDR_SIZE) > omax) in read_res_data_hdr()444 get_windres_bfd_content (wrbfd, &brh, off[0], BIN_RES_HDR_SIZE); in read_res_data_hdr()447 off[0] += BIN_RES_HDR_SIZE; in read_res_data_hdr()588 off += 0x20 - BIN_RES_HDR_SIZE; in probe_binary()589 if ((off + BIN_RES_HDR_SIZE) >= omax) in probe_binary()595 if ((off - BIN_RES_HDR_SIZE + reshdr.data_size + reshdr.header_size) > omax) in probe_binary()616 off[0] += 0x20 - BIN_RES_HDR_SIZE; in skip_null_resource()
46 #define BIN_RES_HDR_SIZE 8 macro