mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-13 07:32:23 -07:00
13352751ec
layer functionality for interpreting different types of attributes, added support for location lists, and API to enable parsing tags with abstract origin.
12 lines
280 B
C
12 lines
280 B
C
// 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
|
|
|
|
|