/external/valgrind/drd/ |
D | drd_clientobj.c | 85 return VG_(OSetGen_Lookup)(s_clientobj_set, &addr); in DRD_() 96 p = VG_(OSetGen_Lookup)(s_clientobj_set, &addr); in DRD_() 132 tl_assert(VG_(OSetGen_Lookup)(s_clientobj_set, &a1) == 0); in DRD_() 143 tl_assert(VG_(OSetGen_Lookup)(s_clientobj_set, &a1) == p); in DRD_() 161 p = VG_(OSetGen_Lookup)(s_clientobj_set, &addr); in DRD_()
|
D | drd_barrier.c | 373 q = VG_(OSetGen_Lookup)(oset, &word_tid); in DRD_() 378 tl_assert(VG_(OSetGen_Lookup)(oset, &word_tid) == q); in DRD_() 435 q = VG_(OSetGen_Lookup)(oset, &word_tid); in DRD_() 459 tl_assert(VG_(OSetGen_Lookup)(oset, &word_tid) == q); in DRD_() 510 q = VG_(OSetGen_Lookup)(p->oset[i], &word_tid); in barrier_delete_thread()
|
D | drd_hb.c | 174 q = VG_(OSetGen_Lookup)(p->oset, &word_tid); in DRD_() 180 tl_assert(VG_(OSetGen_Lookup)(p->oset, &word_tid) == q); in DRD_()
|
D | drd_bitmap.h | 513 bm2 = VG_(OSetGen_Lookup)(bm->oset, &a1); in bm2_lookup() 538 bm2 = VG_(OSetGen_Lookup)(bm->oset, &a1); in bm2_lookup_exclusive() 619 bm2 = VG_(OSetGen_Lookup)(bm->oset, &a1); in bm2_lookup_or_insert()
|
D | drd_rwlock.c | 120 q = VG_(OSetGen_Lookup)(p->thread_info, &uword_tid); in DRD_() 130 q = VG_(OSetGen_Lookup)(p->thread_info, &uword_tid); in DRD_() 148 q = VG_(OSetGen_Lookup)(oset, &tid); in DRD_()
|
D | drd_bitmap.c | 1035 bm2l = VG_(OSetGen_Lookup)(lhs->oset, &bm2r->addr); in DRD_() 1126 bm2l = VG_(OSetGen_Lookup)(lhs->oset, &bm2r->addr); in DRD_()
|
/external/valgrind/memcheck/tests/ |
D | unit_oset.c | 95 vg_assert( ! VG_(OSetGen_Lookup)(oset, &v) ); in example1singleset() 188 assert( vs[i] == VG_(OSetGen_Lookup)(oset, vs[i]) ); in example1singleset() 237 vg_assert( ! VG_(OSetGen_Lookup)(oset, &v) ); in example1singleset() 475 vg_assert( ! VG_(OSetGen_Lookup)(oset, &v) ); in example2() 526 a = vs[i]->first + 0; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2() 527 a = vs[i]->first + 1; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2() 528 a = vs[i]->first + 2; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2() 559 a = vs[i]->first + 0; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2() 560 a = vs[i]->first + 1; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2() 561 a = vs[i]->first + 2; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2() [all …]
|
/external/valgrind/include/ |
D | pub_tool_oset.h | 304 extern void* VG_(OSetGen_Lookup) ( const OSet* os, const void* key );
|
/external/valgrind/coregrind/ |
D | m_oset.c | 607 void* VG_(OSetGen_Lookup)(const AvlTree* t, const void* k) in VG_() argument 625 e = VG_(OSetGen_Lookup)(t, k); in VG_() 633 return (NULL != VG_(OSetGen_Lookup)(t, k)); in VG_() 638 return (NULL != VG_(OSetGen_Lookup)(t, &val)); in VG_()
|
D | m_redir.c | 724 old = VG_(OSetGen_Lookup)(activeSet, &old_from); in VG_() 911 old = VG_(OSetGen_Lookup)( activeSet, &act.from_addr ); in maybe_add_active() 1125 Active* r = VG_(OSetGen_Lookup)(activeSet, &orig); in VG_()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | storage.c | 1037 first = VG_(OSetGen_Lookup)( scope, &aMin ); in add_var_to_arange() 1079 last = VG_(OSetGen_Lookup)( scope, &aMax ); in add_var_to_arange() 1104 xxFirst = (DiAddrRange*)VG_(OSetGen_Lookup)(scope, &aMin); in add_var_to_arange() 1105 xxLast = (DiAddrRange*)VG_(OSetGen_Lookup)(scope, &aMax); in add_var_to_arange() 1327 range = VG_(OSetGen_Lookup)( scope, &zero ); in canonicaliseVarInfo() 1371 range = VG_(OSetGen_Lookup)( scope, &zero ); in canonicaliseVarInfo()
|
D | readelf.c | 929 prev = VG_(OSetGen_Lookup)( oset, &key ); in read_elf_symtab__ppc64be_linux()
|
D | debuginfo.c | 3674 = VG_(OSetGen_Lookup)( global_scope, &zero ); in VG_()
|
/external/valgrind/memcheck/ |
D | mc_leakcheck.c | 1327 old_lr = VG_(OSetGen_Lookup)(lr_table, &lrkey); in print_results() 1528 ind_lr = VG_(OSetGen_Lookup)(lr_table, &ind_lrkey); in print_clique() 1581 old_lr = VG_(OSetGen_Lookup)(lr_table, &lrkey); in MC_()
|
D | mc_main.c | 475 res = VG_(OSetGen_Lookup)(auxmap_L2, &key); in check_auxmap_L1_L2_sanity() 561 res = VG_(OSetGen_Lookup)(auxmap_L2, &key); in maybe_find_in_auxmap() 998 SecVBitNode* n = VG_(OSetGen_Lookup)(secVBitTable, &aAligned); in get_sec_vbits8() 1012 SecVBitNode* n = VG_(OSetGen_Lookup)(secVBitTable, &aAligned); in set_sec_vbits8() 2422 line = VG_(OSetGen_Lookup)( ocacheL2, &tag ); in ocacheL2_find_tag()
|
/external/valgrind/exp-bbv/ |
D | bbv_main.c | 375 bbInfo = VG_(OSetGen_Lookup)(instr_info_table, &origAddr); in bbv_instrument()
|
/external/valgrind/cachegrind/ |
D | cg_main.c | 195 HChar** s_ptr = VG_(OSetGen_Lookup)(stringTable, &s); in get_perm_string() 261 lineCC = VG_(OSetGen_Lookup)(CC_table, &loc); in get_lineCC() 618 sbInfo = VG_(OSetGen_Lookup)(instrInfoTable, &origAddr); in get_SB_info()
|