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

/opengrok-jel/src/org/opensolaris/opengrok/analysis/executables/
H A DELFAnalyzer.java148 if (sections[i].sh_type == ELFSection.SHT_STRTAB) {
383 public int sh_type; field in class:ELFAnalyzer.ELFSection
395 sh_type = fmap.getInt();
408 return ("\nsh_name : " + sh_name + "\nsh_type : " + sh_type

Completed in 12 milliseconds