Searched defs:cur_pos (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A DelfStringTable.cpp78 long cur_pos = ftell(m_file); local
79 if (cur_pos == -1 ||
82 fseek(m_file, cur_pos, SEEK_SET)) {
H A DelfSymbolTable.cpp97 long cur_pos; local
98 if ((cur_pos = ftell(m_file)) == -1 ||
121 fseek(m_file, cur_pos, SEEK_SET);

Completed in 36 milliseconds