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

/opengrok-jel/src/org/opensolaris/opengrok/analysis/executables/
H A DELFAnalyzer.java120 if (eh.e_shnum <= 0) {
134 ELFSection[] sections = new ELFSection[eh.e_shnum];
135 int[] readables = new int[eh.e_shnum];
138 for (int i = 0; i < eh.e_shnum; i++) {
245 public int e_shnum; field in class:ELFAnalyzer.ELFHeader
278 e_shnum = fmap.getShort();
290 + "\ne_shentsize" + e_shentsize + "\ne_shnum: " + e_shnum

Completed in 14 milliseconds