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 9d9d5d2 commit 24b1b08Copy full SHA for 24b1b08
src/parser/file/dwarf/v5/parser.c
@@ -56,6 +56,7 @@ static inline char* dwarf5_stringFromSection(uint64_t offset,
56
*
57
* @param index the index of the offset
58
* @param debugStrOffsets the debug string offsets section
59
+ * @param offset the optional offset into the debug string offsets table
60
* @return the optionally deducted string table offset
61
*/
62
static inline optional_uint64_t dwarf5_loadStringOffset(uint64_t index, struct lcs_section debugStrOffsets, optional_uint64_t offset) {
0 commit comments