Skip to content

Commit 9f0fb18

Browse files
committed
Documented the additional sections
1 parent f3aae72 commit 9f0fb18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/parser/file/elf/elfFile.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,11 @@ struct elfFile {
4242
debugLineStr,
4343
/** The section corresponding to the .debug_str section. */
4444
debugStr,
45+
/** The section corresponding to the @c .debug_info section. */
4546
debugInfo,
47+
/** The section corresponding to the @c .debug_abbrev section. */
4648
debugAbbrev,
49+
/** The section corresponding to the @c .debug_str_offsets. */
4750
debugStrOffsets;
4851

4952
/** The functions found in the represented ELF file. */

0 commit comments

Comments
 (0)