HomeSort by relevance Sort by last modified time
    Searched defs:vma_start (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_proc_maps.h 33 size_t vma_start; member in struct:crazy::ProcMaps::Entry
crazy_linker_proc_maps_unittest.cpp 151 size_t vma_start; member in struct:crazy::__anon15374
191 kData[n].vma_start,
196 EXPECT_EQ(kData[n].vma_start, entry.vma_start);
  /ndk/sources/android/crazy_linker/src/
crazy_linker_proc_maps.h 33 size_t vma_start; member in struct:crazy::ProcMaps::Entry
crazy_linker_proc_maps_unittest.cpp 151 size_t vma_start; member in struct:crazy::__anon42748
191 kData[n].vma_start,
196 EXPECT_EQ(kData[n].vma_start, entry.vma_start);
  /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/chromium_org/third_party/android_crazy_linker/src/tests/
test_util.h 348 uint64_t vma_start, vma_end; local
349 if (sscanf(line, "%" SCNx64 "-%" SCNx64, &vma_start, &vma_end) != 2)
352 (void*)vma_start, vma_end - vma_start, PROT_READ | PROT_WRITE);
  /ndk/sources/android/crazy_linker/tests/
test_util.h 348 uint64_t vma_start, vma_end; local
349 if (sscanf(line, "%" SCNx64 "-%" SCNx64, &vma_start, &vma_end) != 2)
352 (void*)vma_start, vma_end - vma_start, PROT_READ | PROT_WRITE);

Completed in 133 milliseconds