| 280 | static bool from_elf_file(const std::filesystem::path& elf_file_path, Context& out, const ElfParsingConfig& flags, bool for_dumping_context, DataSymbolMap& data_syms_out, bool& found_entrypoint_out); |
| 281 | |
| 282 | Context() = default; |
| 283 | |
| 284 | bool add_dependency(const std::string& id) { |
| 285 | if (dependencies_by_name.contains(id)) { |
nothing calls this directly
no outgoing calls
no test coverage detected