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

/external/valgrind/coregrind/
H A Dm_transtab.c320 HostExtent; typedef in typeref:struct:__anon20213
367 XArray* host_extents; /* XArray* of HostExtent */
672 const HostExtent* hx1 = v1;
673 const HostExtent* hx2 = v2;
682 Bool HostExtent__is_dead (const HostExtent* hx, const Sector* sec)
727 const XArray* /* of HostExtent */ host_extents = sec->host_extents;
730 HostExtent key;
740 HostExtent* hx = VG_(indexXA)(host_extents, firstW);
1321 const HostExtent* hx = VG_(indexXA)(sec->host_extents, i);
1489 sizeof(HostExtent));
[all...]

Completed in 37 milliseconds