Home
last modified time | relevance | path

Searched refs:best (Results 1 – 25 of 42) sorted by relevance

12

/toolchain/binutils/binutils-2.25/bfd/
Dcpu-sh.c457 unsigned int best = ~arch_set; in sh_get_bfd_mach_from_arch_set() local
481 if (((try & ~arch_set) < (best & ~arch_set) in sh_get_bfd_mach_from_arch_set()
482 || ((try & ~arch_set) == (best & ~arch_set) in sh_get_bfd_mach_from_arch_set()
483 && (~try & arch_set) < (~best & arch_set))) in sh_get_bfd_mach_from_arch_set()
487 best = try; in sh_get_bfd_mach_from_arch_set()
Dlinker.c3018 asection *next, *prev, *best; in _bfd_nearby_section() local
3040 best = next; in _bfd_nearby_section()
3044 best = bfd_abs_section_ptr; in _bfd_nearby_section()
3047 best = prev; in _bfd_nearby_section()
3059 best = prev; in _bfd_nearby_section()
3064 best = prev; in _bfd_nearby_section()
3069 best = prev; in _bfd_nearby_section()
3076 best = prev; in _bfd_nearby_section()
3079 return best; in _bfd_nearby_section()
Delf32-nds32.c12565 struct nds32_fag *best; /* Best fag. */ in nds32_fag_find_base() local
12582 best = base; in nds32_fag_find_base()
12604 best = base; in nds32_fag_find_base()
12610 *bestpp = best; in nds32_fag_find_base()
DCOPYING626 possible use to the public, the best way to achieve this is to make it
/toolchain/binutils/binutils-2.25/opcodes/
Dm68k-dis.c1324 const struct m68k_opcode * best) in match_insn_m68k() argument
1329 const char *args = best->args; in match_insn_m68k()
1388 if (p - buffer < 4 && (best->match & 0xFFFF) != 0) in match_insn_m68k()
1394 && (best->match & 0xffff) == 0xffff in match_insn_m68k()
1437 best->name, best->args); in match_insn_m68k()
1448 info->fprintf_func (info->stream, "%s", best->name); in match_insn_m68k()
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
Dbwtest-err-1.s65 ; best I could get without major changes in BW-handling. Not
/toolchain/binutils/binutils-2.25/gas/doc/
Dall.texi103 @c Text for target machine (best not used in generic case; but just in case...)
Dc-xtensa.texi507 range from -2048 to 2047. Values outside this range are best
Dinternals.texi763 The best approach is, of course, to copy existing files. The documentation
1280 object files, or at least is the generic code's best guess. Specifically,
Dc-i386.texi684 Instruction prefixes are best written on the same line as the instruction
/toolchain/binutils/binutils-2.25/
DREADME28 If you have more than one compiler on your system, it is often best to
DCOPYING285 possible use to the public, the best way to achieve this is to make it
DCOPYING3626 possible use to the public, the best way to achieve this is to make it
Dlibtool.m44398 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
5706 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
7079 # If we don't have a new enough Autoconf to choose the best grep
7095 # If we don't have a new enough Autoconf to choose the best objdump
/toolchain/binutils/binutils-2.25/gprof/
DTODO54 be requested (e.g., -g vs. -g3); leaving it up to the user seems best
Dgprof.texi157 statistical at best.
1724 the best way to get finer-grained information on where the program
/toolchain/binutils/binutils-2.25/gold/
Dlayout.cc2262 Output_segment* best = NULL; in find_first_load_seg() local
2274 if (best == NULL || this->segment_precedes(*p, best)) in find_first_load_seg()
2275 best = *p; in find_first_load_seg()
2278 if (best != NULL) in find_first_load_seg()
2279 return best; in find_first_load_seg()
/toolchain/binutils/binutils-2.25/include/
DCOPYING285 possible use to the public, the best way to achieve this is to make it
DCOPYING3626 possible use to the public, the best way to achieve this is to make it
/toolchain/binutils/binutils-2.25/texinfo/
Dtexinfo.tex1546 % their "best" equivalent, based on the @documentencoding. Right
2974 % be smaller yet, but lllsize is the best we can do for now.
3433 % right away at the @itemize. It's not the best error message in the
4347 % control sequences and just writes whatever the best ASCII sort string
4424 % Of course this is not nearly correct, but it is the best we can do for now.
4679 % Do our best not to break after the initial.
5293 % 3) Likewise, headings look best if no \parindent is used, and
7276 % are best written with fairly long node names, containing hyphens, this
7723 % float "here". But it seemed the best name for the future.
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c6249 Elf_Internal_Sym * best = NULL; in find_symbol_for_address() local
6266 best = sym; in find_symbol_for_address()
6273 if (best) in find_symbol_for_address()
6275 *symname = (best->st_name >= strtab_size in find_symbol_for_address()
6276 ? _("<corrupt>") : strtab + best->st_name); in find_symbol_for_address()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ia64.c7285 int i, j, k, t, goodness, best, ok; in md_begin() local
7392 best = 0; in md_begin()
7424 if (goodness > best) in md_begin()
7426 best = goodness; in md_begin()
/toolchain/binutils/binutils-2.25/ld/
Dldint.texinfo393 best done by using the @code{PROVIDE} construct with a default stack
/toolchain/binutils/binutils-2.25/gas/
DCOPYING626 possible use to the public, the best way to achieve this is to make it
DChangeLog-2007155 (xg_assemble_vliw_tokens): Update the code to select the "best" line

12