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

/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c1723 UWord clone_vma = arg[5]; // Another mapping of the same; only used to find the file name. local
1726 VG_(printf)("*********************** NaCl nacl_mmap: %lx %lx %lx %lx\n", vma, size, file_offset, clone_vma);
1729 if (clone_vma) {
1730 NSegment* seg = VG_(am_find_nsegment)(clone_vma);

Completed in 38 milliseconds