/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | ppc32elf.em | 257 { "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'
|
D | ppc64elf.em | 685 { "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"
|
D | alphaelf.em | 93 if (link_info.optimize && !link_info.relocatable && ! RELAXATION_DISABLED_BY_USER)
|
/toolchain/binutils/binutils-2.25/include/ |
D | hp-symtab.h | 1237 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
|
D | bfdlink.h | 409 unsigned int optimize: 1; member
|
/toolchain/binutils/binutils-2.25/gold/ |
D | TODO | 18 ODR false positives can happen when we optimize, since code in .h
|
D | compressed_output.cc | 58 if (parameters->options().optimize() >= 1) in zlib_compress()
|
D | stringpool.cc | 43 && parameters->options().optimize() >= 2 in Stringpool_template()
|
D | options.h | 980 DEFINE_uint(optimize, options::EXACTLY_ONE_DASH, 'O', 0,
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-nds32.c | 95 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()
|
D | tc-m32r.c | 124 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/ |
D | ltoptions.m4 | 275 [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/ |
D | c-d10v.texi | 32 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
|
D | c-d30v.texi | 32 is used, @code{@value{AS}} will attempt to optimize its output by detecting when
|
D | c-m32r.texi | 101 This option tells the assembler to attempt to optimize the
|
D | c-xtensa.texi | 76 and performance, but the linker can generally optimize away the 266 to optimize performance and to satisfy architectural requirements.
|
D | c-alpha.texi | 193 @code{lituse} relocations are used by the linker to optimize the code
|
/toolchain/binutils/binutils-2.25/config/ |
D | tls.m4 | 42 dnl Use volatile to ensure the compiler won't optimize away pointer
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | TODO | 8 + optimize bfd_find_nearest_line_num() (or replace by different interface)
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | cgen-ibld.in | 334 we don't optimize that case. kiss. */
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ChangeLog-2004 | 132 (PARSE_AND_LIST_LONGOPTS): Add no-opd-optimize and no-toc-optimize. 327 * ld.texinfo (Xtensa): Describe new linker relaxation to optimize
|
D | lexsup.c | 969 link_info.optimize = strtoul (optarg, NULL, 0) ? TRUE : FALSE; in parse_args()
|
D | ChangeLog-2009 | 445 --no-tls-get-addr-optimize. 451 --no-tls-get-addr-optimize.
|
D | NEWS | 412 * Added -O option to optimize linker output (as of this writing, this only
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-nds32.c | 11548 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()
|