Searched defs:ELFSection (Results 1 - 1 of 1) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/analysis/executables/
H A DELFAnalyzer.java104 ELFSection stringSection = new ELFSection(fmap);
112 ELFSection[] sections = new ELFSection[eh.e_shnum];
119 sections[i] = new ELFSection(fmap);
125 if (sections[i].sh_type == ELFSection.SHT_STRTAB) {
239 private static class ELFSection { class in class:ELFAnalyzer
281 public ELFSection(MappedByteBuffer fmap) { method in class:ELFAnalyzer.ELFSection

Completed in 6 milliseconds