Home
last modified time | relevance | path

Searched refs:slash_ptr (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_debuginfo/
Dreadmacho.c510 HChar *slash_ptr; in find_separate_debug_file() local
551 slash_ptr = VG_(strchr) (dot_ptr, '/'); in find_separate_debug_file()
552 if (slash_ptr) in find_separate_debug_file()
556 *slash_ptr = '\0'; in find_separate_debug_file()
557 VG_(strcat) (slash_ptr, APPLE_DSYM_EXT_AND_SUBDIRECTORY); in find_separate_debug_file()
558 VG_(strcat) (slash_ptr, basename_str); in find_separate_debug_file()
579 slash_ptr = VG_(strrchr) (dsymfile, '/'); in find_separate_debug_file()
580 if (!slash_ptr) in find_separate_debug_file()
584 *slash_ptr = '\0'; in find_separate_debug_file()