/external/valgrind/main/include/ |
pub_tool_xarray.h | 107 Note also that indexXA will of course not return NULL if it 109 extern void* VG_(indexXA) ( XArray*, Word );
|
/external/valgrind/main/coregrind/ |
m_xarray.c | 137 inline void* VG_(indexXA) ( XArray* xao, Word n ) 242 midv = VG_(indexXA)( xa, mid ); 247 vg_assert(cmpFn( key, VG_(indexXA)(xa, lo) ) >= 0); 248 vg_assert(cmpFn( key, VG_(indexXA)(xa, hi) ) <= 0); 252 && 0 == cmpFn( key, VG_(indexXA)(xa, (*first)-1))) { 259 && 0 == cmpFn( key, VG_(indexXA)(xa, (*last)+1))) {
|
m_commandline.c | 243 * (HChar**)VG_(indexXA)( tmp_xarray, i ) );
|
m_poolalloc.c | 85 pa->free (*(UWord **)VG_(indexXA) ( pa->pools, i ));
|
m_main.c | 345 str = * (HChar**) VG_(indexXA)( VG_(args_for_valgrind), i ); 441 HChar* arg = * (HChar**) VG_(indexXA)( VG_(args_for_valgrind), i ); [all...] |
m_transtab.c | 499 return (InEdge*)VG_(indexXA)(iea->var, i); 576 return (OutEdge*)VG_(indexXA)(oea->var, i); 663 HostExtent* hx = VG_(indexXA)(host_extents, firstW); [all...] |
m_errormgr.c | 409 VG_(printf)("%s", (HChar*) VG_(indexXA)(text, 0) ); 434 VG_(printf_xml)("%s", (HChar*) VG_(indexXA)(text, 0) ); [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
readmacho.c | 442 && ((DiSym*)VG_(indexXA)(syms,i))->addr 443 == ((DiSym*)VG_(indexXA)(syms,k))->addr; 450 DiSym* next = (DiSym*)VG_(indexXA)(syms,k); 452 DiSym* here = (DiSym*)VG_(indexXA)(syms,m); 468 s_j1 = (DiSym*)VG_(indexXA)(syms, j-1); 469 s_j = (DiSym*)VG_(indexXA)(syms, j); 470 s_i = (DiSym*)VG_(indexXA)(syms, i); 692 struct _DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, i); [all...] |
debuginfo.c | 242 ent = (TyEnt*)VG_(indexXA)(di->admin_tyents, i); 253 gexpr = *(GExpr**)VG_(indexXA)(di->admin_gexprs, i); 266 OSet* scope = *(OSet**)VG_(indexXA)(di->varinfo, i); 276 DiVariable* var = (DiVariable*)VG_(indexXA)(arange->vars,j); 399 struct _DebugInfoMapping* map1 = VG_(indexXA)(di1->fsm.maps, i); 401 struct _DebugInfoMapping* map2 = VG_(indexXA)(di2->fsm.maps, j); 494 struct _DebugInfoMapping* map = VG_(indexXA)(di->fsm.maps, i); 513 struct _DebugInfoMapping* map2 = VG_(indexXA)(di2->fsm.maps, j); [all...] |
tytypes.c | 75 UWord cuOff = *(UWord*)VG_(indexXA)(xa, i); 207 TyEnt* tyent = (TyEnt*)VG_(indexXA)( tyents, i ); 283 pp_TyBound_C_ishly( tyents, *(UWord*)VG_(indexXA)(xa, w) ); 392 res = (TyEnt*)VG_(indexXA)( ents, first ); 457 r = UWord__cmp( *(UWord*)VG_(indexXA)( a, i ), 458 *(UWord*)VG_(indexXA)( b, i ) ); 712 = *(UWord*)VG_(indexXA)(ent->Te.TyArray.boundRs, i); 790 fieldR = *(UWord*)VG_(indexXA)( fieldRs, i ); 867 boundR = *(UWord*)VG_(indexXA)( ty->Te.TyArray.boundRs, 0 );
|
readdwarf3.c | 110 indexing (VG_(indexXA)) wherever possible after that. 113 VG_(indexXA) into pub_tool_xarray.h so it can be inlined at all use 715 VG_(memcpy)( &gx->payload[0], (UChar*)VG_(indexXA)(xa,0), nbytes ); 752 AddrRange* rng1 = (AddrRange*)VG_(indexXA)( rngs1, i ); 753 AddrRange* rng2 = (AddrRange*)VG_(indexXA)( rngs2, i ); [all...] |
readelf.c | [all...] |
d3basics.c | [all...] |
storage.c | 652 /* VG_(indexXA) checks for invalid src/ix values, so we can 654 CfiExpr* e = (CfiExpr*) VG_(indexXA)( src, ix ); [all...] |
/external/valgrind/main/exp-sgcheck/ |
sg_main.c | 214 fb1 = VG_(indexXA)( fb1s, i ); 215 fb2 = VG_(indexXA)( fb2s, i ); 228 StackBlock* sb = (StackBlock*)VG_(indexXA)( sbs, i ); 275 StackBlock* pR0 = VG_(indexXA)( orig, r+0 ); 276 StackBlock* pR1 = VG_(indexXA)( orig, r+1 ); 282 StackBlock* pW = VG_(indexXA)( orig, w ); 283 StackBlock* pR = VG_(indexXA)( orig, r ); 307 StackBlock* sb0 = VG_(indexXA)( orig, i+0 ); 308 StackBlock* sb1 = VG_(indexXA)( orig, i+1 ); 340 StackBlock* sb1 = (StackBlock*)VG_(indexXA)( orig, i ) [all...] |
pc_common.c | 437 (HChar*)VG_(indexXA)( xe->XE.Heap.descr1, 0 ) ); 440 (HChar*)VG_(indexXA)( xe->XE.Heap.descr2, 0 ) ); 452 (HChar*)VG_(indexXA)( xe->XE.Heap.descr1, 0 ) ); 455 (HChar*)VG_(indexXA)( xe->XE.Heap.descr2, 0 ) ); 683 to VG_(indexXA) at zero here? Because 688 if (0 == VG_(strlen)( VG_(indexXA)( xe->XE.Heap.descr1, 0 )) 693 if (0 == VG_(strlen)( VG_(indexXA)( xe->XE.Heap.descr2, 0 ))
|
/external/valgrind/main/drd/ |
drd_error.c | 179 VG_(indexXA) at zero here? Because VG_(get_data_description) 184 if (0 == VG_(strlen)( VG_(indexXA)( descr1, 0 ))) { 188 if (0 == VG_(strlen)( VG_(indexXA)( descr2, 0 ))) { 209 print_err_detail("%s%s\n", indent, (HChar*)VG_(indexXA)(descr1, 0)); 211 print_err_detail("%s%s\n", indent, (HChar*)VG_(indexXA)(descr2, 0));
|
drd_semaphore.c | 61 tl_assert(*(Segment**)VG_(indexXA)(p->last_sem_post_seg, n) == sg); 78 sg = *(Segment**)VG_(indexXA)(p->last_sem_post_seg, sz - 1);
|
/external/valgrind/main/coregrind/m_initimg/ |
initimg-darwin.c | 367 VG_(indexXA)( VG_(args_for_client), i )) 456 * (HChar**) VG_(indexXA)( VG_(args_for_client), i )
|
initimg-linux.c | 440 VG_(indexXA)( VG_(args_for_client), i )) 600 * (HChar**) VG_(indexXA)( VG_(args_for_client), i ) [all...] |
/external/valgrind/main/helgrind/ |
libhb_core.c | [all...] |
hg_errors.c | 446 to VG_(indexXA) at zero here? Because 451 if (0 == VG_(strlen)( VG_(indexXA)( xe->XE.Race.descr1, 0 ))) { 455 if (0 == VG_(strlen)( VG_(indexXA)( xe->XE.Race.descr2, 0 ))) { [all...] |
/external/valgrind/main/massif/ |
ms_main.c | 374 fn_ptr = VG_(indexXA)(fns, i); [all...] |
/external/valgrind/main/memcheck/ |
mc_errors.c | 368 (HChar*)VG_(indexXA)(ai->Addr.Variable.descr1, 0) ); 372 (HChar*)VG_(indexXA)(ai->Addr.Variable.descr2, 0) ); [all...] |
mc_translate.c | 237 from VG_(indexXA)(mce->tmpMap) are invalidated. */ 257 /* VG_(indexXA) range-checks 'orig', hence no need to check 259 ent = (TempMapEnt*)VG_(indexXA)( mce->tmpMap, (Word)orig ); 265 from VG_(indexXA) are invalid. */ 266 ent = (TempMapEnt*)VG_(indexXA)( mce->tmpMap, (Word)orig ); 287 /* VG_(indexXA) range-checks 'orig', hence no need to check 289 ent = (TempMapEnt*)VG_(indexXA)( mce->tmpMap, (Word)orig ); 295 from VG_(indexXA) are invalid. */ 296 ent = (TempMapEnt*)VG_(indexXA)( mce->tmpMap, (Word)orig ); 323 TempMapEnt* ent = VG_(indexXA)( mce->tmpMap, a1->Iex.RdTmp.tmp ) [all...] |