Home
last modified time | relevance | path

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

123

/freebsd-10-stable/contrib/binutils/ld/emultempl/
Dcr16elf.em29 /* Flag for the emulation-specific "--no-relax" option. */
56 /* Enable relaxation by default if the "--no-relax" option was not
58 because there is a check in main() to prohibit use of --relax and
62 command_line.relax = TRUE;
75 { "no-relax", no_argument, NULL, OPTION_NO_RELAX},
79 fprintf (file, _(" --no-relax Do not relax branches\n"));
Dalphaelf.em91 /* Add -relax if -O, not -r, and not explicitly disabled. */
93 command_line.relax = TRUE;
118 { "no-relax", no_argument, NULL, OPTION_NO_RELAX },
127 --no-relax Do not relax call and gp sequences.\n\
Dneedrelax.em34 /* Force -relax on if not doing a relocatable link. */
36 command_line.relax = TRUE;
Dppc32elf.em127 if (!command_line.relax)
154 command_line.relax = TRUE;
Davrelf.em195 { "debug-relax", no_argument,
223 fprintf (file, _(" --debug-relax Used for debugging avr-ld.\n"));
/freebsd-10-stable/contrib/amd/doc/
Dtexinfo.tex4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
73 \let\+ = \relax
406 \dimen@=\dp#1\relax \unvbox#1\relax
515 \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}
904 \let\centersub\relax % don't let the definition persist, just in case
996 \let\suppressfirstparagraphindent = \relax
1032 \let\refill=\relax
1095 % can be set). So we test for \relax and 0 as well as being undefined.
1098 \ifx\pdfoutput\relax
1259 \def\expnumber#1{\expandafter\ifx\csname#1\endcsname\relax 0%
[all …]
/freebsd-10-stable/contrib/groff/doc/
Dtexinfo.tex4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
75 \let\+ = \relax
482 \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}
988 \let\suppressfirstparagraphindent = \relax
1104 \let\refill=\relax
1167 % can be set). So we test for \relax and 0 as well as \undefined,
1171 \ifx\pdfoutput\relax
1215 \def\expnumber#1{\expandafter\ifx\csname#1\endcsname\relax 0%
1217 \def\advancenumber#1{\tempnum=\expnumber{#1}\relax
1309 \let\nextmakelinks=\relax
[all …]
/freebsd-10-stable/contrib/gcc/doc/include/
Dtexinfo.tex4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
75 \let\+ = \relax
490 \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}
1011 \let\suppressfirstparagraphindent = \relax
1127 \let\refill=\relax
1190 % can be set). So we test for \relax and 0 as well as \undefined,
1194 \ifx\pdfoutput\relax
1299 \def\expnumber#1{\expandafter\ifx\csname#1\endcsname\relax 0%
1301 \def\advancenumber#1{\tempnum=\expnumber{#1}\relax
1403 \ifx\PP\D\let\nextsp\relax
[all …]
/freebsd-10-stable/contrib/binutils/ld/
Dld.h148 bfd_boolean relax; member
Dldlang.c4226 bfd_boolean *relax, in lang_size_sections_1() argument
4371 os->fill, newdot, relax, check_regions); in lang_size_sections_1()
4530 fill, dot, relax, check_regions); in lang_size_sections_1()
4589 fill, dot, relax, check_regions); in lang_size_sections_1()
4606 if (relax) in lang_size_sections_1()
4613 *relax = TRUE; in lang_size_sections_1()
4700 fill, dot, relax, check_regions); in lang_size_sections_1()
4759 one_lang_size_sections_pass (bfd_boolean *relax, bfd_boolean check_regions) in one_lang_size_sections_pass() argument
4763 &statement_list.head, 0, 0, relax, check_regions); in one_lang_size_sections_pass()
4767 lang_size_sections (bfd_boolean *relax, bfd_boolean check_regions) in lang_size_sections() argument
[all …]
Dldmain.c297 else if (command_line.relax) in main()
1019 if (command_line.relax) in multiple_definition()
1022 command_line.relax = 0; in multiple_definition()
DChangeLog-91974756 on attempts to use -r with -relax, -call_shared or -s.
5503 ldwarn.c, ldwarn.h, relax.c, relax.h: Removed.
5577 relax.c.
5579 relax.h.
5780 * relax.c (write_relax): Check return value of bfd_seclet_link.
6324 ldwrite.c, lexsup.c, mri.c, relax.c: Replace DEFUN macro calls
6557 * relax.c (build_it): When forced to write a NEVER_LOAD section,
6604 * relax.c (relax_section): don't complain if the script file isn't
6605 relaxable but -relax is set
6672 * relax.c: Added copyright.
[all …]
Dld.texinfo1444 @kindex --relax
1447 @item --relax
1468 On some platforms, the @samp{--relax} option performs global
1481 On platforms where this is not supported, @samp{--relax} is accepted,
5266 you specify the @samp{--relax} command-line option.
5363 @cindex @option{--relax} on i960
5365 @command{ld} supports the @samp{--relax} option for the i960 family. If
5366 you specify @samp{--relax}, @command{ld} finds all @code{balx} and
5397 optimizations when you specify the @samp{--relax} command-line option.
5689 @kindex --relax on PowerPC
[all …]
Dlexsup.c1100 command_line.relax = TRUE; in parse_args()
/freebsd-10-stable/usr.bin/dtc/
DHACKING25 use of C++11 features. It would be a good idea to relax this restriction once
/freebsd-10-stable/contrib/file/magic/Magdir/
Dtex61 0 search/4096 \\relax LaTeX auxiliary file
/freebsd-10-stable/contrib/binutils/gas/doc/
Dc-sh.texi29 @kindex --relax
41 @item --relax
Dc-alpha.texi85 @cindex @code{-relax} command line option, Alpha
86 @item -relax
Dinternals.texi1191 This macro may be defined to relax a frag. GAS will call this with the
1200 machine independent code knows how to use such a table to relax PC relative
1206 the relax table.
1649 GAS knows to relax a particular type of PC relative relocation using a table.
1661 @code{TC_GENERIC_RELAX_TABLE}, GAS will relax @code{rs_machine_dependent} frags
1723 Index of the next-longer relax state, or zero if there is no next relax state.
/freebsd-10-stable/contrib/binutils/gas/
DChangeLog106 * config/xtensa-relax.c (widen_spec_list): Add transitions from
319 * config/tc-m68k.c (relaxable_symbol): Do not relax weak symbols.
789 to break infinite relax loop when given impossible
1108 * config/xtensa-relax.h (struct build_instr): Delete id field.
1109 * config/xtensa-relax.c (widen_spec_list): Remove zeros from LITERAL
1118 * config/xtensa-relax.c (build_transition): Remove code after as_fatal.
DMakefile.am593 xtensa-relax.o: $(srcdir)/config/xtensa-relax.c
594 $(COMPILE) -c $(srcdir)/config/xtensa-relax.c
Dconfigure.in362 echo ${extra_objects} | grep -s "xtensa-relax.o"
364 extra_objects="$extra_objects xtensa-relax.o"
DChangeLog-02031935 fixp's. Don't relax overflow checking for partial_inplace relocations.
2472 (xtensa-relax.o): New target.
2475 * configure.in: Handle xtensa-*-*. Add xtensa-relax.o to
2482 * config/xtensa-relax.c: Likewise.
2483 * config/xtensa-relax.h: Likewise.
3414 * config/tc-m68hc11.c (STATE_INDEXED_PCREL): New relax code.
3415 (md_relax_table): Define specific relax for PC-rel offsets.
3416 (build_indexed_byte): Use a STATE_INDEXED_PCREL relax code.
3417 (m68hc11_relax_frag): Handle the new relax code.
3466 (relax): Delete.
[all …]
/freebsd-10-stable/crypto/heimdal/doc/
Dlatin1.tex3 \def\inmathmode#1{\relax\ifmmode#1\else$#1$\fi}
/freebsd-10-stable/contrib/binutils/include/elf/
DChangeLog228 * m32c.h: Add relax relocs.

123