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

/external/valgrind/main/coregrind/
H A Dm_transtab.c333 XArray* host_extents; /* XArray* of HostExtent */ member in struct:__anon32684
655 /* Maybe we found this entry via a host_extents which was
658 is >= to host_extents start (i.e. the previous tcptr) + len.
684 XArray* /* of HostExtent */ host_extents = sec->host_extents; local
685 vg_assert(host_extents);
693 host_extents, &key, &firstW, &lastW,
697 HostExtent* hx = VG_(indexXA)(host_extents, firstW);
1267 szhxa = VG_(sizeXA)(sec->host_extents);
1269 const HostExtent* hx = VG_(indexXA)(sec->host_extents,
[all...]

Completed in 320 milliseconds