Searched refs:debugpath (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/coregrind/m_debuginfo/ |
D | readelf.c | 1281 HChar* debugpath = NULL; /* where we found it */ in find_debug_file() local 1284 debugpath = ML_(dinfo_zalloc)("di.fdf.1", in find_debug_file() 1287 VG_(sprintf)(debugpath, "/usr/lib/debug/.build-id/%c%c/%s.debug", in find_debug_file() 1290 dimg = open_debug_file(debugpath, buildid, 0, rel_ok, NULL); in find_debug_file() 1292 ML_(dinfo_free)(debugpath); in find_debug_file() 1293 debugpath = NULL; in find_debug_file() 1304 debugpath = ML_(dinfo_zalloc)( in find_debug_file() 1310 VG_(sprintf)(debugpath, "%s/%s", objdir, debugname); in find_debug_file() 1311 dimg = open_debug_file(debugpath, buildid, crc, rel_ok, NULL); in find_debug_file() 1314 VG_(sprintf)(debugpath, "%s/.debug/%s", objdir, debugname); in find_debug_file() [all …]
|
/external/elfutils/tests/ |
D | Makefile.am | 110 run-addr2line-i-demangle-test.sh run-addr2line-alt-debugpath.sh \ 266 run-addr2line-i-demangle-test.sh run-addr2line-alt-debugpath.sh \
|
D | ChangeLog | 221 * run-addr2line-alt-debugpath.sh: New test. 222 * Makefile.am (TESTS): Add run-addr2line-alt-debugpath.sh
|