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

/opengrok-jel/src/org/opensolaris/opengrok/analysis/executables/
H A DELFAnalyzer.java128 if (stringSection.sh_size == 0) {
159 int size = sections[readables[i]].sh_size;
387 public int sh_size; field in class:ELFAnalyzer.ELFSection
399 sh_size = fmap.getInt();
410 + "\nsh_offset: " + sh_offset + "\nsh_size: " + sh_size

Completed in 9 milliseconds