Searched refs:seg_starts (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/coregrind/
H A Dm_main.c2235 { Addr* seg_starts; local
2239 seg_starts = VG_(get_segment_starts)( SkFileC | SkFileV, &n_seg_starts );
2240 vg_assert(seg_starts && n_seg_starts >= 0);
2246 anu.ull = VG_(di_notify_mmap)( seg_starts[i], True/*allow_SkFileV*/,
2251 anu.a = seg_starts[i];
2256 VG_(free)( seg_starts );
2259 { Addr* seg_starts; local
2261 seg_starts = VG_(get_segment_starts)( SkFileC, &n_seg_starts );
2262 vg_assert(seg_starts && n_seg_starts >= 0);
2268 VG_(di_notify_mmap)( seg_starts[
2334 { Addr* seg_starts; local
[all...]
/external/valgrind/coregrind/m_coredump/
H A Dcoredump-elf.c583 Addr *seg_starts; local
625 seg_starts = VG_(get_segment_starts)(SkFileC | SkAnonC | SkShmC,
631 if (!may_dump(VG_(am_find_nsegment(seg_starts[i]))))
689 seg = VG_(am_find_nsegment(seg_starts[i]));
712 seg = VG_(am_find_nsegment(seg_starts[i]));
727 VG_(free)(seg_starts);
H A Dcoredump-solaris.c914 /* Get the client segments. Free seg_starts after use. */
916 Addr *seg_starts = VG_(get_segment_starts)(SkFileC | SkAnonC | SkShmC, local
923 if (!may_dump(VG_(am_find_nsegment(seg_starts[i]))))
1054 NSegment const *seg = VG_(am_find_nsegment(seg_starts[i]));
1081 NSegment const *seg = VG_(am_find_nsegment(seg_starts[i]));
1103 VG_(free)(seg_starts);
/external/valgrind/memcheck/
H A Dmc_leakcheck.c1709 Addr* seg_starts = VG_(get_segment_starts)( SkFileC | SkAnonC | SkShmC, local
1712 tl_assert(seg_starts && n_seg_starts > 0);
1720 NSegment const* seg = VG_(am_find_nsegment)( seg_starts[i] );
1757 VG_(free)(seg_starts);

Completed in 170 milliseconds