MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / MDebugSymbol

Class MDebugSymbol

src/mdebug.cpp:8–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include "mdebug.h"
7
8struct MDebugSymbol {
9 std::string name;
10 uint32_t address;
11 uint32_t size;
12 bool is_func;
13 bool is_static;
14 bool is_bss;
15 bool is_rodata;
16 bool ignored;
17};
18
19struct MDebugFile {
20 std::string filename;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected