Searched refs:vma_start (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/opjitconv/
H A Dcreate_bfd.c112 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/
H A Doprofile_android255 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 62 milliseconds