Searched refs:am_find_nsegment (Results 1 – 16 of 16) sorted by relevance
66 stackseg = VG_(am_find_nsegment)(addr); in ML_()69 stackseg = VG_(am_find_nsegment)(addr); in ML_()74 } else if ((stackseg = VG_(am_find_nsegment)(addr)) && in ML_()
139 extern NSegment const * VG_(am_find_nsegment) ( Addr a );
822 segA = VG_(am_find_nsegment)(addr); in needs_self_check()841 segA = VG_(am_find_nsegment)(addr); in needs_self_check()843 NSegment const* segSP = VG_(am_find_nsegment)(sp); in needs_self_check()852 segA = VG_(am_find_nsegment)(addr); in needs_self_check()890 segA = VG_(am_find_nsegment)(addr); in needs_self_check()938 NSegment const* seg = VG_(am_find_nsegment)(addr); in chase_into_ok()1584 NSegment const* seg = VG_(am_find_nsegment)(addr); in VG_()
236 const NSegment *seg = VG_(am_find_nsegment) (a); in VG_()264 const NSegment *seg = VG_(am_find_nsegment) (a); in VG_()
273 NSegment const *stackseg = VG_(am_find_nsegment) (SP); in VG_()
2329 = VG_(am_find_nsegment)( seg_starts[i] ); in valgrind_main()2368 = VG_(am_find_nsegment)( the_iifii.initial_client_SP ); in valgrind_main()2432 = VG_(am_find_nsegment)( the_iifii.initial_client_SP ); in valgrind_main()
2284 const NSegment* seg = VG_(am_find_nsegment)(addr); in VG_()2440 seg = VG_(am_find_nsegment)(fault); in extend_stack_if_appropriate()
1538 NSegment const* seg = VG_(am_find_nsegment)(a); in is_plausible_guest_addr()
859 NSegment const* seg = VG_(am_find_nsegment)(a); in has_XT_perms()
635 seg = VG_(am_find_nsegment) (ptr); in aligned_ptr_above_page0_is_vtable_addr()650 seg = VG_(am_find_nsegment) (pot_fn); in aligned_ptr_above_page0_is_vtable_addr()662 seg = VG_(am_find_nsegment) (pot_fn); in aligned_ptr_above_page0_is_vtable_addr()1626 NSegment const* seg = VG_(am_find_nsegment)( seg_starts[i] ); in scan_memory_root_set()
642 if (!may_dump(VG_(am_find_nsegment(seg_starts[i])))) in make_elf_coredump()700 seg = VG_(am_find_nsegment(seg_starts[i])); in make_elf_coredump()723 seg = VG_(am_find_nsegment(seg_starts[i])); in make_elf_coredump()
81 seg = VG_(am_find_nsegment)(sp); in ML_()328 old_seg = VG_(am_find_nsegment)( old_addr ); in do_mremap()1209 NSegment const * seg = VG_(am_find_nsegment)(newbrk); in do_brk()1224 seg2 = VG_(am_find_nsegment)( VG_(brk_limit) - 1 ); in do_brk()1236 aseg = VG_(am_find_nsegment)( VG_(brk_limit)-1 ); in do_brk()1238 aseg = VG_(am_find_nsegment)( VG_(brk_limit) ); in do_brk()1958 NSegment const* s = VG_(am_find_nsegment)(arg0); in ML_()3691 NSegment const *aseg = VG_(am_find_nsegment)(ARG1); in PRE()
790 const NSegment* ehdrseg = VG_(am_find_nsegment)((Addr)auxv->u.a_ptr); in setup_client_stack()1207 const NSegment *seg = VG_(am_find_nsegment)(VG_(brk_base)); in VG_()
344 VG_(am_find_nsegment) (VG_(DebugInfo_get_text_avma) (tooldi)) in handle_gdb_valgrind_command()
833 seg = VG_(am_find_nsegment)(a); in VG_()2013 if ( (seg = VG_(am_find_nsegment(a))) != NULL in VG_()
1113 NSegment const * VG_(am_find_nsegment) ( Addr a ) in VG_() argument