moved DWARF parser to use str8_deserial-style API, added to the parser

layer functionality for interpreting different types of attributes,
added support for location lists, and API to enable parsing tags with
abstract origin.
This commit is contained in:
Nikita Smith
2025-03-17 10:40:59 -07:00
parent 57208909f1
commit 13352751ec
12 changed files with 5222 additions and 3248 deletions
+11
View File
@@ -0,0 +1,11 @@
// Copyright (c) 2025 Epic Games Tools
// Licensed under the MIT license (https://opensource.org/license/mit/)
#ifndef DWARF_ELF_H
#define DWARF_ELF_H
internal DW_Input dw_input_from_elf_section_table(Arena *arena, String8 raw_image, ELF_BinInfo *bin);
#endif // DWARF_ELF_H