| 3381 | } |
| 3382 | |
| 3383 | platform::ImageInfo getCachedImageInfo() { |
| 3384 | // The use of "getCachedImageInfo" is arbitrary and was a best guess at a good way to get the image of the |
| 3385 | // most likely candidate for the "real" flow library or binary |
| 3386 | static platform::ImageInfo info = getImageInfo((const void*)&getCachedImageInfo); |
| 3387 | return info; |
| 3388 | } |
| 3389 | |
| 3390 | #include <execinfo.h> |
| 3391 |
no test coverage detected