/external/valgrind/main/coregrind/ |
D | pub_core_aspacemgr.h | 76 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 );
|
D | m_translate.c | 693 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_()
|
D | m_signals.c | 2085 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()
|
D | m_main.c | 1760 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()
|
D | m_redir.c | 1117 NSegment const* seg = VG_(am_find_nsegment)(a); in is_plausible_guest_addr()
|
D | m_mallocfree.c | 751 (NSegment*) VG_(am_find_nsegment)( (Addr)sb ) in newSuperblock()
|
/external/valgrind/main/include/ |
D | pub_tool_aspacemgr.h | 117 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/ |
D | aspacemgr-linux.c | 308 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 …]
|
D | aspacemgr-aix5.c | 1270 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/ |
D | syswrap-generic.c | 257 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 …]
|
D | syswrap-ppc64-linux.c | 273 NSegment const* seg; in do_clone()
|
D | syswrap-ppc32-linux.c | 245 NSegment const* seg; in do_clone()
|
D | syswrap-amd64-linux.c | 211 NSegment const* seg; in do_clone()
|
D | syswrap-arm-linux.c | 177 NSegment const* seg; in do_clone()
|
D | syswrap-x86-linux.c | 218 NSegment const* seg; in do_clone()
|
D | syswrap-main.c | 1350 NSegment const* seg = VG_(am_find_nsegment)(stackMin); in VG_()
|
/external/valgrind/main/coregrind/m_coredump/ |
D | coredump-elf.c | 75 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/ |
D | mc_leakcheck.c | 1050 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/ |
D | sigframe-ppc64-linux.c | 141 NSegment const* stackseg = NULL; in extend()
|
D | sigframe-arm-linux.c | 76 NSegment const* stackseg = NULL; in extend()
|
D | sigframe-amd64-linux.c | 381 NSegment const* stackseg = NULL; in extend()
|
D | sigframe-x86-linux.c | 402 NSegment const* stackseg = NULL; in extend()
|
D | sigframe-ppc32-linux.c | 511 NSegment const* stackseg = NULL; in extend()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | debuginfo.c | 610 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/ |
D | initimg-linux.c | 628 const NSegment *ehdrseg; in setup_client_stack()
|