/toolchain/binutils/binutils-2.25/gold/ |
D | parameters.cc | 208 General_options::Endianness endianness = this->options().endianness(); in check_target_endianness() local 209 if (endianness != General_options::ENDIANNESS_NOT_SET) in check_target_endianness() 212 if (endianness == General_options::ENDIANNESS_BIG) in check_target_endianness() 216 gold_assert(endianness == General_options::ENDIANNESS_LITTLE); in check_target_endianness() 356 General_options::Endianness endianness = parameters->options().endianness(); in parameters_force_valid_target() local 357 if (endianness == General_options::ENDIANNESS_BIG) in parameters_force_valid_target() 359 else if (endianness == General_options::ENDIANNESS_LITTLE) in parameters_force_valid_target()
|
D | README | 42 class templates also have an endianness parameter: true for
|
D | options.h | 1574 endianness() const in endianness() function
|
/toolchain/binutils/binutils-2.25/elfcpp/ |
D | README | 9 ELF file class (32 or 64 bits) and the endianness.
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | nios2-dis.c | 502 enum bfd_endian endianness) in print_insn_nios2() argument 511 if (endianness == BFD_ENDIAN_BIG) in print_insn_nios2()
|
D | mips-dis.c | 2401 enum bfd_endian endianness) in _print_insn_mips() argument 2434 if (endianness == BFD_ENDIAN_BIG) in _print_insn_mips()
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-tic6x.texi | 82 Generate code for the specified endianness. The default is
|
D | c-tilegx.texi | 38 Select the endianness, either big-endian (-EB) or little-endian (-EL).
|
D | as.texinfo | 1146 @cindex PJ endianness 1147 @cindex endianness, PJ 1261 @cindex MIPS endianness 1262 @cindex endianness, MIPS 4511 the endianness of the processor). If it skips 1 or 3 bytes, the fill value is 5873 the endianness of the processor). If it skips 1 or 3 bytes, the fill value is 6550 are stored in target endianness byte order.
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | xtensaelf.em | 424 /* Check that the output endianness matches the Xtensa 453 /* Check that the endianness for each input file matches the output.
|
/toolchain/binutils/binutils-2.25/binutils/doc/ |
D | binutils.texi | 1171 Note---@command{objcopy} is not able to change the endianness of its input 1172 files. If the input format has an endianness (some formats do not), 1174 same endianness or which have no endianness (e.g., @samp{srec}). 1552 endianness of the ROM may need to be modified. 1985 @cindex endianness 1986 @cindex disassembly endianness 1987 Specify the endianness of the object files. This only affects 1989 does not describe endianness information, such as S-records.
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | ChangeLog-0001 | 1034 endianness of the input object file. 1036 * binutils.texi: Explain that objcopy cannot convert endianness.
|
/toolchain/binutils/binutils-2.25/ld/po/ |
D | id.po | 749 msgid "%P: warning: could not find any targets that match endianness requirement\n" 750 msgstr "%P: peringatan: tidak dapat menemukan target apapun yan cocok dengan endianness yang dibutu…
|
D | zh_CN.po | 624 msgid "%P: warning: could not find any targets that match endianness requirement\n"
|
D | zh_TW.po | 620 msgid "%P: warning: could not find any targets that match endianness requirement\n"
|
D | ld.pot | 798 "%P: warning: could not find any targets that match endianness requirement\n"
|
/toolchain/binutils/binutils-2.25/binutils/po/ |
D | uk.po | 491 msgid "endianness unknown" 3857 msgid "Unable to change endianness of input file(s)" 3858 msgstr "Неможливо змінити endianness вхідного файла" 8057 " -e --encoding={s,S,b,l,B,L} Select character size and endianness:\n" 8167 " -F --target <target> Specify output target for endianness.\n"
|
D | hr.po | 485 msgid "endianness unknown" 3645 msgid "Unable to change endianness of input file(s)" 7590 " -e --encoding={s,S,b,l,B,L} Select character size and endianness:\n" 7680 " -F --target <target> Specify output target for endianness.\n"
|
D | binutils.pot | 522 msgid "endianness unknown" 4090 msgid "Unable to change endianness of input file(s)" 8593 " -e --encoding={s,S,b,l,B,L} Select character size and endianness:\n" 8687 " -F --target <target> Specify output target for endianness.\n"
|
D | bg.po | 535 msgid "endianness unknown" 4113 msgid "Unable to change endianness of input file(s)" 8666 " -e --encoding={s,S,b,l,B,L} Select character size and endianness:\n" 8775 " -F --target <target> Specify output target for endianness.\n"
|
D | ru.po | 3532 msgid "Unable to change endianness of input file(s)" 3533 msgstr "Не удаётся изменить endianness входного файла" 8074 " -e --encoding={s,S,b,l,B,L} Select character size and endianness:\n" 8153 " -F --target <target> Specify output target for endianness.\n"
|
D | sr.po | 535 msgid "endianness unknown" 4270 msgid "Unable to change endianness of input file(s)" 8978 " -e --encoding={s,S,b,l,B,L} Select character size and endianness:\n" 9087 " -F --target <target> Specify output target for endianness.\n"
|
D | zh_CN.po | 1854 msgid "Unable to change endianness of input file(s)" 4605 " -e --encoding={s,b,l,B,L} Select character size and endianness:\n"
|
D | fr.po | 537 msgid "endianness unknown" 538 msgstr "endianness inconnue" 4274 msgid "Unable to change endianness of input file(s)" 8986 " -e --encoding={s,S,b,l,B,L} Select character size and endianness:\n" 9096 " -F --target <target> Specify output target for endianness.\n"
|
/toolchain/binutils/binutils-2.25/bfd/po/ |
D | sv.po | 1853 msgid "%s: endianness incompatible with that of the selected emulation" 1854 msgstr "%s: endianness inkompatibel med den f�r den valda emuleringen"
|