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

/openjdk10/hotspot/src/share/vm/utilities/
H A DelfFuncDescTable.cpp48 long cur_offset = ftell(file); local
49 if (cur_offset != -1) {
55 fseek(file, cur_offset, SEEK_SET)) {
H A DelfStringTable.cpp45 long cur_offset = ftell(file); local
51 fseek(file, cur_offset, SEEK_SET)) {
H A DelfSymbolTable.cpp41 long cur_offset = ftell(file); local
42 if (cur_offset != -1) {
48 fseek(file, cur_offset, SEEK_SET)) {

Completed in 45 milliseconds