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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/win32/coff/
H A DDebugVC50TypeLeafIndices.java113 public static final int LF_ULONG = 0x8004; field in interface:DebugVC50TypeLeafIndices
H A DTestDebugInfo.java229 case LF_ULONG: System.out.print("LF_ULONG "); break;
H A DCOFFFileParser.java3193 case LF_ULONG:
3245 case LF_ULONG: return 6;
3275 case LF_ULONG: return readInt();
3291 case LF_ULONG: return readInt() & 0xFFFFFFFF;

Completed in 44 milliseconds