Searched refs:debug_fd (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/agent/src/os/linux/
H A Dsymtab.c201 int debug_fd; local
223 debug_fd = open_debug_file(debug_pathname, crc);
224 if (debug_fd >= 0) {
226 return debug_fd;
233 debug_fd = open_debug_file(debug_pathname, crc);
234 if (debug_fd >= 0) {
236 return debug_fd;
245 debug_fd = open_debug_file(debug_pathname, crc);
246 if (debug_fd >= 0) {
248 return debug_fd;
[all...]

Completed in 55 milliseconds