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

/opengrok-jel/src/org/opensolaris/opengrok/analysis/executables/
H A DELFAnalyzer.java143 getName(stringSection.sh_offset, sections[i].sh_name, fmap);
145 sectionMap.put(sectionName, sections[i].sh_offset);
158 fmap.position(sections[readables[i]].sh_offset);
386 public int sh_offset; field in class:ELFAnalyzer.ELFSection
398 sh_offset = fmap.getInt();
410 + "\nsh_offset: " + sh_offset + "\nsh_size: " + sh_size

Completed in 10 milliseconds