OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vma_end
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/opjitconv/
create_bfd.c
115
unsigned long long
vma_end
= ee->vma + ee->code_size;
local
116
int size =
vma_end
- vma_start;
/external/oprofile/
oprofile_android
256
vma_end
= re.search('([0-9a-fA-F]{8}) A _etext', output).group(1)
261
'--kernel-range=' + vma_start + ',' +
vma_end
] + opcontrol_args + [
Completed in 97 milliseconds