| 33 | uint32_t size; |
| 34 | |
| 35 | ManualFunction(const std::string& func_name, std::string section_name, uint32_t vram, uint32_t size) : func_name(std::move(func_name)), section_name(std::move(section_name)), vram(vram), size(size) {} |
| 36 | }; |
| 37 | |
| 38 | struct Config { |
nothing calls this directly
no outgoing calls
no test coverage detected