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

/opengrok-jel/src/org/opensolaris/opengrok/analysis/executables/
H A DELFAnalyzer.java61 private static final List<String> READABLE_SECTIONS; field in class:ELFAnalyzer
63 READABLE_SECTIONS = new ArrayList<String>();
64 READABLE_SECTIONS.add(".debug_str");
65 READABLE_SECTIONS.add(".comment");
66 READABLE_SECTIONS.add(".data");
67 READABLE_SECTIONS.add(".data1");
68 READABLE_SECTIONS.add(".rodata");
69 READABLE_SECTIONS.add(".rodata1");
150 } else if (READABLE_SECTIONS.contains(sectionName)) {

Completed in 9 milliseconds