/external/valgrind/main/drd/ |
D | drd_clientobj.c | 86 return VG_(OSetGen_Lookup)(s_clientobj_set, &addr); in DRD_() 97 p = VG_(OSetGen_Lookup)(s_clientobj_set, &addr); in DRD_() 133 tl_assert(VG_(OSetGen_Lookup)(s_clientobj_set, &a1) == 0); in DRD_() 144 tl_assert(VG_(OSetGen_Lookup)(s_clientobj_set, &a1) == p); in DRD_() 162 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 | 511 bm2 = VG_(OSetGen_Lookup)(bm->oset, &a1); in bm2_lookup() 536 bm2 = VG_(OSetGen_Lookup)(bm->oset, &a1); in bm2_lookup_exclusive() 617 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 | 1037 bm2l = VG_(OSetGen_Lookup)(lhs->oset, &bm2r->addr); in DRD_() 1128 bm2l = VG_(OSetGen_Lookup)(lhs->oset, &bm2r->addr); in DRD_()
|
/external/valgrind/main/memcheck/tests/ |
D | unit_oset.c | 94 vg_assert( ! VG_(OSetGen_Lookup)(oset, &v) ); in example1singleset() 141 assert( vs[i] == VG_(OSetGen_Lookup)(oset, vs[i]) ); in example1singleset() 190 vg_assert( ! VG_(OSetGen_Lookup)(oset, &v) ); in example1singleset() 425 vg_assert( ! VG_(OSetGen_Lookup)(oset, &v) ); in example2() 476 a = vs[i]->first + 0; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2() 477 a = vs[i]->first + 1; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2() 478 a = vs[i]->first + 2; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2() 509 a = vs[i]->first + 0; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2() 510 a = vs[i]->first + 1; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2() 511 a = vs[i]->first + 2; assert( vs[i] == VG_(OSetGen_Lookup)(oset, &a) ); in example2() [all …]
|
/external/valgrind/main/include/ |
D | pub_tool_oset.h | 296 extern void* VG_(OSetGen_Lookup) ( const OSet* os, const void* key );
|
/external/valgrind/main/coregrind/ |
D | m_oset.c | 609 void* VG_(OSetGen_Lookup)(const AvlTree* t, const void* k) in VG_() argument 627 e = VG_(OSetGen_Lookup)(t, k); in VG_() 635 return (NULL != VG_(OSetGen_Lookup)(t, k)); in VG_() 640 return (NULL != VG_(OSetGen_Lookup)(t, &val)); in VG_()
|
D | m_redir.c | 699 old = VG_(OSetGen_Lookup)(activeSet, &old_from); in VG_() 874 old = VG_(OSetGen_Lookup)( activeSet, &act.from_addr ); in maybe_add_active() 1088 Active* r = VG_(OSetGen_Lookup)(activeSet, &orig); in VG_()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | storage.c | 745 first = VG_(OSetGen_Lookup)( scope, &aMin ); in add_var_to_arange() 789 last = VG_(OSetGen_Lookup)( scope, &aMax ); in add_var_to_arange() 816 xxFirst = (DiAddrRange*)VG_(OSetGen_Lookup)(scope, &aMin); in add_var_to_arange() 817 xxLast = (DiAddrRange*)VG_(OSetGen_Lookup)(scope, &aMax); in add_var_to_arange() 1042 range = VG_(OSetGen_Lookup)( scope, &zero ); in canonicaliseVarInfo() 1086 range = VG_(OSetGen_Lookup)( scope, &zero ); in canonicaliseVarInfo()
|
D | readelf.c | 779 prev = VG_(OSetGen_Lookup)( oset, &key ); in read_elf_symtab__ppc64_linux()
|
D | debuginfo.c | 3221 = VG_(OSetGen_Lookup)( global_scope, &zero ); in VG_()
|
/external/valgrind/main/memcheck/ |
D | mc_leakcheck.c | 1016 old_lr = VG_(OSetGen_Lookup)(lr_table, &lrkey); in print_results() 1189 ind_lr = VG_(OSetGen_Lookup)(lr_table, &ind_lrkey); in print_clique() 1242 old_lr = VG_(OSetGen_Lookup)(lr_table, &lrkey); in MC_()
|
D | mc_main.c | 474 res = VG_(OSetGen_Lookup)(auxmap_L2, &key); in check_auxmap_L1_L2_sanity() 560 res = VG_(OSetGen_Lookup)(auxmap_L2, &key); in maybe_find_in_auxmap() 1000 SecVBitNode* n = VG_(OSetGen_Lookup)(secVBitTable, &aAligned); in get_sec_vbits8() 1014 SecVBitNode* n = VG_(OSetGen_Lookup)(secVBitTable, &aAligned); in set_sec_vbits8() 2222 line = VG_(OSetGen_Lookup)( ocacheL2, &tag ); in ocacheL2_find_tag()
|
/external/valgrind/main/exp-bbv/ |
D | bbv_main.c | 386 bbInfo = VG_(OSetGen_Lookup)(instr_info_table, &origAddr); in bbv_instrument()
|
/external/valgrind/main/cachegrind/ |
D | cg_main.c | 200 Char** s_ptr = VG_(OSetGen_Lookup)(stringTable, &s); in get_perm_string() 268 lineCC = VG_(OSetGen_Lookup)(CC_table, &loc); in get_lineCC() 594 sbInfo = VG_(OSetGen_Lookup)(instrInfoTable, &origAddr); in get_SB_info()
|