Home
last modified time | relevance | path

Searched refs:NSegment (Results 1 – 25 of 27) sorted by relevance

12

/external/valgrind/main/coregrind/
Dpub_core_aspacemgr.h76 extern NSegment const* VG_(am_next_nsegment) ( NSegment* here, Bool fwds );
314 extern void VG_(am_set_segment_isCH_if_SkAnonC)( NSegment* seg );
319 extern void VG_(am_set_segment_hasT_if_SkFileC_or_SkAnonC)( NSegment* );
345 ( NSegment* seg, SSizeT delta );
357 NSegment* seg, SizeT delta );
Dm_translate.c693 static Bool translations_allowable_from_seg ( NSegment const* seg ) in translations_allowable_from_seg()
709 static Bool self_check_required ( NSegment const* seg, ThreadId tid ) in self_check_required()
745 NSegment const* seg = VG_(am_find_nsegment)(addr); in chase_into_ok()
1198 { NSegment const*const seg = VG_(am_find_nsegment)( (Addr)bl_target ); in bl_RZ_zap_ok_for_AIX()
1354 NSegment const* seg = VG_(am_find_nsegment)(addr); in VG_()
1530 VG_(am_set_segment_hasT_if_SkFileC_or_SkAnonC)( (NSegment*)seg ); in VG_()
1534 NSegment const* seg in VG_()
1537 VG_(am_set_segment_hasT_if_SkFileC_or_SkAnonC)( (NSegment*)seg ); in VG_()
Dm_signals.c2085 NSegment const* seg in VG_()
2087 NSegment const* seg_next in VG_()
2088 = seg ? VG_(am_next_nsegment)( (NSegment*)seg, True/*fwds*/ ) in VG_()
2111 ( (NSegment*)seg_next, -(SSizeT)udelta )) { in VG_()
2220 NSegment const* seg; in extend_stack_if_appropriate()
2221 NSegment const* seg_next; in extend_stack_if_appropriate()
2229 seg_next = seg ? VG_(am_next_nsegment)( (NSegment*)seg, True/*fwds*/ ) in extend_stack_if_appropriate()
Dm_main.c1760 NSegment const* seg in valgrind_main()
2119 NSegment const* seg in valgrind_main()
2177 NSegment const* seg in valgrind_main()
2227 { NSegment const* seg in valgrind_main()
Dm_redir.c1117 NSegment const* seg = VG_(am_find_nsegment)(a); in is_plausible_guest_addr()
Dm_mallocfree.c751 (NSegment*) VG_(am_find_nsegment)( (Addr)sb ) in newSuperblock()
/external/valgrind/main/include/
Dpub_tool_aspacemgr.h117 NSegment; typedef
137 extern NSegment const * VG_(am_find_nsegment) ( Addr a );
140 extern HChar* VG_(am_get_filename)( NSegment const * );
/external/valgrind/main/coregrind/m_aspacemgr/
Daspacemgr-linux.c308 static NSegment nsegments[VG_N_SEGMENTS];
485 show_nsegment_full ( Int logLevel, Int segNo, NSegment* seg ) in show_nsegment_full()
515 static void show_nsegment ( Int logLevel, Int segNo, NSegment* seg ) in show_nsegment()
604 HChar* VG_(am_get_filename)( NSegment const * seg ) in VG_()
673 static Bool sane_NSegment ( NSegment* s ) in sane_NSegment()
726 static Bool maybe_merge_nsegments ( NSegment* s1, NSegment* s2 ) in maybe_merge_nsegments()
1205 NSegment const * VG_(am_find_nsegment) ( Addr a ) in VG_()
1220 static Int segAddr_to_index ( NSegment* seg ) in segAddr_to_index()
1225 i = ((UChar*)seg - (UChar*)(&nsegments[0])) / sizeof(NSegment); in segAddr_to_index()
1236 NSegment const * VG_(am_next_nsegment) ( NSegment* here, Bool fwds ) in VG_()
[all …]
Daspacemgr-aix5.c1270 HChar* VG_(am_get_filename)( NSegment const* seg ) in VG_()
1358 NSegment const* VG_(am_find_nsegment) ( Addr a ) in VG_()
1362 static NSegment bogus; in VG_()
1436 NSegment const* VG_(am_next_nsegment) ( NSegment* here, Bool fwds ) in VG_()
1467 NSegment const * const fake = VG_(am_find_nsegment)(start); in VG_()
2245 void VG_(am_set_segment_isCH_if_SkAnonC)( NSegment* seg ) in VG_()
2268 void VG_(am_set_segment_hasT_if_SkFileC_or_SkAnonC)( NSegment* seg ) in VG_()
2304 Bool VG_(am_extend_into_adjacent_reservation_client) ( NSegment* seg, in VG_()
2325 NSegment* seg, SizeT delta ) in VG_()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-generic.c257 NSegment const* old_seg; in do_mremap()
416 NSegment const* segLo = VG_(am_find_nsegment)( needA ); in do_mremap()
417 NSegment const* segHi = VG_(am_find_nsegment)( needA + needL - 1 ); in do_mremap()
423 ok = VG_(am_extend_map_client)( &d, (NSegment*)old_seg, needL ); in do_mremap()
478 NSegment const* segLo = VG_(am_find_nsegment)( needA ); in do_mremap()
479 NSegment const* segHi = VG_(am_find_nsegment)( needA + needL - 1 ); in do_mremap()
486 ok = VG_(am_extend_map_client)( &d, (NSegment*)old_seg, needL ); in do_mremap()
1047 NSegment const* aseg; in do_brk()
1048 NSegment const* rseg; in do_brk()
1069 NSegment const * seg = VG_(am_find_nsegment)(newbrk); in do_brk()
[all …]
Dsyswrap-ppc64-linux.c273 NSegment const* seg; in do_clone()
Dsyswrap-ppc32-linux.c245 NSegment const* seg; in do_clone()
Dsyswrap-amd64-linux.c211 NSegment const* seg; in do_clone()
Dsyswrap-arm-linux.c177 NSegment const* seg; in do_clone()
Dsyswrap-x86-linux.c218 NSegment const* seg; in do_clone()
Dsyswrap-main.c1350 NSegment const* seg = VG_(am_find_nsegment)(stackMin); in VG_()
/external/valgrind/main/coregrind/m_coredump/
Dcoredump-elf.c75 static Bool may_dump(const NSegment *seg) in may_dump()
87 static Bool should_dump(const NSegment *seg) in should_dump()
117 static void fill_phdr(ESZ(Phdr) *phdr, const NSegment *seg, UInt off, Bool write) in fill_phdr()
461 NSegment const * seg; in make_elf_coredump()
/external/valgrind/main/memcheck/
Dmc_leakcheck.c1050 NSegment const* seg = VG_(am_find_nsegment)( seg_starts[i] ); in MC_()
1062 HChar* dev_name = VG_(am_get_filename)( (NSegment*)seg ); in MC_()
/external/valgrind/main/coregrind/m_sigframe/
Dsigframe-ppc64-linux.c141 NSegment const* stackseg = NULL; in extend()
Dsigframe-arm-linux.c76 NSegment const* stackseg = NULL; in extend()
Dsigframe-amd64-linux.c381 NSegment const* stackseg = NULL; in extend()
Dsigframe-x86-linux.c402 NSegment const* stackseg = NULL; in extend()
Dsigframe-ppc32-linux.c511 NSegment const* stackseg = NULL; in extend()
/external/valgrind/main/coregrind/m_debuginfo/
Ddebuginfo.c610 const NSegment *seg; in LoadNaClDebugInfo()
628 seg = VG_(am_next_nsegment)((NSegment*)seg, True); in LoadNaClDebugInfo()
671 NSegment const * seg; in VG_()
704 filename = VG_(am_get_filename)( (NSegment*)seg ); in VG_()
1607 const NSegment *seg; in VG_()
/external/valgrind/main/coregrind/m_initimg/
Dinitimg-linux.c628 const NSegment *ehdrseg; in setup_client_stack()

12