Searched refs:vma_start (Results 1 – 2 of 2) sorted by relevance
/external/oprofile/opjitconv/ |
D | create_bfd.c | 112 unsigned long long vma_start = in create_text_section() local 116 int size = vma_end - vma_start; in create_text_section() 120 idx, section_name, vma_start, size); in create_text_section() 122 section = create_section(cur_bfd, section_name, size, vma_start, in create_text_section() 151 unsigned long long vma_start = in fill_text_section_content() local 163 e->vma, e->vma - vma_start, in fill_text_section_content() 171 e->code, (file_ptr) (e->vma - vma_start), in fill_text_section_content()
|
/external/oprofile/ |
D | oprofile_android | 251 vma_start = re.search('([0-9a-fA-F]{8}) T _text', output).group(1) 257 '--kernel-range=' + vma_start + ',' + vma_end] + opcontrol_args + [
|