/toolchain/binutils/binutils-2.25/bfd/ |
D | cpu-sh.c | 457 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()
|
D | linker.c | 3018 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()
|
D | elf32-nds32.c | 12565 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()
|
D | COPYING | 626 possible use to the public, the best way to achieve this is to make it
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | m68k-dis.c | 1324 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/ |
D | bwtest-err-1.s | 65 ; best I could get without major changes in BW-handling. Not
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | all.texi | 103 @c Text for target machine (best not used in generic case; but just in case...)
|
D | c-xtensa.texi | 507 range from -2048 to 2047. Values outside this range are best
|
D | internals.texi | 763 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,
|
D | c-i386.texi | 684 Instruction prefixes are best written on the same line as the instruction
|
/toolchain/binutils/binutils-2.25/ |
D | README | 28 If you have more than one compiler on your system, it is often best to
|
D | COPYING | 285 possible use to the public, the best way to achieve this is to make it
|
D | COPYING3 | 626 possible use to the public, the best way to achieve this is to make it
|
D | libtool.m4 | 4398 # 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/ |
D | TODO | 54 be requested (e.g., -g vs. -g3); leaving it up to the user seems best
|
D | gprof.texi | 157 statistical at best. 1724 the best way to get finer-grained information on where the program
|
/toolchain/binutils/binutils-2.25/gold/ |
D | layout.cc | 2262 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/ |
D | COPYING | 285 possible use to the public, the best way to achieve this is to make it
|
D | COPYING3 | 626 possible use to the public, the best way to achieve this is to make it
|
/toolchain/binutils/binutils-2.25/texinfo/ |
D | texinfo.tex | 1546 % 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/ |
D | readelf.c | 6249 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/ |
D | tc-ia64.c | 7285 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/ |
D | ldint.texinfo | 393 best done by using the @code{PROVIDE} construct with a default stack
|
/toolchain/binutils/binutils-2.25/gas/ |
D | COPYING | 626 possible use to the public, the best way to achieve this is to make it
|
D | ChangeLog-2007 | 155 (xg_assemble_vliw_tokens): Update the code to select the "best" line
|