Searched refs:brk_base (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/coregrind/
H A Dpub_core_clientstate.h54 extern Addr VG_(brk_base); // start of brk
H A Dm_clientstate.c59 Addr VG_(brk_base) = 0; /* start of brk */ variable
H A Dm_addrinfo.c615 (ULong)VG_(brk_base),
/external/valgrind/coregrind/m_initimg/
H A Dinitimg-linux.c103 VG_(brk_base) = VG_(brk_limit) = VG_PGROUNDUP(info->brkbase);
835 The data segment starts at VG_(brk_base), which is page-aligned,
842 Addr anon_start = VG_(brk_base);
853 vg_assert(VG_(brk_base) == VG_(brk_limit));
856 VG_(brk_base) says. */
878 VG_(brk_base) = VG_(brk_limit) = anon_start;
974 "initial_IP=%p initial_TOC=%p brk_base=%p\n",
977 (void*)VG_(brk_base) );
988 // p: load_client() [for 'info' and hence VG_(brk_base)]
1207 const NSegment *seg = VG_(am_find_nsegment)(VG_(brk_base));
[all...]
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-generic.c43 #include "pub_core_clientstate.h" // VG_(brk_base), VG_(brk_limit)
1180 VG_(brk_base) -- page aligned -- does not move
1197 VG_(printf)("\ndo_brk: brk_base=%#lx brk_limit=%#lx newbrk=%#lx\n",
1198 VG_(brk_base), VG_(brk_limit), newbrk);
1202 if (newbrk < VG_(brk_base))
1235 if (VG_(brk_limit) > VG_(brk_base))

Completed in 117 milliseconds