Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/file/magic/Magdir/
H A Dxenix6 # "Middle model" stuff, and "Xenix 8086 relocatable or 80286 small
31 >>>>(1.s+3) ubyte >0x6D 8086 relocatable (Microsoft)
80 >0 byte ^0x1 relocatable
102 0 leshort 0x580 XENIX 8086 relocatable or 80286 small model
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 Dmotorola35 # ATARI ST relocatable PRG
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DWriter.cpp99 if (config->relocatable) in getOutputSectionName()
464 if (!config->relocatable) { in createSyntheticSections()
570 if (config->relocatable) in createSyntheticSections()
621 if (config->relocatable) in run()
1091 if (config->relocatable || config->isPic) in addRelIpltSymbols()
1534 if (config->relocatable) in sortSections()
1941 if (!config->relocatable) { in finalizeSections()
2015 if (!config->relocatable) { in finalizeSections()
2805 if (config->relocatable) in checkSections()
2865 if (config->relocatable) in getELFType()
[all …]
H A DLTO.cpp121 else if (config->relocatable) in createConfig()
219 bool isExec = !config->shared && !config->relocatable; in add()
247 r.VisibleToRegularObj = config->relocatable || sym->isUsedInRegularObj || in add()
H A DDriver.cpp260 if (config->isStatic || config->relocatable) { in addFile()
338 if (!config->relocatable && !config->defineCommon) in checkOptions()
347 if (config->relocatable) { in checkOptions()
1130 config->relocatable = args.hasArg(OPT_relocatable); in readConfigs()
1412 config->copyRelocs = (config->relocatable || config->emitRelocs); in setConfigs()
1991 if (!config->relocatable) in compileBitcodeFiles()
2199 if (config->entry.empty() && !config->relocatable) in link()
2303 if (!config->relocatable) in link()
2311 if (!config->relocatable) { in link()
2430 if (!config->relocatable) in link()
[all …]
H A DInputFiles.cpp460 if (config->optimize == 0 && !config->relocatable) in shouldMerge()
586 if ((sec.sh_flags & SHF_EXCLUDE) && !config->relocatable) { in initializeSections()
626 if (config->relocatable) in initializeSections()
928 if (config->relocatable) in createInputSection()
987 if (!config->relocatable && !config->emitRelocs) in createInputSection()
1031 if (config->relocatable) { in createInputSection()
1067 if (name == ".eh_frame" && !config->relocatable) in createInputSection()
H A DSymbols.cpp124 if (d.isTls() && !config->relocatable) { in getSymVA()
282 if (config->relocatable) in computeBinding()
H A DConfig.h204 bool relocatable; member
H A DLinkerScript.cpp750 if (config->relocatable && (isec->flags & SHF_LINK_ORDER)) { in addInputSec()
798 if (config->relocatable) in addOrphanSections()
812 if (config->relocatable && (isec->flags & SHF_LINK_ORDER)) in addOrphanSections()
H A DOptions.td363 def relocatable: F<"relocatable">, HelpText<"Create relocatable object file">;
530 def: Flag<["-"], "r">, Alias<relocatable>, HelpText<"Alias for --relocatable">;
H A DInputSection.cpp115 if (!config->relocatable) in getFlags()
487 else if (config->relocatable && type != target->noneRel) in copyRelocations()
1012 if (config->relocatable) in relocate()
H A DSyntheticSections.cpp163 if (!config->relocatable) in writeTo()
220 if (!config->relocatable) in writeTo()
1057 return !config->relocatable; in isNeeded()
1401 if (!config->shared && !config->relocatable && !config->zRodynamic) in finalizeContents()
2301 if (config->relocatable) in writeTo()
3738 if (!config->isPic && !config->relocatable && in getAbiVersion()
3775 if (!config->relocatable) { in writeEhdr()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler_x86.cpp109 void generateAtomContent(const DefinedAtom &atom, bool relocatable,
410 bool relocatable, in generateAtomContent() argument
427 if (relocatable) { in generateAtomContent()
H A DArchHandler_x86_64.cpp170 void generateAtomContent(const DefinedAtom &atom, bool relocatable,
546 const DefinedAtom &atom, bool relocatable, FindAddressForAtom findAddress, in generateAtomContent() argument
561 if (relocatable) { in generateAtomContent()
H A DArchHandler_arm64.cpp162 void generateAtomContent(const DefinedAtom &atom, bool relocatable,
539 const DefinedAtom &atom, bool relocatable, FindAddressForAtom findAddress, in generateAtomContent() argument
572 if (relocatable) { in generateAtomContent()
H A DArchHandler.h181 virtual void generateAtomContent(const DefinedAtom &atom, bool relocatable,
H A DArchHandler_arm.cpp103 void generateAtomContent(const DefinedAtom &atom, bool relocatable,
1013 bool relocatable, in generateAtomContent() argument
1034 if (relocatable) { in generateAtomContent()
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DConfig.h109 bool relocatable = true; member
/freebsd-13.1/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8916-longcheer-l8150.dts23 // wcnss.mdt is not relocatable, so it must be loaded at 0x8b600000
/freebsd-13.1/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdOptions.td6 def relocatable : Flag<["-"], "r">,
7 HelpText<"Create relocatable object file">, Group<grp_kind>;
/freebsd-13.1/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp609 if (config->relocatable) { in relocate()
617 if (config->relocatable) { in relocate()

12