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

/opengrok-sun/src/org/opensolaris/opengrok/analysis/executables/
H A DELFAnalyzer.java218 public EI_Class ei_class;
244 ei_class = EI_Class.valueOf(fmap.get(ELFIdentification.EI_CLASS.value()));
359 private static enum EI_Class { enum in class:ELFAnalyzer
370 private EI_Class(int value) { method in class:ELFAnalyzer.EI_Class
374 static EI_Class valueOf(byte value) throws IllegalArgumentException {

Completed in 1713 milliseconds