Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dresres.c431 set_windres_bfd_content (wrbfd, &brh, off, BIN_RES_HDR_SIZE); in write_res_data_hdr()
433 return off + BIN_RES_HDR_SIZE; in write_res_data_hdr()
442 if ((off[0] + BIN_RES_HDR_SIZE) > omax) in read_res_data_hdr()
445 get_windres_bfd_content (wrbfd, &brh, off[0], BIN_RES_HDR_SIZE); in read_res_data_hdr()
448 off[0] += BIN_RES_HDR_SIZE; in read_res_data_hdr()
589 off += 0x20 - BIN_RES_HDR_SIZE; in probe_binary()
590 if ((off + BIN_RES_HDR_SIZE) >= omax) in probe_binary()
596 if ((off - BIN_RES_HDR_SIZE + reshdr.data_size + reshdr.header_size) > omax) in probe_binary()
617 off[0] += 0x20 - BIN_RES_HDR_SIZE; in skip_null_resource()
Dwindint.h46 #define BIN_RES_HDR_SIZE 8 macro