reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
244 f->arch = MachOLinkingContext::archFromCpuType(smh->cputype, smh->cpusubtype); 245 if (f->arch != arch) { 250 + MachOLinkingContext::nameFromArch(f->arch) 254 f->fileType = HeaderFileType(smh->filetype); 255 f->flags = smh->flags; 321 f->sections.push_back(section); 363 f->sections.push_back(section); 400 f->stabsSymbols.push_back(sout); 402 f->undefinedSymbols.push_back(sout); 404 f->globalSymbols.push_back(sout); 406 f->localSymbols.push_back(sout); 432 f->undefinedSymbols.push_back(sout); 434 f->globalSymbols.push_back(sout); 436 f->stabsSymbols.push_back(sout); 438 f->localSymbols.push_back(sout); 445 f->installName = lc + read32(&dl->dylib.name, isBig); 446 f->currentVersion = read32(&dl->dylib.current_version, isBig); 447 f->compatVersion = read32(&dl->dylib.compatibility_version, isBig); 468 f->dependentDylibs.push_back(entry); 473 f->rpaths.push_back(lc + read32(&rpc->path, isBig)); 487 f->minOSVersionKind = (LoadCommandType)cmd; 503 f->dataInCode.push_back(entry); 516 normExport.name = trieExport.name().copy(f->ownedAllocations); 522 normExport.otherName = trieExport.otherName().copy(f->ownedAllocations); 523 f->exportInfo.push_back(normExport); 530 return std::move(f);