OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIN_RES_HDR_SIZE
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/binutils/
resres.c
431
set_windres_bfd_content (wrbfd, &brh, off,
BIN_RES_HDR_SIZE
);
433
return off +
BIN_RES_HDR_SIZE
;
442
if ((off[0] +
BIN_RES_HDR_SIZE
) > omax)
445
get_windres_bfd_content (wrbfd, &brh, off[0],
BIN_RES_HDR_SIZE
);
448
off[0] +=
BIN_RES_HDR_SIZE
;
589
off += 0x20 -
BIN_RES_HDR_SIZE
;
590
if ((off +
BIN_RES_HDR_SIZE
) >= omax)
593
/* off is advanced by
BIN_RES_HDR_SIZE
in read_res_data_hdr()
596
if ((off -
BIN_RES_HDR_SIZE
+ reshdr.data_size + reshdr.header_size) > omax)
617
off[0] += 0x20 -
BIN_RES_HDR_SIZE
;
[
all
...]
windint.h
46
#define
BIN_RES_HDR_SIZE
8
Completed in 35 milliseconds