HomeSort by relevance Sort by last modified time
    Searched refs:UWord (Results 101 - 125 of 137) sorted by null

1 2 3 45 6

  /external/valgrind/main/coregrind/
fixup_macho_loadcmds.c 115 typedef unsigned long UWord;
117 typedef UWord SizeT;
118 typedef UWord Addr;
m_machine.c 114 UWord s1res, UWord s2res,
116 UWord s1err, UWord s2err )
290 void VG_(apply_to_GP_regs)(void (*f)(UWord))
    [all...]
m_main.c     [all...]
m_signals.c 406 UWord scclass ) {
409 NB: scclass is a host word, hence UWord is good for both
458 UWord scclass ) {
    [all...]
m_mallocfree.c     [all...]
  /external/valgrind/main/drd/
drd_rwlock.c 43 UWord tid; // DrdThreadId.
118 const UWord uword_tid = tid;
128 const UWord uword_tid = tid;
145 DRD_(lookup_or_insert_node)(OSet* oset, const UWord tid)
drd_thread.h 65 typedef UWord PThreadId;
drd_pthread_intercepts.c 198 if (syscall(__NR_futex, (UWord)&sema->counter,
220 syscall(__NR_futex, (UWord)&sema->counter,
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-amd64-darwin.c 420 UWord magic_delta = 0;
422 UWord magic_delta = 0x60;
syswrap-x86-darwin.c 410 UWord magic_delta = 0;
412 UWord magic_delta = 0x48;
priv_syswrap-linux.h 273 #define UW UWord
syswrap-amd64-linux.c 211 UWord* stack;
222 stack = (UWord*)ML_(allocstack)(ctid);
939 UWord arg2tmp;
    [all...]
  /external/valgrind/main/callgrind/
main.c 162 void log_ind_branch(InstrInfo* ii, UWord actual_dst)
855 void addConstMemStoreStmt( IRSB* bbOut, UWord addr, UInt val, IRType hWordTy)
    [all...]
global.h 357 UWord hash; // for faster lookup...
881 void* CLG_(malloc)(HChar* cc, UWord s, char* f);
debug.c 438 void* CLG_(malloc)(HChar* cc, UWord s, char* f)
  /external/valgrind/main/exp-sgcheck/tests/
bad_percentify.c 16 typedef unsigned long UWord;
465 (ULong)((UWord)va_arg (vargs, void *)));
  /external/valgrind/main/coregrind/m_gdbserver/
m_gdbserver.c 252 g = VG_(HT_lookup) (gs_addresses, (UWord)HT_addr(addr));
323 g = VG_(HT_lookup) (gs_watches, (UWord)addr);
506 if (VG_(HT_lookup) (gs_addresses, (UWord)HT_addr(addr)))
885 ((g = VG_(HT_lookup) (gs_addresses, (UWord)HT_addr(iaddr))) &&
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c     [all...]
storage.c 141 si->base + (UWord)si->len - 1);
323 UWord new_sz = di->loctab_used;
568 Int ML_(CfiExpr_Const)( XArray* dst, UWord con )
720 UWord xxIters;
815 static UWord ctr = 0;
861 UWord typeR, /* a cuOff */
    [all...]
priv_d3basics.h 629 UWord word;
657 GXResult ML_(evaluate_Dwarf3_Expr) ( UChar* expr, UWord exprszB,
readdwarf.c     [all...]
  /external/valgrind/main/massif/
ms_main.c     [all...]
  /external/valgrind/tsan/
ts_valgrind_intercepts.c     [all...]
ts_valgrind.cc 571 Bool ts_handle_client_request(ThreadId vg_tid, UWord* args, UWord* ret) {
779 *ret = (UWord)ThreadSanitizerQuery((const char *)args[1]);
    [all...]
  /external/valgrind/main/coregrind/m_initimg/
initimg-linux.c 361 struct auxv *find_auxv(UWord* sp)
614 VG_(client_auxv) = (UWord *)*client_auxv;
618 // => we take UWord*
    [all...]

Completed in 687 milliseconds

1 2 3 45 6