HomeSort by relevance Sort by last modified time
    Searched defs:szB (Results 1 - 25 of 28) sorted by null

1 2

  /external/valgrind/main/memcheck/tests/
calloc-overflow.c 13 size_t szB = 0x1000000010000001ULL;
15 size_t szB = 0x10000001UL;
17 x = calloc(szB, 0x10);
  /external/valgrind/main/include/
pub_tool_debuginfo.h 141 SizeT szB; /* size in bytes */
162 SizeT szB;
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-common.c 371 Int szB;
378 szB = VG_STACK_GUARD_SZB
381 sres = VG_(am_mmap_anon_float_valgrind)( szB );
387 aspacem_assert(VG_IS_PAGE_ALIGNED(szB));
423 (ULong)(Addr)stack, szB);
430 (void)ML_(am_do_munmap_NO_NOTIFY)( (Addr)stack, szB );
  /external/valgrind/main/coregrind/m_debuginfo/
priv_image.h 164 struct { DiImage* img; DiOffT ioff; DiOffT szB; }
171 static inline DiSlice mk_DiSlice ( DiImage* img, DiOffT ioff, DiOffT szB ) {
172 return (DiSlice){img, ioff, szB};
priv_tytypes.h 105 Int szB;
109 Int szB;
118 UWord szB;
126 Int szB;
readdwarf3.c 208 return c->sli_next >= c->sli.ioff + c->sli.szB;
222 return c->sli.ioff + c->sli.szB - c->sli_next;
239 if (c->sli_next + sizeof(UChar) > c->sli.ioff + c->sli.szB) {
251 if (c->sli_next + sizeof(UShort) > c->sli.ioff + c->sli.szB) {
263 if (c->sli_next + sizeof(UInt) > c->sli.ioff + c->sli.szB) {
275 if (c->sli_next + sizeof(ULong) > c->sli.ioff + c->sli.szB) {
494 /* The use of escn_debug_{info,types}.szB seems safe to me even if
496 sections were not found), because DiSlice_INVALID.szB is always
499 if (die >= cc->escn_debug_info.szB) {
500 if (die >= cc->escn_debug_info.szB + cc->escn_debug_types.szB)
    [all...]
readpdb.c     [all...]
  /external/valgrind/main/coregrind/m_initimg/
initimg-linux.c 907 SizeT szB = (SizeT)VG_(client_rlimit_stack).rlim_cur;
908 if (szB < m1) szB = m1;
909 if (szB > m16) szB = m16;
910 if (VG_(clo_main_stacksize) > 0) szB = VG_(clo_main_stacksize);
911 if (szB < m1) szB = m1;
912 szB = VG_PGROUNDUP(szB);
    [all...]
  /external/valgrind/main/exp-sgcheck/
h_main.c 95 SizeT szB; /* may be zero */
110 } else if (a < seg->addr + seg->szB && seg->szB > 0) {
115 *n = a - (seg->addr + seg->szB);
136 return seg->szB;
291 seg->szB = size;
419 if (new_size <= seg->szB) {
436 VG_(memcpy)((void*)p_new, p_old, seg->szB);
458 return ( seg ? seg->szB : 0 );
sg_main.c 175 if (fb1->szB < fb2->szB) return -1;
176 if (fb1->szB > fb2->szB) return 1;
188 /* Returns True if all fields except .szB are the same. szBs may or
230 " StackBlock{ off %ld szB %lu spRel:%c isVec:%c \"%s\" }\n",
231 sb->base, sb->szB, sb->spRel ? 'Y' : 'N',
300 /* StackBlock{ off 16 szB 66 spRel:Y isVec:Y "sz" }
301 StackBlock{ off 16 szB 130 spRel:Y isVec:Y "sz" }
302 StackBlock{ off 208 szB 16 spRel:Y isVec:Y "ar"
    [all...]
  /external/valgrind/main/coregrind/
m_libcfile.c 442 const Int szB = sizeof(startup_wd);
444 vg_assert(szB >= 512 && szB <= 16384/*let's say*/); /* stay sane */
445 VG_(memset)(startup_wd, 0, szB);
449 = VG_(do_syscall2)(__NR_getcwd, (UWord)startup_wd, szB-1);
450 vg_assert(startup_wd[szB-1] == 0);
469 if (wd == NULL || (1+VG_(strlen)(wd) >= szB))
471 VG_(strncpy_safely)(startup_wd, wd, szB);
472 vg_assert(startup_wd[szB-1] == 0);
    [all...]
  /external/valgrind/main/memcheck/
mc_include.h 68 SizeT szB : (sizeof(SizeT)*8)-2; // Size requested; 30 or 62 bits.
166 Int MC_(get_otrack_shadow_offset) ( Int offset, Int szB );
331 SizeT szB; // Sum of all MC_Chunk.szB values.
367 // the given range [address, address+szB[ is found.
368 void MC_(who_points_at) ( Addr address, SizeT szB);
418 void MC_(record_address_error) ( ThreadId tid, Addr a, Int szB,
421 void MC_(record_value_error) ( ThreadId tid, Int szB, UInt otag );
429 Addr src, Addr dst, SizeT szB );
mc_errors.c 93 SizeT szB; // size of value in bytes
115 SizeT szB; // not used for exec (jump) errors
166 SizeT szB; // Size in bytes; 0 if unused.
306 lr->szB + lr->indirect_szB,
310 lr->szB,
329 lr->szB + lr->indirect_szB, d_bytes,
330 lr->szB, d_direct_bytes,
337 lr->szB + lr->indirect_szB );
344 lr->szB, d_direct_bytes,
348 emit( " <leakedbytes>%ld</leakedbytes>\n", lr->szB);
    [all...]
mc_main.c     [all...]
  /external/valgrind/main/helgrind/
hg_errors.c 295 Int szB;
419 Int acc_szB = xe->XE.Race.szB;
456 Addr data_addr, Int szB, Bool isWrite,
484 xe.XE.Race.szB = szB;
488 tl_assert(szB == 8 || szB == 4 || szB == 2 || szB == 1);
651 return xe1->XE.Race.szB == xe2->XE.Race.sz
    [all...]
hg_main.c     [all...]
  /external/valgrind/main/mpi/
libmpiwrap.c     [all...]
  /external/valgrind/main/VEX/priv/
host_arm64_isel.c 862 && isValidScale(am->ARM64am.RI12.szB) );
    [all...]
host_arm_isel.c     [all...]
host_amd64_defs.h 568 UChar szB; /* 4 or 8 */
724 extern AMD64Instr* AMD64Instr_A87PushPop ( AMD64AMode* addr, Bool isPush, UChar szB );
host_arm64_defs.h 123 ARM64am_RI12, /* reg + uimm12 * szB (iow, scaled by access size) */
139 UChar szB; /* 1, 2, 4, 8 (16 ?) */
150 extern ARM64AMode* ARM64AMode_RI12 ( HReg reg, Int uimm12, UChar szB );
764 Int szB; /* 1, 2, 4 or 8 */
768 Int szB; /* 1, 2, 4 or 8 */
1011 UInt szB; // 16=mov qD,qS; 8=mov dD,dS; 4=mov sD,sS
1057 extern ARM64Instr* ARM64Instr_LdrEX ( Int szB );
1058 extern ARM64Instr* ARM64Instr_StrEX ( Int szB );
    [all...]
host_arm_defs.h 749 Int szB; /* 1, 2, 4 or 8 */
757 Int szB; /* 1, 2, 4 or 8 */
982 extern ARMInstr* ARMInstr_LdrEX ( Int szB );
983 extern ARMInstr* ARMInstr_StrEX ( Int szB );
  /external/valgrind/main/cachegrind/
cg_main.c 532 Int szB;
536 Int szB;
540 Int szB;
567 case Ev_Dr: return ev->Ev.Dr.szB;
568 case Ev_Dw: return ev->Ev.Dw.szB;
569 case Ev_Dm: return ev->Ev.Dm.szB;
651 VG_(printf)("Dr %p %d EA=", ev->inode, ev->Ev.Dr.szB);
656 VG_(printf)("Dw %p %d EA=", ev->inode, ev->Ev.Dw.szB);
661 VG_(printf)("Dm %p %d EA=", ev->inode, ev->Ev.Dm.szB);
917 evt->Ev.Dr.szB = datasize
    [all...]
  /external/valgrind/main/callgrind/
main.c 253 Int szB;
257 Int szB;
261 Int szB;
290 case Ev_Dr: return ev->Ev.Dr.szB;
291 case Ev_Dw: return ev->Ev.Dw.szB;
292 case Ev_Dm: return ev->Ev.Dm.szB;
338 ev->inode, ev->inode->instr_offset, ev->Ev.Dr.szB);
344 ev->inode, ev->inode->instr_offset, ev->Ev.Dw.szB);
350 ev->inode, ev->inode->instr_offset, ev->Ev.Dm.szB);
631 evt->Ev.Dr.szB = datasize
    [all...]
  /external/valgrind/main/massif/
ms_main.c 541 SizeT szB;
564 SizeT szB; // memory size for the node, be it Sig or Insig
595 xpt->szB = 0;
639 return ( sxpt1->szB < sxpt2->szB ? 1
640 : sxpt1->szB > sxpt2->szB ? -1
679 if (xpt->children[i]->szB >= sig_child_threshold_szB) {
690 sxpt->szB = xpt->szB;
    [all...]

Completed in 720 milliseconds

1 2