MCPcopy Create free account
hub / github.com/bloomberg/pystack / RemappedModule

Class RemappedModule

src/pystack/_pystack/elf_common.cpp:164–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162CoreFileAnalyzer::resolveLibraries()
163{
164 struct RemappedModule
165 {
166 std::string modname;
167 std::string path;
168 GElf_Addr addr;
169 };
170 std::vector<RemappedModule> remapped_modules;
171
172 LOG(DEBUG) << "Searching for missing and mismapped modules";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected