Skip to content

Commit 24b1b08

Browse files
committed
Adapted the documentation of the v5 parser internally
1 parent 9d9d5d2 commit 24b1b08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/parser/file/dwarf/v5/parser.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ static inline char* dwarf5_stringFromSection(uint64_t offset,
5656
*
5757
* @param index the index of the offset
5858
* @param debugStrOffsets the debug string offsets section
59+
* @param offset the optional offset into the debug string offsets table
5960
* @return the optionally deducted string table offset
6061
*/
6162
static inline optional_uint64_t dwarf5_loadStringOffset(uint64_t index, struct lcs_section debugStrOffsets, optional_uint64_t offset) {

0 commit comments

Comments
 (0)