/freebsd/usr.sbin/jail/ |
H A D | Makefile | 21 CFLAGS+=-Wl,--no-relax
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | LoongArch.cpp | 498 return config->relax ? R_RELAX_HINT : R_NONE; in getRelExpr() 746 static bool relax(InputSection &sec) { in relax() function 835 changed |= relax(*sec); in relaxOnce()
|
H A D | RISCV.cpp | 324 return config->relax ? R_RELAX_HINT : R_NONE; in getRelExpr() 814 static bool relax(InputSection &sec) { in relax() function 929 changed |= relax(*sec); in relaxOnce()
|
H A D | AArch64.cpp | 722 if (!config->relax) in AArch64Relaxer() 752 if (!config->relax || adrpRel.type != R_AARCH64_ADR_PREL_PG_HI21 || in tryRelaxAdrpAdd()
|
H A D | X86_64.cpp | 866 if (!config->relax || addend != -4 || in adjustGotPcExpr()
|
/freebsd/stand/ |
H A D | defs.mk | 185 CFLAGS+= -mno-relax
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELF_riscv.cpp | 771 static Error relax(LinkGraph &G) { in relax() function 986 Config.PostAllocationPasses.push_back(relax); in link_ELF_riscv() 994 LinkGraphPassFunction createRelaxationPass_ELF_riscv() { return relax; } in createRelaxationPass_ELF_riscv()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | tex | 63 0 search/4096 \\relax LaTeX auxiliary file
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArch.td | 106 : SubtargetFeature<"relax", "HasLinkerRelax", "true",
|
/freebsd/sys/conf/ |
H A D | kmod.mk | 177 LDFLAGS+= --no-relax
|
H A D | kern.mk | 173 CFLAGS+= -mno-relax
|
/freebsd/crypto/heimdal/doc/ |
H A D | latin1.tex | 3 \def\inmathmode#1{\relax\ifmmode#1\else$#1$\fi}
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Config.h | 287 bool relax; member
|
H A D | Options.td | 398 defm relax: BB<"relax", 402 defm relax_gp: BB<"relax-gp",
|
H A D | InputSection.cpp | 401 if (config->relax && !config->relocatable && in copyRelocations()
|
H A D | Driver.cpp | 1393 config->relax = args.hasFlag(OPT_relax, OPT_no_relax, true); in readConfigs()
|
/freebsd/share/mk/ |
H A D | bsd.prog.mk | 106 CFLAGS += -mno-relax
|
H A D | bsd.lib.mk | 146 CFLAGS += -mno-relax
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | TargetOpcodes.def | 234 /// This is something we might want to relax, but for now, this is convenient
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ENGINE_add.pod | 488 relax the semantics of the function - if set nonzero it will only return
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVFeatures.td | 1294 : SubtargetFeature<"relax", "EnableLinkerRelax", "true",
|
H A D | RISCVInstrInfoV.td | 1695 // A future extension may relax the vector register alignment restrictions.
|
/freebsd/contrib/googletest/docs/ |
H A D | gmock_for_dummies.md | 140 class, relax - gMock turns this task into a fun game! (Well, almost.)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstr64Bit.td | 690 // while it works for add just fine, the linker can relax this to local-exec
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 4800 def mno_relax_all : Flag<["-"], "mno-relax-all">, Group<m_Group>; 4837 def mno_relax : Flag<["-"], "mno-relax">, Group<m_Group>, 5471 def mno_relax_pic_calls : Flag<["-"], "mno-relax-pic-calls">, 7098 HelpText<"Disable x86 relax relocations">,
|