| 162 | CoreFileAnalyzer::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"; |
nothing calls this directly
no outgoing calls
no test coverage detected