Searched defs:nraddr (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/include/
H A Dpub_tool_tooliface.h67 Addr nraddr; /* non-redirected guest address */ member in struct:__anon23395
93 // * closure->nraddr is the non-redirected guest address of the
96 // closure->nraddr but no translation of it was found.
103 // trying to jump to malloc() in libc; hence ->nraddr will contain
109 // from ->readdr rather than ->nraddr.
112 // time ->nraddr will be the same as ->readdr. However, you
374 // This orig_addr will match the closure->nraddr which was passed to
H A Dvalgrind.h264 unsigned int nraddr; /* where's the code? */ member in struct:__anon23397
304 _zzq_orig->nraddr = __addr; \
329 unsigned int nraddr; /* where's the code? */ member in struct:__anon23398
378 _zzq_orig->nraddr = __addr; \
404 unsigned long int nraddr; /* where's the code? */ member in struct:__anon23399
444 _zzq_orig->nraddr = __addr; \
476 unsigned int nraddr; /* where's the code? */ member in struct:__anon23400
522 _zzq_orig->nraddr = __addr; \
545 unsigned long int nraddr; /* where's the code? */ member in struct:__anon23401
592 _zzq_orig->nraddr
622 unsigned long int nraddr; /* where's the code? */ member in struct:__anon23402
701 unsigned int nraddr; /* where's the code? */ member in struct:__anon23403
769 unsigned long int nraddr; /* where's the code? */ member in struct:__anon23404
838 unsigned long int nraddr; /* where's the code? */ member in struct:__anon23405
915 unsigned int nraddr; /* where's the code? */ member in struct:__anon23406
988 unsigned long nraddr; /* where's the code? */ member in struct:__anon23407
1056 unsigned long long int nraddr; /* where's the code? */ member in struct:__anon23408
[all...]
/external/regex-re2/util/
H A Dvalgrind.h189 unsigned int nraddr; /* where's the code? */ member in struct:__anon16561
228 _zzq_orig->nraddr = __addr; \
243 unsigned long long int nraddr; /* where's the code? */ member in struct:__anon16562
282 _zzq_orig->nraddr = __addr; \
297 unsigned int nraddr; /* where's the code? */ member in struct:__anon16563
342 _zzq_orig->nraddr = __addr; \
357 unsigned long long int nraddr; /* where's the code? */ member in struct:__anon16564
399 _zzq_orig->nraddr = __addr; \
423 unsigned int nraddr; /* where's the code? */ member in struct:__anon16565
466 _zzq_orig->nraddr
482 unsigned int nraddr; /* where's the code? */ member in struct:__anon16566
554 unsigned long long int nraddr; /* where's the code? */ member in struct:__anon16567
[all...]
/external/libchrome/base/third_party/valgrind/
H A Dvalgrind.h215 unsigned int nraddr; /* where's the code? */ member in struct:__anon10046
254 _zzq_orig->nraddr = __addr; \
269 unsigned int nraddr; /* where's the code? */ member in struct:__anon10047
307 _zzq_orig->nraddr = __addr; \
324 unsigned long long int nraddr; /* where's the code? */ member in struct:__anon10048
363 _zzq_orig->nraddr = __addr; \
378 unsigned int nraddr; /* where's the code? */ member in struct:__anon10049
423 _zzq_orig->nraddr = __addr; \
438 unsigned long long int nraddr; /* where's the code? */ member in struct:__anon10050
480 _zzq_orig->nraddr
504 unsigned int nraddr; /* where's the code? */ member in struct:__anon10051
563 unsigned int nraddr; /* where's the code? */ member in struct:__anon10052
635 unsigned long long int nraddr; /* where's the code? */ member in struct:__anon10053
[all...]
/external/v8/src/third_party/valgrind/
H A Dvalgrind.h226 unsigned int nraddr; /* where's the code? */ member in struct:__anon21839
266 _zzq_orig->nraddr = __addr; \
281 unsigned int nraddr; /* where's the code? */ member in struct:__anon21840
330 _zzq_orig->nraddr = __addr; \
347 uint64_t nraddr; /* where's the code? */ member in struct:__anon21841
387 _zzq_orig->nraddr = __addr; \
402 unsigned int nraddr; /* where's the code? */ member in struct:__anon21842
448 _zzq_orig->nraddr = __addr; \
463 uint64_t nraddr; /* where's the code? */ member in struct:__anon21843
506 _zzq_orig->nraddr
530 unsigned int nraddr; /* where's the code? */ member in struct:__anon21844
590 uint64_t nraddr; /* where's the code? */ member in struct:__anon21845
[all...]
/external/valgrind/coregrind/
H A Dm_translate.c1374 /* Ditto, except set guest_NRADDR to nraddr (the un-redirected guest
1391 ? IRExpr_Const(IRConst_U64( closure->nraddr ))
1392 : IRExpr_Const(IRConst_U32( (UInt)closure->nraddr ))
1473 Addr nraddr,
1506 Addr tmp = VG_(redir_do_lookup)( nraddr, &isWrap );
1507 if (tmp == nraddr) {
1509 addr = nraddr;
1517 addr = nraddr;
1521 /* Established: (nraddr, addr, kind) */
1535 DebugInfo* nraddr_di = VG_(find_DebugInfo)(nraddr);
1472 translate( ThreadId tid, Addr nraddr, Bool debugging_translation, Int debugging_verbosity, ULong bbs_done, Bool allow_redirection ) argument
[all...]

Completed in 270 milliseconds