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

/external/valgrind/coregrind/
H A Dm_errormgr.c1528 Int* n_offsets_per_ip; member in struct:__anon18813
1529 // n_offsets_per_ip[i] gives the nr of offsets in fun_offsets and
1570 o += ip2fo->n_offsets_per_ip[j];
1573 o, o+ip2fo->n_offsets_per_ip[i]-1);
1574 for (j = 0; j < ip2fo->n_offsets_per_ip[i]; j++) {
1604 if (ip2fo->n_offsets_per_ip) VG_(free)(ip2fo->n_offsets_per_ip);
1677 last_expand_pos_ips += ip2fo->n_offsets_per_ip[pos_ips];
1689 for (i = last_expand_pos_ips - ip2fo->n_offsets_per_ip[pos_ips] + 1;
1709 // Ensure n_offsets_per_ip i
[all...]

Completed in 3746 milliseconds