Searched refs:lookupXA (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/main/include/ |
D | pub_tool_xarray.h | 84 extern Bool VG_(lookupXA) ( XArray*, void* key,
|
/external/valgrind/main/coregrind/ |
D | m_xarray.c | 267 Bool VG_(lookupXA) ( XArray* xao, void* key, in VG_() argument
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | tytypes.c | 361 found = VG_(lookupXA)( ents, &key, &first, &last ); in ML_()
|
D | readdwarf3.c | 3792 found = VG_(lookupXA)( dioff_lookup_tab, &keyp, in new_dwarf3_reader_wrk()
|
/external/valgrind/main/helgrind/ |
D | libhb_core.c | 2006 if (VG_(lookupXA)(thridsToDel, &thrid, NULL, NULL)) in VTS__subtract() 2015 if (VG_(lookupXA)(thridsToDel, &thrid, NULL, NULL)) in VTS__subtract()
|