reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
232 smh = &headerCopy; 236 const uint32_t lcCount = smh->ncmds; 239 StringRef lcRange(lcStart, smh->sizeofcmds); 244 f->arch = MachOLinkingContext::archFromCpuType(smh->cputype, smh->cpusubtype); 244 f->arch = MachOLinkingContext::archFromCpuType(smh->cputype, smh->cpusubtype); 254 f->fileType = HeaderFileType(smh->filetype); 255 f->flags = smh->flags;