Searched refs:lookupXA (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/include/ |
D | pub_tool_xarray.h | 89 extern Bool VG_(lookupXA) ( const XArray*, const void* key,
|
/external/valgrind/coregrind/ |
D | m_xarray.c | 272 Bool VG_(lookupXA) ( const XArray* xa, const void* key, in VG_() argument
|
/external/valgrind/coregrind/m_debuginfo/ |
D | tytypes.c | 384 found = VG_(lookupXA)( ents, &key, &first, &last ); in ML_()
|
D | readdwarf3.c | 4995 found = VG_(lookupXA)( dioff_lookup_tab, &keyp, in new_dwarf3_reader_wrk()
|
/external/valgrind/helgrind/ |
D | libhb_core.c | 2240 if (VG_(lookupXA)(thridsToDel, &thrid, NULL, NULL)) in VTS__subtract() 2249 if (VG_(lookupXA)(thridsToDel, &thrid, NULL, NULL)) in VTS__subtract()
|