| 67 | } |
| 68 | |
| 69 | type DyldCacheMappingInfo struct { |
| 70 | Address uint64 |
| 71 | Size uint64 |
| 72 | FileOffset uint64 |
| 73 | MaxProt uint32 |
| 74 | InitProt uint32 |
| 75 | } |
| 76 | |
| 77 | type DyldCacheImageInfo struct { |
| 78 | Address uint64 |
nothing calls this directly
no outgoing calls
no test coverage detected