Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/kern/
H A Dmach_loader.c1841 vm_map_offset_t cur_offset, cur_start, cur_end; in map_segment() local
1879 cur_start = vm_start; in map_segment()
1884 cur_end = vm_map_round_page(cur_start, effective_page_mask); in map_segment()
1893 &cur_start, in map_segment()
1894 cur_end - cur_start, in map_segment()
1907 &cur_start, in map_segment()
1908 cur_end - cur_start, in map_segment()
1922 cur_offset += cur_end - cur_start; in map_segment()
1934 cur_start = cur_end; in map_segment()
1972 &cur_start, in map_segment()
[all …]