Home
last modified time | relevance | path

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

/external/valgrind/coregrind/
Dm_redir.c340 const HChar** twoslots ) in alloc_symname_array() argument
345 twoslots[0] = pri_name; in alloc_symname_array()
346 twoslots[1] = NULL; in alloc_symname_array()
347 return twoslots; in alloc_symname_array()
366 static void free_symname_array ( const HChar** names, const HChar** twoslots ) in free_symname_array() argument
368 if (names != twoslots) in free_symname_array()
524 const HChar* twoslots[2]; in VG_() local
526 alloc_symname_array(sym_name_pri, sym_names_sec, &twoslots[0]); in VG_()
652 free_symname_array(names_init, &twoslots[0]); in VG_()
676 const HChar* twoslots[2]; in VG_() local
[all …]