| 93 | }; |
| 94 | class path_t; |
| 95 | struct sInline; |
| 96 | class lessInline; |
| 97 | typedef std::map<ea_t, path_t> paths_t; // storage of found normalized paths, key is head block or micro-instruction inside head block address |
| 98 | typedef std::map<sInline*, paths_t, lessInline> inlines_t; // map lib inline to found paths |
nothing calls this directly
no outgoing calls
no test coverage detected