| 75 | } |
| 76 | |
| 77 | type DyldCacheImageInfo struct { |
| 78 | Address uint64 |
| 79 | ModTime uint64 |
| 80 | Inode uint64 |
| 81 | PathFileOffset uint32 |
| 82 | Pad uint32 |
| 83 | } |
| 84 | |
| 85 | type SharedFileMapping struct { |
| 86 | Address uint64 |
nothing calls this directly
no outgoing calls
no test coverage detected