We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3aae72 commit 9f0fb18Copy full SHA for 9f0fb18
src/parser/file/elf/elfFile.h
@@ -42,8 +42,11 @@ struct elfFile {
42
debugLineStr,
43
/** The section corresponding to the .debug_str section. */
44
debugStr,
45
+ /** The section corresponding to the @c .debug_info section. */
46
debugInfo,
47
+ /** The section corresponding to the @c .debug_abbrev section. */
48
debugAbbrev,
49
+ /** The section corresponding to the @c .debug_str_offsets. */
50
debugStrOffsets;
51
52
/** The functions found in the represented ELF file. */
0 commit comments