Home
last modified time | relevance | path

Searched refs:Relocatable (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DWriter.cpp95 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 DLTO.cpp79 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 DDriver.cpp227 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 DSymbols.cpp93 if (D.isTls() && !Config->Relocatable) { in getSymVA()
231 if (Config->Relocatable) in computeBinding()
H A DInputFiles.cpp336 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 DInputSection.cpp100 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 DConfig.h169 bool Relocatable; member
H A DSyntheticSections.cpp156 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 DOutputSections.cpp271 assert(Config->Relocatable); in finalizeShtGroup()
H A DLinkerScript.cpp583 if (Config->Relocatable && (IS->Flags & SHF_MERGE)) in addInputSec()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DCuda.cpp406 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 DConfig.h97 bool Relocatable = true; member
H A DWriter.cpp1151 if (!Config->Relocatable) in writeHeader()
1740 if (!Config->Relocatable) in addBaserels()
H A DDriver.cpp1076 Config->Relocatable = false; in link()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DMips.cpp502 if (Config->Relocatable) { in relocateOne()
510 if (Config->Relocatable) { in relocateOne()
/freebsd-12.1/contrib/binutils/gas/doc/
H A Dc-avr.texi87 * AVR-Modifiers:: Relocatable Expression Modifiers
128 @subsection Relocatable Expression Modifiers
/freebsd-12.1/contrib/apr-util/
H A DREADME33 Relocatable Memory Management functions
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp2582 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 DCommandFlags.inc51 "Relocatable external references, non-relocatable code"),
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp5497 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 Dld.pot767 "%P%F: Relocatable linking with relocations from format %s (%B) to format %s "
/freebsd-12.1/contrib/binutils/bfd/doc/
H A Dbfdint.texi1421 Relocatable object files conventionally have only sections.
/freebsd-12.1/
H A DUPDATING1023 Relocatable object files with the extension of .So have been renamed
/freebsd-12.1/contrib/binutils/binutils/po/
H A Dbinutils.pot3301 msgid "REL (Relocatable file)"
/freebsd-12.1/contrib/binutils/gas/po/
H A Dgas.pot10620 msgid "Relocatable values require at least WORD storage"

12