Searched refs:headerCopy (Results 1 – 1 of 1) sorted by relevance
227 mach_header headerCopy; in readBinary() local230 memcpy(&headerCopy, mh, sizeof(mach_header)); in readBinary()231 swapStruct(headerCopy); in readBinary()232 smh = &headerCopy; in readBinary()