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

/external/valgrind/coregrind/
H A Dm_transtab.c367 XArray* host_extents; /* XArray* of HostExtent */ member in struct:__anon23175
698 /* Maybe we found this entry via a host_extents which was
701 is >= to host_extents start (i.e. the previous tcptr) + len.
727 const XArray* /* of HostExtent */ host_extents = sec->host_extents; local
728 vg_assert(host_extents);
736 host_extents, &key, &firstW, &lastW,
740 HostExtent* hx = VG_(indexXA)(host_extents, firstW);
1319 szhxa = VG_(sizeXA)(sec->host_extents);
1321 const HostExtent* hx = VG_(indexXA)(sec->host_extents,
[all...]

Completed in 54 milliseconds