Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_debuginfo/
Dreadelf.c1233 const HChar* extrapath = VG_(clo_extra_debuginfo_path); in find_debug_file() local
1263 + (extrapath ? VG_(strlen)(extrapath) : 0) in find_debug_file()
1278 if (extrapath) { in find_debug_file()
1279 VG_(sprintf)(debugpath, "%s%s/%s", extrapath, in find_debug_file()
1326 const HChar* extrapath = VG_(clo_extra_debuginfo_path); in find_debug_file_ad_hoc() local
1341 + (extrapath ? VG_(strlen)(extrapath) : 0) in find_debug_file_ad_hoc()
1344 if (extrapath) { in find_debug_file_ad_hoc()
1345 VG_(sprintf)(debugpath, "%s/%s", extrapath, objpath); in find_debug_file_ad_hoc()