Home
last modified time | relevance | path

Searched refs:relax (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/usr.sbin/jail/
H A DMakefile21 CFLAGS+=-Wl,--no-relax
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DLoongArch.cpp498 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 DRISCV.cpp324 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 DAArch64.cpp722 if (!config->relax) in AArch64Relaxer()
752 if (!config->relax || adrpRel.type != R_AARCH64_ADR_PREL_PG_HI21 || in tryRelaxAdrpAdd()
H A DX86_64.cpp866 if (!config->relax || addend != -4 || in adjustGotPcExpr()
/freebsd/stand/
H A Ddefs.mk185 CFLAGS+= -mno-relax
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_riscv.cpp771 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 Dtex63 0 search/4096 \\relax LaTeX auxiliary file
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArch.td106 : SubtargetFeature<"relax", "HasLinkerRelax", "true",
/freebsd/sys/conf/
H A Dkmod.mk177 LDFLAGS+= --no-relax
H A Dkern.mk173 CFLAGS+= -mno-relax
/freebsd/crypto/heimdal/doc/
H A Dlatin1.tex3 \def\inmathmode#1{\relax\ifmmode#1\else$#1$\fi}
/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h287 bool relax; member
H A DOptions.td398 defm relax: BB<"relax",
402 defm relax_gp: BB<"relax-gp",
H A DInputSection.cpp401 if (config->relax && !config->relocatable && in copyRelocations()
H A DDriver.cpp1393 config->relax = args.hasFlag(OPT_relax, OPT_no_relax, true); in readConfigs()
/freebsd/share/mk/
H A Dbsd.prog.mk106 CFLAGS += -mno-relax
H A Dbsd.lib.mk146 CFLAGS += -mno-relax
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def234 /// This is something we might want to relax, but for now, this is convenient
/freebsd/crypto/openssl/doc/man3/
H A DENGINE_add.pod488 relax the semantics of the function - if set nonzero it will only return
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFeatures.td1294 : SubtargetFeature<"relax", "EnableLinkerRelax", "true",
H A DRISCVInstrInfoV.td1695 // A future extension may relax the vector register alignment restrictions.
/freebsd/contrib/googletest/docs/
H A Dgmock_for_dummies.md140 class, relax - gMock turns this task into a fun game! (Well, almost.)
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstr64Bit.td690 // 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 DOptions.td4800 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">,

12