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

/openjdk7/hotspot/src/share/vm/utilities/
H A DelfStringTable.cpp44 long cur_offset = ftell(file); local
50 fseek(file, cur_offset, SEEK_SET)) {
H A DelfSymbolTable.cpp40 long cur_offset = ftell(file); local
41 if (cur_offset != -1) {
47 fseek(file, cur_offset, SEEK_SET)) {

Completed in 60 milliseconds