Searched defs:fat_header_and_arch_size (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Host/macosx/
H A DSymbols.cpp153 const uint32_t fat_header_and_arch_size = sizeof(struct fat_header) + nfat_arch * sizeof(struct fat_arch); local
154 if (data.GetByteSize() < fat_header_and_arch_size)
156 DataBufferSP data_buffer_sp (file_spec.ReadFileContents (file_offset, fat_header_and_arch_size));

Completed in 58 milliseconds