Home
last modified time | relevance | path

Searched refs:optimize (Results 1 – 25 of 80) sorted by relevance

1234

/toolchain/binutils/binutils-2.25/ld/emultempl/
Dppc32elf.em257 { "no-tls-optimize", no_argument, NULL, OPTION_NO_TLS_OPT },
258 { "no-tls-get-addr-optimize", no_argument, NULL, OPTION_NO_TLS_GET_ADDR_OPT },'
274 --no-tls-optimize Don'\''t try to optimize TLS accesses.\n\
275 --no-tls-get-addr-optimize Don'\''t use a special __tls_get_addr call.\n'
Dppc64elf.em685 { "no-tls-optimize", no_argument, NULL, OPTION_NO_TLS_OPT },
686 { "no-tls-get-addr-optimize", no_argument, NULL, OPTION_NO_TLS_GET_ADDR_OPT },
687 { "no-opd-optimize", no_argument, NULL, OPTION_NO_OPD_OPT },
688 { "no-toc-optimize", no_argument, NULL, OPTION_NO_TOC_OPT },
747 --no-tls-optimize Don'\''t try to optimize TLS accesses.\n"
750 --no-tls-get-addr-optimize Don'\''t use a special __tls_get_addr call.\n"
753 --no-opd-optimize Don'\''t optimize the OPD section.\n"
756 --no-toc-optimize Don'\''t optimize the TOC section.\n"
Dalphaelf.em93 if (link_info.optimize && !link_info.relocatable && ! RELAXATION_DISABLED_BY_USER)
/toolchain/binutils/binutils-2.25/include/
Dhp-symtab.h1237 unsigned int optimize: 2; /* level of optimization */ member
1285 unsigned int optimize: 2; /* level of optimization */ member
1764 unsigned int optimize: 2; /* optimization level */ member
Dbfdlink.h409 unsigned int optimize: 1; member
/toolchain/binutils/binutils-2.25/gold/
DTODO18 ODR false positives can happen when we optimize, since code in .h
Dcompressed_output.cc58 if (parameters->options().optimize() >= 1) in zlib_compress()
Dstringpool.cc43 && parameters->options().optimize() >= 2 in Stringpool_template()
Doptions.h980 DEFINE_uint(optimize, options::EXACTLY_ONE_DASH, 'O', 0,
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-nds32.c95 static int optimize = 0; variable
3188 optimize = 1; in nds32_parse_option()
3192 optimize = 0; in nds32_parse_option()
4060 if (optimize && subseg_text_p (now_seg)) in nds32_start_label()
4445 #define SET_ADDEND(size, convertible, optimize, insn16_on) \ argument
4447 | ((optimize) ? 1<< 30 : 0) | (insn16_on ? 1 << 29 : 0))
5038 exp.X_add_number = SET_ADDEND (4, 0, optimize, enable_16bit); in nds32_elf_append_relax_relocs()
5241 else if (!fld && !relaxing && enable_16bit && (optimize || optimize_for_space) in md_assemble()
5270 else if ((verbatim || !relaxing) && optimize && label) in md_assemble()
6134 if (optimize) in nds32_insert_relax_entry()
Dtc-m32r.c124 static int optimize; variable
274 optimize = 1; in md_parse_option()
1302 if (prev_insn.insn && seen_relaxable_p && optimize) in md_assemble()
/toolchain/binutils/binutils-2.25/
Dltoptions.m4275 [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
296 [Whether or not to optimize for fast installation])dnl
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-d10v.texi32 is used, @code{@value{AS}} will attempt to optimize its output by detecting when
35 To optimize execution performance, @code{@value{AS}} will sometimes swap the
Dc-d30v.texi32 is used, @code{@value{AS}} will attempt to optimize its output by detecting when
Dc-m32r.texi101 This option tells the assembler to attempt to optimize the
Dc-xtensa.texi76 and performance, but the linker can generally optimize away the
266 to optimize performance and to satisfy architectural requirements.
Dc-alpha.texi193 @code{lituse} relocations are used by the linker to optimize the code
/toolchain/binutils/binutils-2.25/config/
Dtls.m442 dnl Use volatile to ensure the compiler won't optimize away pointer
/toolchain/binutils/binutils-2.25/gprof/
DTODO8 + optimize bfd_find_nearest_line_num() (or replace by different interface)
/toolchain/binutils/binutils-2.25/opcodes/
Dcgen-ibld.in334 we don't optimize that case. kiss. */
/toolchain/binutils/binutils-2.25/ld/
DChangeLog-2004132 (PARSE_AND_LIST_LONGOPTS): Add no-opd-optimize and no-toc-optimize.
327 * ld.texinfo (Xtensa): Describe new linker relaxation to optimize
Dlexsup.c969 link_info.optimize = strtoul (optarg, NULL, 0) ? TRUE : FALSE; in parse_args()
DChangeLog-2009445 --no-tls-get-addr-optimize.
451 --no-tls-get-addr-optimize.
DNEWS412 * Added -O option to optimize linker output (as of this writing, this only
/toolchain/binutils/binutils-2.25/bfd/
Delf32-nds32.c11548 int optimize, int opt_size) in nds32_relax_adjust_label() argument
11707 if ((irel->r_addend & 0x1f) < 2 && (!optimize || (insn16 & 0x8000))) in nds32_relax_adjust_label()
11922 int optimize = 0; in nds32_elf_relax_section() local
12035 optimize = 1; in nds32_elf_relax_section()
12059 optimize = 1; in nds32_elf_relax_section()
12291 &relax_blank_list, optimize, opt_size)) in nds32_elf_relax_section()

1234