Home
last modified time | relevance | path

Searched refs:am_next_nsegment (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/coregrind/
Dpub_core_aspacemgr.h75 extern NSegment const* VG_(am_next_nsegment) ( const NSegment* here,
Dm_stacks.c320 stackseg = VG_(am_next_nsegment)(stackseg, /*forward*/ True); in VG_()
Dm_signals.c2295 const NSegment* seg_next = VG_(am_next_nsegment)( seg, True/*fwds*/ ); in VG_()
2441 seg_next = seg ? VG_(am_next_nsegment)( seg, True/*fwds*/ ) in extend_stack_if_appropriate()
/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-linux.c1136 NSegment const * VG_(am_next_nsegment) ( const NSegment* here, Bool fwds ) in VG_() argument
1293 const NSegment *next = VG_(am_next_nsegment)(seg, /*forward*/ True); in VG_()
1303 const NSegment *next = VG_(am_next_nsegment)(seg, /*forward*/ False); in VG_()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-generic.c3697 rseg = VG_(am_next_nsegment)( aseg, False/*backwards*/ ); in PRE()
3710 rseg = VG_(am_next_nsegment)( aseg, True/*forwards*/ ); in PRE()