reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
473 f.arch = lld::MachOLinkingContext::arch_ppc; 474 f.fileType = MH_OBJECT; 475 f.flags = MH_SUBSECTIONS_VIA_SYMBOLS; 476 f.os = lld::MachOLinkingContext::OS::macOSX; 477 f.sections.resize(1); 478 Section& text = f.sections.front(); 532 f.globalSymbols.push_back(makeSymbol("_foo", 0x00)); 533 f.globalSymbols.push_back(makeSymbol("_foo2", 0x28)); 534 f.undefinedSymbols.push_back(makeUndefSymbol("_bar")); 539 llvm::Error ec2 = writeBinary(f, tmpFl);