Searched defs:twoslots (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/coregrind/
H A Dm_redir.c339 const HChar** twoslots )
344 twoslots[0] = pri_name;
345 twoslots[1] = NULL;
346 return twoslots;
365 static void free_symname_array ( const HChar** names, const HChar** twoslots )
367 if (names != twoslots)
513 const HChar* twoslots[2]; local
515 alloc_symname_array(sym_name_pri, sym_names_sec, &twoslots[0]);
611 free_symname_array(names_init, &twoslots[0]);
626 const HChar* twoslots[ local
786 const HChar* twoslots[2]; local
1658 const HChar* twoslots[2]; local
[all...]

Completed in 84 milliseconds