Searched refs:BIN_RES_ID (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/ |
D | resres.c | 487 set_windres_bfd_content (wrbfd, &bid, off, BIN_RES_ID); in write_res_id() 489 off += BIN_RES_ID; in write_res_id() 521 read_res_data (wrbfd, off, omax, &bid, BIN_RES_ID - 2); in read_res_id() 525 read_res_data (wrbfd, off, omax, bid.id, BIN_RES_ID - 2); in read_res_id()
|
D | windint.h | 53 #define BIN_RES_ID 4 macro
|
D | resbin.c | 1324 set_windres_bfd_content (wrbfd, &bri, off, BIN_RES_ID); in resid_to_bin() 1326 off += BIN_RES_ID; in resid_to_bin()
|