Home
last modified time | relevance | path

Searched refs:headerCopy (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryReader.cpp227 mach_header headerCopy; in readBinary() local
230 memcpy(&headerCopy, mh, sizeof(mach_header)); in readBinary()
231 swapStruct(headerCopy); in readBinary()
232 smh = &headerCopy; in readBinary()