Searched refs:UWord (Results 101 - 125 of 156) sorted by relevance

1234567

/external/valgrind/main/cachegrind/
H A Dcg_merge.c44 typedef unsigned long UWord; typedef
233 where innerMap is WordFM line-number=UWord Counts */
403 UWord subKey;
446 UWord u1 = (UWord)s1;
447 UWord u2 = (UWord)s2;
480 Counts* splitUpCountsLine ( SOURCE* s, /*OUT*/UWord* lnno, char* str )
501 *lnno = (UWord)tmpC[0];
522 UWord lnn
[all...]
/external/valgrind/main/callgrind/
H A Djumps.c81 return (UInt) ( (UWord)from + 7* (UWord)to + 13*jmp) % size;
H A Dsim.c78 UWord tag_mask;
80 UWord* tags;
203 c->tags = (UWord*) CLG_MALLOC("cl.sim.cs_ic.1",
204 sizeof(UWord) * c->sets * c->assoc);
248 CacheResult cachesim_setref(cache_t2* c, UInt set_no, UWord tag)
251 UWord *set;
286 UWord block1 = a >> c->line_size_bits;
287 UWord block2 = (a+size-1) >> c->line_size_bits;
291 UWord tag1 = block1;
300 UWord tag
[all...]
H A Dglobal.h363 UWord hash; // for faster lookup...
885 void* CLG_(malloc)(const HChar* cc, UWord s, const HChar* f);
/external/valgrind/main/drd/
H A Ddrd_hb.c41 UWord tid; // A DrdThreadId declared as UWord because
161 const UWord word_tid = tid;
H A Ddrd_rwlock.c42 UWord tid; // DrdThreadId.
117 const UWord uword_tid = tid;
127 const UWord uword_tid = tid;
144 DRD_(lookup_or_insert_node)(OSet* oset, const UWord tid)
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadelf.c263 the size be 1. Note that sym->st_size has type UWord,
1330 static DiOffT INDEX_BIS ( DiOffT base, UWord idx, UWord scale ) {
1424 UWord phdr_mnent = 0;
1425 UWord phdr_ment_szB = 0;
1430 UWord shdr_mnent = 0;
1431 UWord shdr_ment_szB = 0;
1615 i, (UWord)a_phdr.p_vaddr, (UWord)prev_svma);
1618 i, (UWord)a_phd
[all...]
H A Dstorage.c142 si->base + (UWord)si->len - 1);
352 UWord new_sz = di->loctab_used;
379 UWord size = next - this;
609 Int ML_(CfiExpr_Const)( XArray* dst, UWord con )
789 UWord xxIters;
884 static UWord ctr = 0;
930 UWord typeR, /* a cuOff */
H A Ddebuginfo.c1677 static UWord n_search = 0;
2055 UWord evalCfiExpr ( XArray* exprs, Int ix,
2058 UWord w, wL, wR;
2061 vg_assert(sizeof(Addr) == sizeof(UWord));
2131 || a > eec->max_accessible - sizeof(UWord) + 1) {
2167 static UWord n_search = 0;
2168 static UWord n_steps = 0;
2275 UWord hash = ip % N_CFSI_CACHE;
2277 static UWord n_q = 0, n_m = 0;
2592 static UWord n_searc
[all...]
H A Dreaddwarf.c2791 UWord uw;
2815 ML_(CfiExpr_Const)( dst, (UWord)(Word)ctxs->cfa_off )
2848 PUSH( ML_(CfiExpr_Const)( dst, (UWord)sw ) );
2861 ML_(CfiExpr_Const)( dst, (UWord)sw )
2891 PUSH( ML_(CfiExpr_Const)( dst, (UWord)sw ) );
2899 PUSH( ML_(CfiExpr_Const)( dst, (UWord)sw ) );
2907 PUSH( ML_(CfiExpr_Const)( dst, (UWord)sw ) );
3655 UWord fde_arange,
3749 UWord cfsi_used_orig;
3896 (Addr)(UWord)cie_pointe
[all...]
/external/valgrind/main/coregrind/
H A Dm_errormgr.c101 static UWord em_errlist_searches = 0;
105 static UWord em_errlist_cmps = 0;
108 static UWord em_supplist_searches = 0;
112 static UWord em_supplist_cmps = 0;
1480 UWord n_ips; // nr of elements in ips.
1573 void* inputCompleter, UWord ixAddrV )
1618 UWord n_supps = su->n_callers;
1619 UWord szbPatt = sizeof(SuppLoc);
1620 UWord szbInput = sizeof(Addr);
H A Dfixup_macho_loadcmds.c115 typedef unsigned long UWord; typedef
117 typedef UWord SizeT;
118 typedef UWord Addr;
H A Dm_tooliface.c272 Bool (*handle)(ThreadId, UWord*, UWord*)
280 void(*pre) (ThreadId, UInt, UWord*, UInt),
281 void(*post)(ThreadId, UInt, UWord*, UInt, SysRes res)
H A Dm_transtab.c472 static UWord InEdgeArr__size ( InEdgeArr* iea )
496 InEdge* InEdgeArr__index ( InEdgeArr* iea, UWord i )
508 void InEdgeArr__deleteIndex ( InEdgeArr* iea, UWord i )
536 UWord i;
549 static UWord OutEdgeArr__size ( OutEdgeArr* oea )
573 OutEdge* OutEdgeArr__index ( OutEdgeArr* oea, UWord i )
585 void OutEdgeArr__deleteIndex ( OutEdgeArr* oea, UWord i )
613 UWord i;
876 UWord i, j, n, m;
H A Dm_main.c1424 (UWord)rl.rlim_cur, (UWord)rl.rlim_max);
1442 (UWord)rl.rlim_cur, (UWord)rl.rlim_max);
1902 UWord *client_auxv = VG_(client_auxv);
1907 client_auxv_len += 2 * sizeof(UWord);
1909 client_auxv_len += 2 * sizeof(UWord);
3049 void _start_in_C_linux ( UWord* pArgc );
3051 void _start_in_C_linux ( UWord* pArgc )
3081 UWord *s
[all...]
H A Dm_signals.c390 # define VG_UCONTEXT_INSTR_PTR(uc) ((UWord)((uc)->uc_mcontext.pc))
391 # define VG_UCONTEXT_STACK_PTR(uc) ((UWord)((uc)->uc_mcontext.sp))
417 UWord scclass ) {
420 NB: scclass is a host word, hence UWord is good for both
475 UWord scclass ) {
533 # define VG_UCONTEXT_INSTR_PTR(uc) ((UWord)(((uc)->uc_mcontext.sc_pc)))
534 # define VG_UCONTEXT_STACK_PTR(uc) ((UWord)((uc)->uc_mcontext.sc_regs[29]))
988 (UWord)ksa.sa_flags,
1095 signo, (UWord)new_act, (UWord)old_ac
[all...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-x86-darwin.c411 UWord magic_delta = 0;
413 UWord magic_delta = 0x48;
H A Dsyswrap-s390x-linux.c218 UWord* stack;
229 stack = (UWord*)ML_(allocstack)(ctid);
456 UWord a0, a1, a2, a3, a4, a5;
459 UWord* args = (UWord*)ARG1;
461 PRE_MEM_READ( "sys_mmap(args)", (Addr) args, 6*sizeof(UWord) );
H A Dsyswrap-amd64-darwin.c461 UWord magic_delta = 0;
463 UWord magic_delta = 0x60;
H A Dsyswrap-x86-linux.c219 UWord* stack;
230 stack = (UWord*)ML_(allocstack)(ctid);
822 PRE_MEM_READ( "old_select(args)", ARG1, 5*sizeof(UWord) );
1208 UWord a1, a2, a3, a4, a5, a6;
1211 UWord* args = (UWord*)ARG1;
1213 PRE_MEM_READ( "old_mmap(args)", (Addr)args, 6*sizeof(UWord) );
/external/valgrind/main/include/vki/
H A Dvki-arm64-linux.h62 extern UWord VKI_PAGE_SHIFT;
63 extern UWord VKI_PAGE_SIZE;
H A Dvki-ppc32-linux.h66 extern UWord VKI_PAGE_SHIFT;
67 extern UWord VKI_PAGE_SIZE;
H A Dvki-ppc64-linux.h67 extern UWord VKI_PAGE_SHIFT;
68 extern UWord VKI_PAGE_SIZE;
/external/valgrind/main/exp-sgcheck/tests/
H A Dbad_percentify.c16 typedef unsigned long UWord; typedef
465 (ULong)((UWord)va_arg (vargs, void *)));
/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c299 g = VG_(HT_lookup) (gs_addresses, (UWord)HT_addr(addr));
406 g = VG_(HT_lookup) (gs_addresses, (UWord)HT_addr(addr));
581 if (VG_(HT_lookup) (gs_addresses, (UWord)HT_addr(addr)))
1017 ((g = VG_(HT_lookup) (gs_addresses, (UWord)HT_addr(iaddr))) &&

Completed in 317 milliseconds

1234567