Home
last modified time | relevance | path

Searched refs:nraddr (Results 1 – 7 of 7) sorted by relevance

/external/regex-re2/util/
Dvalgrind.h189 unsigned int nraddr; /* where's the code? */ member
228 _zzq_orig->nraddr = __addr; \
243 unsigned long long int nraddr; /* where's the code? */ member
282 _zzq_orig->nraddr = __addr; \
297 unsigned int nraddr; /* where's the code? */ member
342 _zzq_orig->nraddr = __addr; \
357 unsigned long long int nraddr; /* where's the code? */ member
399 _zzq_orig->nraddr = __addr; \
423 unsigned int nraddr; /* where's the code? */ member
466 _zzq_orig->nraddr = __addr; \
[all …]
/external/valgrind/include/
Dvalgrind.h264 unsigned int nraddr; /* where's the code? */ member
304 _zzq_orig->nraddr = __addr; \
329 unsigned int nraddr; /* where's the code? */ member
378 _zzq_orig->nraddr = __addr; \
404 unsigned long int nraddr; /* where's the code? */ member
444 _zzq_orig->nraddr = __addr; \
476 unsigned int nraddr; /* where's the code? */ member
522 _zzq_orig->nraddr = __addr; \
545 unsigned long int nraddr; /* where's the code? */ member
592 _zzq_orig->nraddr = __addr; \
[all …]
Dpub_tool_tooliface.h67 Addr nraddr; /* non-redirected guest address */ member
/external/v8/src/third_party/valgrind/
Dvalgrind.h226 unsigned int nraddr; /* where's the code? */ member
266 _zzq_orig->nraddr = __addr; \
281 unsigned int nraddr; /* where's the code? */ member
330 _zzq_orig->nraddr = __addr; \
347 uint64_t nraddr; /* where's the code? */ member
387 _zzq_orig->nraddr = __addr; \
402 unsigned int nraddr; /* where's the code? */ member
448 _zzq_orig->nraddr = __addr; \
463 uint64_t nraddr; /* where's the code? */ member
506 _zzq_orig->nraddr = __addr; \
[all …]
/external/libchrome/base/third_party/valgrind/
Dvalgrind.h215 unsigned int nraddr; /* where's the code? */ member
254 _zzq_orig->nraddr = __addr; \
269 unsigned int nraddr; /* where's the code? */ member
307 _zzq_orig->nraddr = __addr; \
324 unsigned long long int nraddr; /* where's the code? */ member
363 _zzq_orig->nraddr = __addr; \
378 unsigned int nraddr; /* where's the code? */ member
423 _zzq_orig->nraddr = __addr; \
438 unsigned long long int nraddr; /* where's the code? */ member
480 _zzq_orig->nraddr = __addr; \
[all …]
/external/valgrind/coregrind/
Dm_translate.c1391 ? IRExpr_Const(IRConst_U64( closure->nraddr )) in mk_preamble__set_NRADDR_to_nraddr()
1392 : IRExpr_Const(IRConst_U32( (UInt)closure->nraddr )) in mk_preamble__set_NRADDR_to_nraddr()
1473 Addr nraddr, in VG_()
1506 Addr tmp = VG_(redir_do_lookup)( nraddr, &isWrap ); in VG_()
1507 if (tmp == nraddr) { in VG_()
1509 addr = nraddr; in VG_()
1517 addr = nraddr; in VG_()
1535 DebugInfo* nraddr_di = VG_(find_DebugInfo)(nraddr); in VG_()
1542 ok = VG_(get_fnname_w_offset)(nraddr, &buf); in VG_()
1552 nraddr, nraddr_soname, name1, in VG_()
[all …]
Dvg_preloaded.c101 fn.nraddr, fnentry, 0, 0, 0); in VG_NOTIFY_ON_LOAD()