| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Writer.cpp | 95 if (Config->Relocatable) in getOutputSectionName() 422 if (Config->Relocatable) in createSyntheticSections() 425 if (!Config->Relocatable) { in createSyntheticSections() 454 if (!Config->Relocatable) in run() 503 if (Config->Relocatable) in run() 1282 if (Config->Relocatable) in sortSections() 1630 if (!Config->Relocatable) { in finalizeSections() 1668 if (!Config->Relocatable) in finalizeSections() 2298 if (Config->Relocatable) in checkSections() 2358 if (Config->Relocatable) in getELFType() [all …]
|
| H A D | LTO.cpp | 79 if (Config->Relocatable) in createConfig() 157 bool IsExec = !Config->Shared && !Config->Relocatable; in add() 185 R.VisibleToRegularObj = Config->Relocatable || Sym->IsUsedInRegularObj || in add()
|
| H A D | Driver.cpp | 227 if (Config->Static || Config->Relocatable) { in addFile() 299 if (!Config->Relocatable && !Config->DefineCommon) in checkOptions() 302 if (Config->Relocatable) { in checkOptions() 831 Config->Relocatable = Args.hasArg(OPT_relocatable); in readConfigs() 1008 Config->CopyRelocs = (Config->Relocatable || Config->EmitRelocs); in setConfigs() 1482 (!Config->Entry.empty() || (!Config->Shared && !Config->Relocatable)); in link() 1483 if (Config->Entry.empty() && !Config->Relocatable) in link() 1563 if (!Config->Relocatable) in link() 1571 if (!Config->Relocatable) in link() 1630 if (!Config->Relocatable) in link()
|
| H A D | Symbols.cpp | 93 if (D.isTls() && !Config->Relocatable) { in getSymVA() 231 if (Config->Relocatable) in computeBinding()
|
| H A D | InputFiles.cpp | 336 if (Config->Optimize == 0 && !Config->Relocatable) in shouldMerge() 412 if ((Sec.sh_flags & SHF_EXCLUDE) && !Config->Relocatable) { in initializeSections() 452 if (Config->Relocatable) in initializeSections() 645 if (Config->Relocatable) { in createInputSection() 718 if (Config->Relocatable) { in createInputSection() 754 if (Name == ".eh_frame" && !Config->Relocatable) in createInputSection()
|
| H A D | InputSection.cpp | 100 if (!Config->Relocatable) in getFlags() 451 if (Config->EMachine == EM_MIPS && Config->Relocatable && in copyRelocations() 469 else if (Config->Relocatable) in copyRelocations() 861 if (Config->Relocatable) in relocate()
|
| H A D | Config.h | 169 bool Relocatable; member
|
| H A D | SyntheticSections.cpp | 156 if (!Config->Relocatable) in writeTo() 213 if (!Config->Relocatable) in writeTo() 1000 return Config->Relocatable; in empty() 1315 if (!Config->Shared && !Config->Relocatable && !Config->ZRodynamic) in finalizeContents() 1512 InputSection *SymTab = Config->Relocatable ? In.SymTab : In.DynSymTab; in finalizeContents() 2058 if (Config->Relocatable) in writeTo()
|
| H A D | OutputSections.cpp | 271 assert(Config->Relocatable); in finalizeShtGroup()
|
| H A D | LinkerScript.cpp | 583 if (Config->Relocatable && (IS->Flags & SHF_MERGE)) in addInputSec()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/ |
| H A D | Cuda.cpp | 406 bool Relocatable = false; in ConstructJob() local 409 Relocatable = Args.hasFlag(options::OPT_fopenmp_relocatable_target, in ConstructJob() 413 Relocatable = Args.hasFlag(options::OPT_fgpu_rdc, in ConstructJob() 416 if (Relocatable) in ConstructJob()
|
| /freebsd-12.1/contrib/llvm/tools/lld/COFF/ |
| H A D | Config.h | 97 bool Relocatable = true; member
|
| H A D | Writer.cpp | 1151 if (!Config->Relocatable) in writeHeader() 1740 if (!Config->Relocatable) in addBaserels()
|
| H A D | Driver.cpp | 1076 Config->Relocatable = false; in link()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/ |
| H A D | Mips.cpp | 502 if (Config->Relocatable) { in relocateOne() 510 if (Config->Relocatable) { in relocateOne()
|
| /freebsd-12.1/contrib/binutils/gas/doc/ |
| H A D | c-avr.texi | 87 * AVR-Modifiers:: Relocatable Expression Modifiers 128 @subsection Relocatable Expression Modifiers
|
| /freebsd-12.1/contrib/apr-util/ |
| H A D | README | 33 Relocatable Memory Management functions
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ |
| H A D | Driver.cpp | 2582 bool Relocatable; member in __anon145f7c900611::OffloadingActionBuilder::HIPActionBuilder 2588 Relocatable(false) {} in HIPActionBuilder() 2601 (CurPhase == phases::Backend && Relocatable) || in getDeviceDependences() 2605 assert(((CurPhase == phases::Link && Relocatable) || in getDeviceDependences() 2611 if (!Relocatable && CurPhase == phases::Backend) { in getDeviceDependences() 2695 Relocatable = Args.hasFlag(options::OPT_fgpu_rdc, in initialize()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | CommandFlags.inc | 51 "Relocatable external references, non-relocatable code"),
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 5497 bool Relocatable = Expr->evaluateAsRelocatable(Res, nullptr, nullptr); in classifySymbolRef() local 5498 if (!Relocatable || Res.getSymB()) in classifySymbolRef()
|
| /freebsd-12.1/contrib/binutils/ld/po/ |
| H A D | ld.pot | 767 "%P%F: Relocatable linking with relocations from format %s (%B) to format %s "
|
| /freebsd-12.1/contrib/binutils/bfd/doc/ |
| H A D | bfdint.texi | 1421 Relocatable object files conventionally have only sections.
|
| /freebsd-12.1/ |
| H A D | UPDATING | 1023 Relocatable object files with the extension of .So have been renamed
|
| /freebsd-12.1/contrib/binutils/binutils/po/ |
| H A D | binutils.pot | 3301 msgid "REL (Relocatable file)"
|
| /freebsd-12.1/contrib/binutils/gas/po/ |
| H A D | gas.pot | 10620 msgid "Relocatable values require at least WORD storage"
|