| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | ScriptParser.cpp | 265 Script->SectionCommands.push_back(Cmd); in readLinkerScript() 279 Script->SectionCommands.push_back(Cmd); in readDefsym() 454 Script->PhdrsCommands.push_back(Cmd); in readPhdrs() 465 if (Script->MemoryRegions.count(Alias)) in readRegionAlias() 467 if (!Script->MemoryRegions.count(Name)) in readRegionAlias() 469 Script->MemoryRegions.insert({Alias, Script->MemoryRegions[Name]}); in readRegionAlias() 524 Script->HasSectionsCommand = true; in readSections() 563 Script->SectionCommands.insert(Script->SectionCommands.end(), V.begin(), in readSections() 704 Script->KeptSections.push_back(Cmd); in readInputSectionDescription() 726 return Script->getDot(); in readAssert() [all …]
|
| H A D | Writer.cpp | 139 Script->needsInterpSection(); in needsInterpSection() 246 if (Script->HasSectionsCommand) in addReservedSymbols() 459 Script->processSectionCommands(); in run() 464 Script->addOrphanSections(); in run() 481 Script->assignAddresses(); in run() 489 Script->allocateHeaders(Phdrs); in run() 1528 Script->assignAddresses(); in maybeAddThunks() 1535 Script->assignAddresses(); in maybeAddThunks() 1752 Phdrs = Script->hasPhdrsCommands() ? Script->createPhdrs() : createPhdrs(); in finalizeSections() 2161 if (Script->HasSectionsCommand) in assignFileOffsets() [all …]
|
| H A D | MarkLive.cpp | 230 for (StringRef S : Script->ReferencedSymbols) in doGcSections() 254 if (isReserved<ELFT>(Sec) || Script->shouldKeep(Sec)) { in doGcSections()
|
| H A D | LinkerScript.cpp | 50 LinkerScript *elf::Script; member in elf 543 OutputSection *Sec = Script->createOutputSection(OutsecName, "<internal>"); in createSection() 957 if (!Script->HasSectionsCommand || AllocateHeaders) in computeBase() 1011 for (auto &MRI : Script->MemoryRegions) { in AddressState() 1020 if (Script->HasSectionsCommand) in getInitialDot()
|
| H A D | Driver.cpp | 95 Script = make<LinkerScript>(); in link() 319 if (Config->SingleRoRx && !Script->HasSectionsCommand) in checkOptions() 1506 for (StringRef Name : Script->ReferencedSymbols) in link() 1543 Script->processInsertCommands(); in link() 1548 Script->declareSymbols(); in link()
|
| H A D | LinkerScript.h | 309 extern LinkerScript *Script;
|
| H A D | MapFile.cpp | 167 for (BaseCommand *Base : Script->SectionCommands) { in writeMapFile()
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | results.y2kfixes | 1 Script started on Sat Jan 1 04:14:09 2000 46 Script done on Wed Jul 14 13:58:28 1999
|
| H A D | README | 74 config.guess Script used to identify the machine architecture and 80 configure Script used to configure the distribution. See the HTML pages 102 install-sh Script to install a program, script or data file.
|
| /freebsd-12.1/contrib/binutils/ld/scripttempl/ |
| H A D | elf32cr16.sc | 1 # Linker Script for National Semiconductor's CR16-ELF32. 11 /* Example Linker Script for linking NS CR16 elf32 files. */
|
| /freebsd-12.1/tools/tools/ |
| H A D | README | 61 tinybsd Script to build FreeBSD embedded systems.
|
| /freebsd-12.1/crypto/openssl/doc/man1/ |
| H A D | rehash.pod | 67 =head2 Script Configuration
|
| /freebsd-12.1/contrib/libxo/doc/ |
| H A D | getting.rst | 115 Running the "configure" Script
|
| /freebsd-12.1/crypto/heimdal/lib/wind/ |
| H A D | CompositionExclusions-3.2.0.txt | 14 # (1) Script Specifics
|
| /freebsd-12.1/libexec/bootpd/ |
| H A D | README | 94 ConvOldTab.sh Script to convert old (1.x) bootptab files
|
| /freebsd-12.1/share/i18n/csmapper/APPLE/ |
| H A D | CENTEURO%UCS.src | 88 # interfaces for QuickDraw Text, the Script Manager, and related
|
| H A D | UCS%CENTEURO.src | 88 # interfaces for QuickDraw Text, the Script Manager, and related
|
| H A D | CYRILLIC%UCS.src | 92 # interfaces for QuickDraw Text, the Script Manager, and related
|
| H A D | UCS%CYRILLIC.src | 92 # interfaces for QuickDraw Text, the Script Manager, and related
|
| H A D | DINGBATS%UCS.src | 98 # interfaces for QuickDraw Text, the Script Manager, and related
|
| H A D | ROMAN%UCS.src | 99 # interfaces for QuickDraw Text, the Script Manager, and related
|
| H A D | UCS%ROMAN.src | 99 # interfaces for QuickDraw Text, the Script Manager, and related
|
| H A D | UCS%DINGBATS.src | 98 # interfaces for QuickDraw Text, the Script Manager, and related
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ |
| H A D | Driver.cpp | 1355 llvm::SmallString<128> Script(CrashInfo.Filename); in generateCompilationDiagnostics() local 1356 llvm::sys::path::replace_extension(Script, "sh"); in generateCompilationDiagnostics() 1358 llvm::raw_fd_ostream ScriptOS(Script, EC, llvm::sys::fs::CD_CreateNew); in generateCompilationDiagnostics() 1361 << "Error generating run script: " << Script << " " << EC.message(); in generateCompilationDiagnostics() 1373 Report->TemporaryFiles.push_back(Script.str()); in generateCompilationDiagnostics() 1374 Diag(clang::diag::note_drv_command_failed_diag_msg) << Script; in generateCompilationDiagnostics()
|
| /freebsd-12.1/contrib/googletest/googletest/docs/ |
| H A D | XcodeGuide.md | 54 …o copy the gtest.framework into your own build products directory using a "Run Script" build phase.
|