Home
last modified time | relevance | path

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

/external/oprofile/opjitconv/
Dcreate_bfd.c115 unsigned long long vma_end = ee->vma + ee->code_size; in create_text_section() local
116 int size = vma_end - vma_start; in create_text_section()
/external/oprofile/
Doprofile_android256 vma_end = re.search('([0-9a-fA-F]{8}) A _etext', output).group(1)
261 '--kernel-range=' + vma_start + ',' + vma_end] + opcontrol_args + [
/external/valgrind/main/coregrind/m_scheduler/
Dscheduler.c1735 UWord vma_end = vma + size; in do_client_request() local
1737 UWord vma_end_aligned = VG_PGROUNDUP(vma_end); in do_client_request()