Searched refs:am_show_nsegments (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/main/coregrind/m_ume/ |
D | elf.c | 216 if (0) VG_(am_show_nsegments)(0,"after #1"); in mapelf() 232 if (0) VG_(am_show_nsegments)(0,"after #2"); in mapelf()
|
/external/valgrind/main/coregrind/ |
D | pub_core_aspacemgr.h | 108 extern void VG_(am_show_nsegments) ( Int logLevel, const HChar* who );
|
D | m_main.c | 2350 VG_(am_show_nsegments)(1,"Memory layout at client startup"); in valgrind_main() 2402 VG_(am_show_nsegments)(1,"Memory layout at client shutdown"); in shutdown_actions_NORETURN()
|
D | m_mallocfree.c | 747 VG_(am_show_nsegments) (0, "out_of_memory"); in VG_()
|
D | m_signals.c | 1634 VG_(am_show_nsegments)(0,"post segfault"); in default_action()
|
/external/valgrind/main/coregrind/m_aspacemgr/ |
D | aspacemgr-linux.c | 600 void VG_(am_show_nsegments) ( Int logLevel, const HChar* who ) in VG_() argument 1114 VG_(am_show_nsegments)(0,"post syncheck failure"); in VG_() 1520 if (0) VG_(am_show_nsegments)(0,"AFTER preen (add_segment)"); in add_segment() 1737 VG_(am_show_nsegments)(2, "Initial layout"); in VG_() 1751 VG_(am_show_nsegments)(2, "With contents of /proc/self/maps"); in VG_() 1835 VG_(am_show_nsegments)(0,"getAdvisory"); in VG_() 2970 VG_(am_show_nsegments)(0, "VG_(am_extend_map_client) BEFORE"); in VG_() 3004 VG_(am_show_nsegments)(0, "VG_(am_extend_map_client) AFTER"); in VG_()
|
/external/valgrind/main/coregrind/m_gdbserver/ |
D | server.c | 381 VG_(am_show_nsegments) (0, "gdbserver v.info memory aspacemgr"); in handle_gdb_valgrind_command()
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-generic.c | 262 VG_(am_show_nsegments)(0, "do_remap: before"); in do_mremap()
|