Home
last modified time | relevance | path

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

/third_party/libsnd/src/
Dsd2.c64 int map_offset, map_length ; member
293 rsrc.map_length = str_offset - rsrc.map_offset ; in sd2_write_rsrc_fork()
294 psf_binheader_writef (psf, "Eo4o4", BHWo (12), BHW4 (rsrc.map_length), in sd2_write_rsrc_fork()
295 BHWo (rsrc.map_offset + 12), BHW4 (rsrc.map_length)) ; in sd2_write_rsrc_fork()
297 psf->header.indx = rsrc.map_offset + rsrc.map_length ; in sd2_write_rsrc_fork()
401 rsrc.map_length = read_rsrc_int (&rsrc, 12) ; in sd2_parse_rsrc_fork()
408 rsrc.map_length = read_rsrc_int (&rsrc, 0x52 + 12) ; in sd2_parse_rsrc_fork()
413 rsrc.data_offset, rsrc.map_offset, rsrc.data_length, rsrc.map_length) ; in sd2_parse_rsrc_fork()
433 if (rsrc.map_length > rsrc.rsrc_len) in sd2_parse_rsrc_fork()
439 …if (rsrc.data_offset + rsrc.data_length != rsrc.map_offset || rsrc.map_offset + rsrc.map_length !=… in sd2_parse_rsrc_fork()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c5451 ssize_t map_length = end_offset - start_offset; in map_gnu_relro() local
5453 if (map_length > 0) { in map_gnu_relro()
5455 mem_base + start_offset, map_length, PROT_READ, MAP_PRIVATE | MAP_FIXED, fd, map_offset); in map_gnu_relro()