Home
last modified time | relevance | path

Searched refs:Script (Results 1 – 25 of 48) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DScriptParser.cpp265 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 DWriter.cpp139 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 DMarkLive.cpp230 for (StringRef S : Script->ReferencedSymbols) in doGcSections()
254 if (isReserved<ELFT>(Sec) || Script->shouldKeep(Sec)) { in doGcSections()
H A DLinkerScript.cpp50 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 DDriver.cpp95 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 DLinkerScript.h309 extern LinkerScript *Script;
H A DMapFile.cpp167 for (BaseCommand *Base : Script->SectionCommands) { in writeMapFile()
/freebsd-12.1/contrib/ntp/
H A Dresults.y2kfixes1 Script started on Sat Jan 1 04:14:09 2000
46 Script done on Wed Jul 14 13:58:28 1999
H A DREADME74 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 Delf32cr16.sc1 # 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 DREADME61 tinybsd Script to build FreeBSD embedded systems.
/freebsd-12.1/crypto/openssl/doc/man1/
H A Drehash.pod67 =head2 Script Configuration
/freebsd-12.1/contrib/libxo/doc/
H A Dgetting.rst115 Running the "configure" Script
/freebsd-12.1/crypto/heimdal/lib/wind/
H A DCompositionExclusions-3.2.0.txt14 # (1) Script Specifics
/freebsd-12.1/libexec/bootpd/
H A DREADME94 ConvOldTab.sh Script to convert old (1.x) bootptab files
/freebsd-12.1/share/i18n/csmapper/APPLE/
H A DCENTEURO%UCS.src88 # interfaces for QuickDraw Text, the Script Manager, and related
H A DUCS%CENTEURO.src88 # interfaces for QuickDraw Text, the Script Manager, and related
H A DCYRILLIC%UCS.src92 # interfaces for QuickDraw Text, the Script Manager, and related
H A DUCS%CYRILLIC.src92 # interfaces for QuickDraw Text, the Script Manager, and related
H A DDINGBATS%UCS.src98 # interfaces for QuickDraw Text, the Script Manager, and related
H A DROMAN%UCS.src99 # interfaces for QuickDraw Text, the Script Manager, and related
H A DUCS%ROMAN.src99 # interfaces for QuickDraw Text, the Script Manager, and related
H A DUCS%DINGBATS.src98 # interfaces for QuickDraw Text, the Script Manager, and related
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp1355 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 DXcodeGuide.md54 …o copy the gtest.framework into your own build products directory using a "Run Script" build phase.

12