Searched defs:dsymfile (Results 1 - 1 of 1) sorted by path

/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c507 HChar *dsymfile; local
517 dsymfile = ML_(dinfo_zalloc)("di.readmacho.dsymfile",
525 VG_(strcpy) (dsymfile, executable_name);
526 VG_(strcat) (dsymfile, APPLE_DSYM_EXT_AND_SUBDIRECTORY);
527 VG_(strcat) (dsymfile, basename_str);
529 if (file_exists_p (dsymfile))
530 return dsymfile;
542 VG_(strcpy) (dsymfile, VG_(dirname) (executable_name));
543 while ((dot_ptr = VG_(strrchr) (dsymfile, '
[all...]

Completed in 850 milliseconds