Home
last modified time | relevance | path

Searched refs:fun_offsets (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/
Dm_errormgr.c1540 Int* fun_offsets; member
1577 ip2fo->fun_offsets[o+j] == -1 ? in pp_ip2fo()
1578 "<not expanded>" : &ip2fo->names[ip2fo->fun_offsets[o+j]], in pp_ip2fo()
1605 if (ip2fo->fun_offsets) VG_(free)(ip2fo->fun_offsets); in clearIPtoFunOrObjCompleter()
1642 offsets = &ip2fo->fun_offsets; in foComplete()
1732 ip2fo->fun_offsets = VG_(realloc)("grow_offsets", ip2fo->fun_offsets, in grow_offsets()
1735 ip2fo->fun_offsets[i] = -1; in grow_offsets()
1763 ip2fo->fun_offsets[ip2fo->n_expanded] = ip2fo->names_free; in expandInput()
1936 ip2fo.fun_offsets = NULL; in is_suppressible_error()