Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dmach_loader.c1801 vm_map_offset_t cur_offset, cur_start, cur_end; in map_segment() local
1839 cur_start = vm_start; in map_segment()
1844 cur_end = vm_map_round_page(cur_start, effective_page_mask); in map_segment()
1853 &cur_start, in map_segment()
1854 cur_end - cur_start, in map_segment()
1867 &cur_start, in map_segment()
1868 cur_end - cur_start, in map_segment()
1882 cur_offset += cur_end - cur_start; in map_segment()
1894 cur_start = cur_end; in map_segment()
1932 &cur_start, in map_segment()
[all …]