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

/opengrok/src/org/opensolaris/opengrok/analysis/executables/
H A DELFAnalyzer.java160 private String getName(int tab, int stroff, MappedByteBuffer fmap) { argument
161 if (tab == 0) {
166 int start = tab + stroff;

Completed in 29 milliseconds