Searched refs:open_debug_file (Results 1 – 2 of 2) sorted by relevance
/external/netperf/src/ |
D | netserver.c | 245 open_debug_file() in open_debug_file() function 1029 open_debug_file(); in spawn_child() 1413 open_debug_file(); in daemonize() 1545 open_debug_file(); in main()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readelf.c | 1167 DiImage* open_debug_file( const HChar* name, const HChar* buildid, UInt crc, in open_debug_file() function 1246 dimg = open_debug_file(debugpath, buildid, 0, rel_ok, NULL); in find_debug_file() 1267 dimg = open_debug_file(debugpath, buildid, crc, rel_ok, NULL); in find_debug_file() 1271 dimg = open_debug_file(debugpath, buildid, crc, rel_ok, NULL); in find_debug_file() 1275 dimg = open_debug_file(debugpath, buildid, crc, rel_ok, NULL); in find_debug_file() 1281 dimg = open_debug_file(debugpath, buildid, crc, rel_ok, NULL); in find_debug_file() 1293 dimg = open_debug_file(basename, buildid, crc, rel_ok, serverpath); in find_debug_file()
|