Searched refs:vma_end (Results 1 – 3 of 3) sorted by relevance
115 unsigned long long vma_end = ee->vma + ee->code_size; in create_text_section() local116 int size = vma_end - vma_start; in create_text_section()
256 vma_end = re.search('([0-9a-fA-F]{8}) A _etext', output).group(1)261 '--kernel-range=' + vma_start + ',' + vma_end] + opcontrol_args + [
1735 UWord vma_end = vma + size; in do_client_request() local1737 UWord vma_end_aligned = VG_PGROUNDUP(vma_end); in do_client_request()