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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50TypeLeafIndices.java109 public static final int LF_CHAR = 0x8000; field in interface:DebugVC50TypeLeafIndices
H A DTestDebugInfo.java225 case LF_CHAR: System.out.print("LF_CHAR "); break;
H A DCOFFFileParser.java3189 case LF_CHAR:
3241 case LF_CHAR: return 3;
3271 case LF_CHAR: return readByte() & 0xFF;
3287 case LF_CHAR: return readByte() & 0xFF;

Completed in 44 milliseconds