Home | History | Annotate | Download | only in config

Lines Matching defs:relaxable

1990 	      as_bad (_("relaxable branches not supported in absolute section"));
4667 bool relaxable = false;
4683 relaxable = true;
4687 /* R_RISCV_GOT_HI20 and the following R_RISCV_LO12_I are relaxable
4691 relaxable = true;
4714 relaxable = true;
4922 relaxable = true;
4957 relaxable = true;
4986 relaxable = true;
5001 /* Add an R_RISCV_RELAX reloc if the reloc is relaxable. */
5002 if (relaxable && fixP->fx_tcbit && fixP->fx_addsy != NULL)