Searched refs:NSegment (Results 1 – 17 of 17) sorted by relevance
/external/valgrind/include/ |
D | pub_tool_aspacemgr.h | 116 NSegment; typedef 139 extern NSegment const * VG_(am_find_nsegment) ( Addr a ); 143 extern const HChar* VG_(am_get_filename)( NSegment const * );
|
/external/valgrind/coregrind/m_aspacemgr/ |
D | aspacemgr-linux.c | 290 static NSegment nsegments[VG_N_SEGMENTS]; 421 static void show_nsegment_full ( Int logLevel, Int segNo, const NSegment* seg ) in show_nsegment_full() 450 static void show_nsegment ( Int logLevel, Int segNo, const NSegment* seg ) in show_nsegment() 533 const HChar* VG_(am_get_filename)( NSegment const * seg ) in VG_() 595 static Bool sane_NSegment ( const NSegment* s ) in sane_NSegment() 643 static Bool maybe_merge_nsegments ( NSegment* s1, const NSegment* s2 ) in maybe_merge_nsegments() 1113 NSegment const * VG_(am_find_nsegment) ( Addr a ) in VG_() 1127 static Int segAddr_to_index ( const NSegment* seg ) in segAddr_to_index() 1136 NSegment const * VG_(am_next_nsegment) ( const NSegment* here, Bool fwds ) in VG_() 1279 const NSegment *seg = nsegments + find_nsegment_idx(addr); in VG_() [all …]
|
/external/valgrind/coregrind/ |
D | pub_core_aspacemgr.h | 75 extern NSegment const* VG_(am_next_nsegment) ( const NSegment* here, 288 extern const NSegment *VG_(am_extend_into_adjacent_reservation_client) 297 extern const NSegment *VG_(am_extend_map_client)( Addr addr, SizeT delta );
|
D | m_translate.c | 760 static Bool translations_allowable_from_seg ( NSegment const* seg, Addr addr ) in translations_allowable_from_seg() 810 const NSegment *segs[3] = { NULL, NULL, NULL }; in needs_self_check() 816 NSegment const* segA = NULL; in needs_self_check() 843 NSegment const* segSP = VG_(am_find_nsegment)(sp); in needs_self_check() 887 NSegment const* segA = segs[i]; 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_()
|
D | m_addrinfo.c | 236 const NSegment *seg = VG_(am_find_nsegment) (a); in VG_() 264 const NSegment *seg = VG_(am_find_nsegment) (a); in VG_()
|
D | m_stacks.c | 273 NSegment const *stackseg = VG_(am_find_nsegment) (SP); in VG_()
|
D | m_signals.c | 2284 const NSegment* seg = VG_(am_find_nsegment)(addr); in VG_() 2295 const NSegment* seg_next = VG_(am_next_nsegment)( seg, True/*fwds*/ ); in VG_() 2433 NSegment const *seg, *seg_next; in extend_stack_if_appropriate()
|
D | m_main.c | 2328 NSegment const* seg in valgrind_main() 2367 NSegment const* seg in valgrind_main() 2431 { NSegment const* seg in valgrind_main()
|
D | m_redir.c | 1538 NSegment const* seg = VG_(am_find_nsegment)(a); in is_plausible_guest_addr()
|
D | m_stacktrace.c | 859 NSegment const* seg = VG_(am_find_nsegment)(a); in has_XT_perms()
|
/external/valgrind/coregrind/m_sigframe/ |
D | sigframe-common.c | 61 const NSegment *stackseg = NULL; in ML_()
|
/external/valgrind/coregrind/m_coredump/ |
D | coredump-elf.c | 70 static Bool may_dump(const NSegment *seg) in may_dump() 82 static Bool should_dump(const NSegment *seg) in should_dump() 112 static void fill_phdr(ESZ(Phdr) *phdr, const NSegment *seg, UInt off, Bool write) in fill_phdr() 585 NSegment const * seg; in make_elf_coredump()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-generic.c | 74 NSegment const* seg; in ML_() 282 NSegment const* old_seg; in do_mremap() 440 const NSegment *new_seg = VG_(am_extend_map_client)( old_addr, needL ); in do_mremap() 493 const NSegment *new_seg = VG_(am_extend_map_client)( old_addr, needL ); in do_mremap() 1191 NSegment const* aseg; in do_brk() 1209 NSegment const * seg = VG_(am_find_nsegment)(newbrk); in do_brk() 1222 NSegment const * seg2; 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() 3692 NSegment const *rseg; in PRE()
|
/external/valgrind/coregrind/m_initimg/ |
D | initimg-linux.c | 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_()
|
/external/valgrind/memcheck/ |
D | mc_leakcheck.c | 628 NSegment const *seg; in aligned_ptr_above_page0_is_vtable_addr() 1626 NSegment const* seg = VG_(am_find_nsegment)( seg_starts[i] ); in scan_memory_root_set()
|
/external/valgrind/coregrind/m_gdbserver/ |
D | server.c | 342 const NSegment *toolseg in handle_gdb_valgrind_command()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | debuginfo.c | 817 NSegment const * seg; in VG_() 1994 const NSegment *seg; in VG_()
|