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

Method parse_mdebug

src/mdebug.cpp:662–670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660#endif
661
662bool N64Recomp::MDebug::parse_mdebug(const N64Recomp::ElfParsingConfig& elf_config, const char* mdebug_section, uint32_t mdebug_offset, N64Recomp::Context& context, N64Recomp::DataSymbolMap& data_syms) {
663 MDebugInfo mdebug_info{ elf_config, mdebug_section, mdebug_offset };
664
665 if (!mdebug_info.populate_context(elf_config, context, data_syms)) {
666 return false;
667 }
668
669 return true;
670}

Callers

nothing calls this directly

Calls 1

populate_contextMethod · 0.80

Tested by

no test coverage detected