HomeSort by relevance Sort by last modified time
    Searched refs:BIN_RES_HDR_SIZE (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/binutils/
resres.c 430 set_windres_bfd_content (wrbfd, &brh, off, BIN_RES_HDR_SIZE);
432 return off + BIN_RES_HDR_SIZE;
441 if ((off[0] + BIN_RES_HDR_SIZE) > omax)
444 get_windres_bfd_content (wrbfd, &brh, off[0], BIN_RES_HDR_SIZE);
447 off[0] += BIN_RES_HDR_SIZE;
588 off += 0x20 - BIN_RES_HDR_SIZE;
589 if ((off + BIN_RES_HDR_SIZE) >= omax)
592 /* off is advanced by BIN_RES_HDR_SIZE in read_res_data_hdr()
595 if ((off - BIN_RES_HDR_SIZE + reshdr.data_size + reshdr.header_size) > omax)
616 off[0] += 0x20 - BIN_RES_HDR_SIZE;
    [all...]
windint.h 46 #define BIN_RES_HDR_SIZE 8

Completed in 61 milliseconds