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

/opengrok-jel/src/org/opensolaris/opengrok/analysis/executables/
H A DELFAnalyzer.java126 ELFSection stringSection = new ELFSection(fmap);
134 ELFSection[] sections = new ELFSection[eh.e_shnum];
141 sections[i] = new ELFSection(fmap);
148 if (sections[i].sh_type == ELFSection.SHT_STRTAB) {
295 private static class ELFSection { class in class:ELFAnalyzer
393 public ELFSection(MappedByteBuffer fmap) { method in class:ELFAnalyzer.ELFSection

Completed in 10 milliseconds