Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp228 mach_header headerCopy; in readBinary() local
231 memcpy(&headerCopy, mh, sizeof(mach_header)); in readBinary()
232 swapStruct(headerCopy); in readBinary()
233 smh = &headerCopy; in readBinary()