Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/binutils/
Dresres.c165 read_resource_entry (windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax) in read_resource_entry() argument
179 if ((off[0] + 8) > omax) in read_resource_entry()
181 read_res_data_hdr (wrbfd, off, omax, &reshdr); in read_resource_entry()
184 read_res_id (wrbfd, off, omax, &type); in read_resource_entry()
186 read_res_id (wrbfd, off, omax, &name); in read_resource_entry()
191 read_res_data (wrbfd, off, omax, &l, BIN_RES_INFO_SIZE); in read_resource_entry()
203 read_res_data (wrbfd, off, omax, buff, reshdr.data_size); in read_resource_entry()
436 read_res_data_hdr (windres_bfd *wrbfd, rc_uint_type *off, rc_uint_type omax, in read_res_data_hdr() argument
441 if ((off[0] + BIN_RES_HDR_SIZE) > omax) in read_res_data_hdr()
442 fatal ("%s: unexpected end of file %ld/%ld", filename,(long) off[0], (long) omax); in read_res_data_hdr()
[all …]