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

/external/valgrind/exp-sgcheck/
H A Dpc_common.c134 Seg* vseg; member in struct:__anon16284::__anon16285::__anon16287
178 void h_record_heap_error( Addr a, SizeT size, Seg* vseg, Bool is_write ) argument
186 xe.XE.Heap.vseg = vseg;
353 Seg* vseg = xe->XE.Heap.vseg; local
355 tl_assert(is_known_segment(vseg) || NONPTR == vseg);
357 if (NONPTR == vseg) {
386 Seg__cmp(vseg,
[all...]
H A Dpc_common.h43 void h_record_heap_error( Addr a, SizeT size, Seg* vseg, Bool is_write );

Completed in 77 milliseconds