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

/opengrok-jel/src/org/opensolaris/opengrok/analysis/executables/
H A DELFAnalyzer.java230 public EI_Class ei_class;
256 ei_class = EI_Class.valueOf(fmap.get(ELFIdentification.EI_CLASS.value()));
439 private static enum EI_Class { enum in class:ELFAnalyzer
450 private EI_Class(int value) { method in class:ELFAnalyzer.EI_Class
454 static EI_Class valueOf(byte value) throws IllegalArgumentException {

Completed in 9 milliseconds