HomeSort by relevance Sort by last modified time
    Searched refs:vseg (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/exp-ptrcheck/
pc_common.c 133 Seg* vseg; member in struct:__anon12660::__anon12661::__anon12663
174 void h_record_heap_error( Addr a, SizeT size, Seg* vseg, Bool is_write )
182 xe.XE.Heap.vseg = vseg;
346 Seg* vseg = xe->XE.Heap.vseg; local
348 tl_assert(is_known_segment(vseg) || NONPTR == vseg);
350 if (NONPTR == vseg) {
380 Seg__cmp(vseg, a, &cmp, &miss_size)
    [all...]
pc_common.h 43 void h_record_heap_error( Addr a, SizeT size, Seg* vseg, Bool is_write );
h_main.c 77 // MemLoc.vseg :: Seg (explicitly stored as the shadow memory)
78 // RegLoc.vseg :: Seg (explicitly stored as shadow registers)
86 // MemLoc.vseg is done at word granularity. If a pointer is written
94 // directly accessible like MemLoc.vseg, but only by searching through all
97 // LOAD/STORE, so we can check to see if the p.vseg's range includes m. If
132 // * ptr.vseg must match ptee.aseg.
173 // accessed words match the vseg of the accessing pointer, because the
174 // vseg is not easily accessible at the required time (would required
179 // - free(p): similar to syscalls, not checking that the p.vseg matches the
547 This does however make it a bit tricky to size SecMap.vseg[], simc
578 Seg* vseg[SEC_MAP_WORDS]; member in struct:__anon12650
2966 Seg* vseg; local
2986 Seg* vseg; local
    [all...]

Completed in 2942 milliseconds