Home
last modified time | relevance | path

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

123

/freebsd/contrib/pkgconf/t/basic/
H A Ddefine-prefix.test3 Query: %TEST_FIXTURES_DIR%/lib-relocatable/lib/pkgconfig/foo.pc
4 ExpectedStdout: %TEST_FIXTURES_DIR%/lib-relocatable
/freebsd/contrib/pkgconf/t/cli/
H A Dprefix-variable.test2 …fix --prefix-variable=prefix --variable=prefix %TEST_FIXTURES_DIR%/lib-relocatable/lib/pkgconfig/f…
3 ExpectedStdout: %TEST_FIXTURES_DIR%/lib-relocatable
H A Ddont-define-prefix.test2 …-prefix --dont-define-prefix --variable=prefix %TEST_FIXTURES_DIR%/lib-relocatable/lib/pkgconfig/f…
/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 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 Dolf34 >>16 leshort 1 relocatable,
67 >>16 beshort 1 relocatable,
H A Dadi11 >>18 lelong ^01 relocatable object,
H A Dbout6 0 long 0x10d i960 b.out relocatable object
H A Dmotorola41 # ATARI ST relocatable PRG
H A Dmsvc50 #>0 byte 0xF0 relocatable Object Module Format (OMF) libray
/freebsd/contrib/llvm-project/lld/ELF/
H A DLTO.cpp92 else if (ctx.arg.relocatable) in createConfig()
222 bool isExec = !ctx.arg.shared && !ctx.arg.relocatable; in add()
252 r.VisibleToRegularObj = ctx.arg.relocatable || sym->isUsedInRegularObj || in add()
H A DWriter.cpp1290 if (ctx.arg.relocatable) { in sortSections()
1426 if (!ctx.arg.relocatable && ctx.arg.emachine == EM_ARM && in resolveShfLinkOrder()
1617 if (!ctx.arg.relocatable) in finalizeAddressDependentContent()
1620 if (ctx.arg.relocatable) in finalizeAddressDependentContent()
1624 uint64_t imageBase = ctx.script->hasSectionsCommand || ctx.arg.relocatable in finalizeAddressDependentContent()
1797 if (!ctx.arg.relocatable) { in finalizeSections()
1895 if (!ctx.arg.relocatable) { in finalizeSections()
1961 if (!ctx.arg.relocatable) in finalizeSections()
2040 if (!ctx.arg.relocatable && !ctx.arg.oFormatBinary) { in finalizeSections()
2126 if (!ctx.script->hasSectionsCommand && !ctx.arg.relocatable) in finalizeSections()
[all …]
H A DInputFiles.cpp591 if (sec.sh_type == SHT_LLVM_DEPENDENT_LIBRARIES && !ctx.arg.relocatable) { in parse()
690 if (ctx.arg.optimize == 0 && !ctx.arg.relocatable) in shouldMerge()
757 if ((sec.sh_flags & SHF_EXCLUDE) && !ctx.arg.relocatable) { in initializeSections()
781 if (!ctx.arg.relocatable) in initializeSections()
817 if (ctx.arg.relocatable && !ctx.arg.fatLTOObjects) { in initializeSections()
1072 if ((sec.sh_flags & SHF_EXECINSTR) && !ctx.arg.relocatable && in createInputSection()
1099 if (ctx.arg.relocatable) { in createInputSection()
1128 if (name == ".eh_frame" && !ctx.arg.relocatable) in createInputSection()
H A DSyntheticSections.cpp170 if (!ctx.arg.relocatable) in writeTo()
228 if (!ctx.arg.relocatable) in writeTo()
1134 return !ctx.arg.relocatable; in isNeeded()
1446 if (!ctx.arg.shared && !ctx.arg.relocatable && !ctx.arg.zRodynamic) in computeContents()
2285 static BssSection *getCommonSec(bool relocatable, Symbol *sym) { in getCommonSec() argument
2286 if (relocatable) in getCommonSec()
2308 bool relocatable = ctx.arg.relocatable; in writeTo() local
2318 if (BssSection *commonSec = getCommonSec(relocatable, sym)) { in writeTo()
2371 if (ctx.arg.relocatable) in writeTo()
2391 bool relocatable = ctx.arg.relocatable; in writeTo() local
[all …]
H A DDriver.cpp458 if (ctx.arg.relocatable) { in checkOptions()
1522 ctx.arg.relocatable = args.hasArg(OPT_relocatable); in readConfigs()
1896 if (ctx.arg.nmagic || ctx.arg.omagic || ctx.arg.relocatable) in readConfigs()
1980 ctx.arg.copyRelocs = (ctx.arg.relocatable || ctx.arg.emitRelocs); in setConfigs()
2039 (!ctx.arg.entry.empty() || (!ctx.arg.shared && !ctx.arg.relocatable)); in setConfigs()
2040 if (ctx.arg.entry.empty() && !ctx.arg.relocatable) in setConfigs()
2078 ctx.arg.isStatic = ctx.arg.relocatable; in createFiles()
2130 if (!ctx.arg.relocatable) in createFiles()
2720 if (!ctx.arg.relocatable) in compileBitcodeFiles()
3252 if (!ctx.arg.relocatable) in link()
[all …]
H A DLinkerScript.cpp57 assert(ctx.arg.relocatable && (rel->flags & SHF_LINK_ORDER)); in getOutputSectionName()
69 if (ctx.arg.relocatable) in getOutputSectionName()
977 if (ctx.arg.relocatable && (isec->flags & SHF_LINK_ORDER)) { in addInputSec()
1033 if (ctx.arg.relocatable && (isec->flags & SHF_LINK_ORDER)) in addOrphanSections()
1049 if (ctx.arg.relocatable) in addOrphanSections()
H A DOptions.td445 def relocatable: F<"relocatable">, HelpText<"Create relocatable object file">;
623 def: Flag<["-"], "r">, Alias<relocatable>, HelpText<"Alias for --relocatable">;
730 "Ignore the .llvm.lto section in relocatable object files (default).">;
H A DInputSection.cpp435 if (!ctx.arg.relocatable && (linkerRelax || ctx.arg.branchToBranch)) { in copyRelocations()
552 else if (ctx.arg.relocatable && (sec->flags & SHF_ALLOC) && in copyRelocations()
1122 if (ctx.arg.relocatable && (RelTy::HasAddend || sym.type != STT_SECTION)) in relocateNonAlloc()
H A DSymbols.cpp121 if (d.isTls() && !ctx.arg.relocatable) { in getSymVA()
/freebsd/contrib/llvm-project/libcxx/include/
H A D__split_buffer68 // A __split_buffer contains the following members which may be trivially relocatable:
69 // - pointer: may be trivially relocatable, so it's checked
70 // - allocator_type: may be trivially relocatable, so it's checked
71 …// __split_buffer doesn't have any self-references, so it's trivially relocatable if its members a…
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
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.h131 bool relocatable = true; member
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DMips.cpp609 if (ctx.arg.relocatable) { in relocate()
617 if (ctx.arg.relocatable) { in relocate()
/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

123