Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/ldso/
Ddynlink.c1363 off_t off_start; in map_library() local
1419 off_start = ph->p_offset; in map_library()
1460 -1, off_start) == MAP_FAILED) in map_library()
1472 off_start &= -PAGE_SIZE; in map_library()
1473 map_len = addr_max - addr_min + off_start; in map_library()
1504 : mmap((void *)start_addr, map_len, prot, map_flags, fd, off_start); in map_library()
1529 : mmap(real_map, map_len, prot, map_flags, fd, off_start); in map_library()
1562 off_start = ph->p_offset & -PAGE_SIZE; in map_library()
1568 …if (mmap_fixed(base+this_min, this_max-this_min, prot, MAP_PRIVATE|MAP_FIXED, fd, off_start) == MA… in map_library()
4526 off_t off_start; in map_library_header() local
[all …]
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c629 off_t off_start; in map_library() local
681 off_start = ph->p_offset; in map_library()
722 -1, off_start) == MAP_FAILED) in map_library()
734 off_start &= -PAGE_SIZE; in map_library()
735 map_len = addr_max - addr_min + off_start; in map_library()
744 MAP_PRIVATE, fd, off_start); in map_library()
770 off_start = ph->p_offset & -PAGE_SIZE; in map_library()
790 …if (mmap_fixed(base+this_min, this_max-this_min, prot, MAP_PRIVATE|MAP_FIXED, fd, off_start) == MA… in map_library()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c629 off_t off_start; in map_library() local
681 off_start = ph->p_offset; in map_library()
722 -1, off_start) == MAP_FAILED) in map_library()
734 off_start &= -PAGE_SIZE; in map_library()
735 map_len = addr_max - addr_min + off_start; in map_library()
744 MAP_PRIVATE, fd, off_start); in map_library()
770 off_start = ph->p_offset & -PAGE_SIZE; in map_library()
790 …if (mmap_fixed(base+this_min, this_max-this_min, prot, MAP_PRIVATE|MAP_FIXED, fd, off_start) == MA… in map_library()
/third_party/musl/ldso/
Ddynlink.c631 off_t off_start; in map_library() local
683 off_start = ph->p_offset; in map_library()
724 -1, off_start) == MAP_FAILED) in map_library()
736 off_start &= -PAGE_SIZE; in map_library()
737 map_len = addr_max - addr_min + off_start; in map_library()
746 MAP_PRIVATE, fd, off_start); in map_library()
772 off_start = ph->p_offset & -PAGE_SIZE; in map_library()
778 …if (mmap_fixed(base+this_min, this_max-this_min, prot, MAP_PRIVATE|MAP_FIXED, fd, off_start) == MA… in map_library()
/third_party/gstreamer/gstplugins_bad/gst/timecode/
Dgsttimecodestamper.c1856 if (ltc_frame.off_start < 0) { in gst_timecodestamper_ltcpad_chain()
1858 gst_util_uint64_scale (GST_SECOND, -ltc_frame.off_start, in gst_timecodestamper_ltcpad_chain()
1867 gst_util_uint64_scale (GST_SECOND, ltc_frame.off_start, in gst_timecodestamper_ltcpad_chain()