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

/external/valgrind/coregrind/
H A Dm_errormgr.c1530 // obj_offsets resulting of the expansion of ips[i].
1535 // size (in elements) of fun_offsets and obj_offsets.
1547 Int* obj_offsets; member in struct:__anon19474
1548 // Similarly, obj_offsets[ixInput] gives the offset for the
1579 ip2fo->obj_offsets[o+j] == -1 ?
1580 "<not expanded>" : &ip2fo->names[ip2fo->obj_offsets[o+j]]);
1606 if (ip2fo->obj_offsets) VG_(free)(ip2fo->obj_offsets);
1644 offsets = &ip2fo->obj_offsets;
1692 ip2fo->obj_offsets[
[all...]

Completed in 581 milliseconds