mirror of
https://github.com/encounter/object.git
synced 2026-03-30 11:32:22 -07:00
fd0e96500a
The symbol table data is stored in the linkedit segment, but that segment may be in a different subcache from the one containing the image headers. This occurs for the arm dyld cache in macOS 13. MachOFile::parse_dyld_cache_image already handled this correctly, but readobj doesn't use that.