Searched refs:open_debug_file (Results 1 – 2 of 2) sorted by relevance
/external/netperf/ |
D | netserver.c | 168 open_debug_file() in open_debug_file() function 200 if (debug) open_debug_file(); in process_requests() 213 open_debug_file(); in process_requests()
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readelf.c | 1061 Addr open_debug_file( Char* name, Char* buildid, UInt crc, Bool rel_ok, in open_debug_file() function 1228 if ((addr = open_debug_file(debugpath, buildid, 0, in find_debug_file() 1248 if ((addr = open_debug_file(debugpath, NULL, crc, rel_ok, &size)) == 0) { in find_debug_file() 1250 if ((addr = open_debug_file(debugpath, NULL, crc, rel_ok, &size)) == 0) { in find_debug_file() 1252 if ((addr = open_debug_file(debugpath, NULL, crc, rel_ok, &size)) == 0) { in find_debug_file() 1256 addr = open_debug_file(debugpath, NULL, crc, rel_ok, &size); in find_debug_file()
|