OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vma_start
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/opjitconv/
create_bfd.c
112
unsigned long long
vma_start
=
local
116
int size = vma_end -
vma_start
;
119
verbprintf(debug, "section idx=%i, name=%s,
vma_start
=%llx, size=%i\n",
120
idx, section_name,
vma_start
, size);
122
section = create_section(cur_bfd, section_name, size,
vma_start
,
151
unsigned long long
vma_start
=
local
163
e->vma, e->vma -
vma_start
,
171
e->code, (file_ptr) (e->vma -
vma_start
),
/external/oprofile/
oprofile_android
255
vma_start
= re.search('([0-9a-fA-F]{8}) T _text', output).group(1)
261
'--kernel-range=' +
vma_start
+ ',' + vma_end] + opcontrol_args + [
Completed in 29 milliseconds