Home
last modified time | relevance | path

Searched refs:relocatable (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/contrib/file/magic/Magdir/
H A Dxenix6 # "Middle model" stuff, and "Xenix 8086 relocatable or i286 small
33 >>>>>(1.s+3) ubyte <0xF2 8086 relocatable (Microsoft)
151 >0 byte ^0x1 relocatable
177 0 leshort 0x580 XENIX 8086 relocatable or i286 small model
178 # GRR: line above is too general as it catches also all 8086 relocatable (Microsoft) with 1st recor…
H A Dadi11 >>18 lelong ^01 relocatable object,
H A Dbout6 0 long 0x10d i960 b.out relocatable object
H A Dolf34 >>16 leshort 1 relocatable,
67 >>16 beshort 1 relocatable,
H A Dhp22 # "/etc/magic", though, except for the "archive file relocatable library"
53 0 belong 0x02100106 PA-RISC1.1 relocatable object
76 0 belong 0x02140106 PA-RISC2.0 relocatable object
100 0 belong 0x020b0106 PA-RISC1.0 relocatable object
124 0 long 0x02080106 HP s500 relocatable executable
155 0 belong 0x020c0106 HP s200 relocatable executable
H A Dmotorola41 # ATARI ST relocatable PRG
H A Dmsvc50 #>0 byte 0xF0 relocatable Object Module Format (OMF) libray
H A Delf59 >16 leshort 1 relocatable,
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp95 else if (config->relocatable) in createConfig()
216 bool isExec = !config->shared && !config->relocatable; in add()
246 r.VisibleToRegularObj = config->relocatable || sym->isUsedInRegularObj || in add()
H A DWriter.cpp1243 if (config->relocatable) { in sortSections()
1375 if (!config->relocatable && config->emachine == EM_ARM && in resolveShfLinkOrder()
1530 if (!config->relocatable) in finalizeAddressDependentContent()
1533 if (config->relocatable) in finalizeAddressDependentContent()
1695 if (!config->relocatable) { in finalizeSections()
1786 if (!config->relocatable) { in finalizeSections()
1851 if (!config->relocatable) in finalizeSections()
1922 if (!config->relocatable && !config->oFormatBinary) { in finalizeSections()
2007 if (!script->hasSectionsCommand && !config->relocatable) in finalizeSections()
2652 if (config->relocatable) in checkSections()
[all …]
H A DDriver.cpp435 if (config->relocatable) { in checkOptions()
1396 config->relocatable = args.hasArg(OPT_relocatable); in readConfigs()
1721 if (config->nmagic || config->omagic || config->relocatable) in readConfigs()
1809 config->copyRelocs = (config->relocatable || config->emitRelocs); in setConfigs()
1868 (!config->entry.empty() || (!config->shared && !config->relocatable)); in setConfigs()
1869 if (config->entry.empty() && !config->relocatable) in setConfigs()
1906 config->isStatic = config->relocatable; in createFiles()
1962 if (!config->relocatable) in createFiles()
2518 if (!config->relocatable) in compileBitcodeFiles()
2947 if (!config->relocatable) in link()
[all …]
H A DInputFiles.cpp605 if (sec.sh_type == SHT_LLVM_DEPENDENT_LIBRARIES && !config->relocatable) { in parse()
724 if (config->optimize == 0 && !config->relocatable) in shouldMerge()
792 if ((sec.sh_flags & SHF_EXCLUDE) && !config->relocatable) { in initializeSections()
816 if (!config->relocatable) in initializeSections()
852 if (config->relocatable && !config->fatLTOObjects) { in initializeSections()
1086 if (config->relocatable) { in createInputSection()
1115 if (name == ".eh_frame" && !config->relocatable) in createInputSection()
H A DLinkerScript.cpp61 assert(config->relocatable && (rel->flags & SHF_LINK_ORDER)); in getOutputSectionName()
72 if (config->relocatable) in getOutputSectionName()
852 if (config->relocatable && (isec->flags & SHF_LINK_ORDER)) { in addInputSec()
912 if (config->relocatable && (isec->flags & SHF_LINK_ORDER)) in addOrphanSections()
920 if (config->relocatable) in addOrphanSections()
H A DSyntheticSections.cpp170 if (!config->relocatable) in writeTo()
227 if (!config->relocatable) in writeTo()
1085 return !config->relocatable; in isNeeded()
1395 if (!config->shared && !config->relocatable && !config->zRodynamic) in computeContents()
2226 if (config->relocatable) in getCommonSec()
2311 if (config->relocatable) in writeTo()
4345 if (!config->isPic && !config->relocatable && in getAbiVersion()
4379 if (!config->relocatable) { in writeEhdr()
4493 return !config->relocatable && !config->shared && in needsInterpSection()
4510 (config->relocatable || config->shared || needsInterpSection()); in canHaveMemtagGlobals()
[all …]
H A DOptions.td424 def relocatable: F<"relocatable">, HelpText<"Create relocatable object file">;
593 def: Flag<["-"], "r">, Alias<relocatable>, HelpText<"Alias for --relocatable">;
690 "Ignore the .llvm.lto section in relocatable object files (default).">;
H A DConfig.h289 bool relocatable; member
H A DInputSection.cpp401 if (config->relax && !config->relocatable && in copyRelocations()
516 else if (config->relocatable && (sec->flags & SHF_ALLOC) && in copyRelocations()
1054 if (config->relocatable && (RelTy::HasAddend || sym.type != STT_SECTION)) in relocateNonAlloc()
H A DSymbols.cpp133 if (d.isTls() && !config->relocatable) { in getSymVA()
/freebsd/contrib/llvm-project/libcxx/include/
H A D__split_buffer69 // A __split_buffer contains the following members which may be trivially relocatable:
70 // - pointer: may be trivially relocatable, so it's checked
71 // - allocator_type: may be trivially relocatable, so it's checked
72 …// __split_buffer doesn't have any self-references, so it's trivially relocatable if its members a…
/freebsd/contrib/llvm-project/lld/COFF/
H A DConfig.h128 bool relocatable = true; member
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp607 if (config->relocatable) { in relocate()
615 if (config->relocatable) { in relocate()
H A DLoongArch.cpp823 if (config->relocatable) in relaxOnce()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8916-longcheer-l8150.dts29 * For some reason, the signed wcnss firmware is not relocatable.
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DREADME.md143 Only linked executables are handled. It does not support relocatable
/freebsd/contrib/llvm-project/lld/docs/
H A DWebAssembly.rst110 binaries that are themselves static (non-relocatable) but whose undefined

12