Home
last modified time | relevance | path

Searched refs:formats (Results 1 – 25 of 183) sorted by relevance

12345678

/toolchain/binutils/binutils-2.27/bfd/doc/
Dbfdsumm.texi30 @emph{Information can be lost during output.} The output formats
50 internal canonical form of the external formats is not exhaustive; there
51 are structures in input formats for which there is no direct
54 between external to internal and back to external formats.
69 @code{b.out}. When a mixture of formats is linked, the information is
110 operate on a collection of symbols of wildly different formats without
133 input formats. For instance, Oasys provides a byte relocation format.
140 Object formats can contain, for debugging purposes, some form of mapping
149 between formats (COFF, IEEE and Oasys).
Dbfd.texinfo122 b.out file formats. Cygnus was providing GNU support for the team, and
130 different object file formats: IEEE-695, Oasys, Srecords, a.out and 68k
188 but loses efficiency when applied to formats such as S-records and
Dfdl.texi87 for automatic translation to a variety of formats suitable for input
94 Examples of suitable formats for Transparent copies include plain
99 of transparent image formats include @acronym{PNG}, @acronym{XCF} and
100 @acronym{JPG}. Opaque formats include proprietary formats that can be
110 formats which do not have any title page as such, ``Title Page'' means
/toolchain/binutils/binutils-2.27/bfd/
Dxtensa-isa.c511 if ((SLOT) < 0 || (SLOT) >= (INTISA)->formats[FMT].num_slots) \
525 return intisa->formats[fmt].name; in xtensa_format_name()
544 if (strcasecmp (fmtname, intisa->formats[fmt].name) == 0) in xtensa_format_lookup()
575 (*intisa->formats[fmt].encode_fn) (insn); in xtensa_format_encode()
585 return intisa->formats[fmt].length; in xtensa_format_length()
594 return intisa->formats[fmt].num_slots; in xtensa_format_num_slots()
607 slot_id = intisa->formats[fmt].slot_id[slot]; in xtensa_format_slot_nop_opcode()
622 slot_id = intisa->formats[fmt].slot_id[slot]; in xtensa_format_get_slot()
638 slot_id = intisa->formats[fmt].slot_id[slot]; in xtensa_format_set_slot()
702 slot_id = intisa->formats[fmt].slot_id[slot]; in xtensa_opcode_decode()
[all …]
/toolchain/binutils/binutils-2.27/ld/
DREADME14 formats. It can even handle multiple formats at once:
15 Read two input formats and write a third.
Dfdl.texi87 for automatic translation to a variety of formats suitable for input
94 Examples of suitable formats for Transparent copies include plain
99 of transparent image formats include @acronym{PNG}, @acronym{XCF} and
100 @acronym{JPG}. Opaque formats include proprietary formats that can be
110 formats which do not have any title page as such, ``Title Page'' means
/toolchain/binutils/binutils-2.27/gas/doc/
Dall.texi15 @c Many object formats supported in this config?
18 @c Object formats of interest
Dc-s390.texi139 instruction formats is an unsigned integer between 0 and 15. The specific
296 @cindex instruction formats, s390
297 @cindex s390 instruction formats
299 The Principles of Operation manuals lists 26 instruction formats where
300 some of the formats have multiple variants. For the @samp{.insn}
301 pseudo directive the assembler recognizes some of the formats.
306 instruction formats:
327 The following table lists the s390 instruction formats that are available
797 instructions formats for @samp{.insn} (@ref{s390 Formats}).
Dfdl.texi87 for automatic translation to a variety of formats suitable for input
94 Examples of suitable formats for Transparent copies include plain
99 of transparent image formats include @acronym{PNG}, @acronym{XCF} and
100 @acronym{JPG}. Opaque formats include proprietary formats that can be
110 formats which do not have any title page as such, ``Title Page'' means
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
Dinsns16-lsd-unit.s1 ; Test C64x+ L, S or D-unit compact instruction formats
Dinsns16-s-unit-pcrel.s1 ; Test C64x+ S-unit pcrel compact instruction formats
Dinsns16-m-unit.s1 ; Test C64x+ M-unit compact instruction formats
Dinsns16-l-unit.s1 ; Test C64x+ L-unit compact instruction formats
Dinsns16-s-unit.s1 ; Test C64x+ S-unit compact instruction formats
Dinsns16-d-unit.s1 ; Test C64x+ D-unit compact instruction formats
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
Ddefined2.d7 # Matching both A and T accounts for formats that can't tell a .text
Ddefined3.d9 # accounts for formats that can't tell a .text symbol from an absolute
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/alpha/
Dfp.s2 # These three formats are 8 bytes each.
/toolchain/binutils/binutils-2.27/zlib/contrib/delphi/
Dreadme.txt39 missing. Handling compressed file formats like ZIP/GZIP or PNG
41 Applications that handle these formats are either using their own,
/toolchain/binutils/binutils-2.27/ld/emultempl/
Dscoreelf.em51 hence we do not support linking and changing output formats at the
52 same time. Use a link followed by objcopy to change output formats. */
Darmcoff.em141 hence we do not support linking and changing output formats at the
142 same time. Use a link followed by objcopy to change output formats. */
/toolchain/binutils/binutils-2.27/opcodes/
Dtic54x-dis.c488 const char *formats[] = { in sprint_dual_address() local
494 return sprintf (buf, formats[XMOD (code)], XARX (code)); in sprint_dual_address()
502 const char *formats[] = { in sprint_indirect_address() local
516 return sprintf (buf, formats[MOD (opcode)], ARF (opcode)); in sprint_indirect_address()
/toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
Dcopy-2.d8 # than .text because for some file formats (eg PE) the .text
/toolchain/binutils/binutils-2.27/gas/
Dconfigure.ac587 # Always all formats. The first stated emulation becomes the default.
712 formats="${obj_format}"
728 formats="$formats $fmt"
732 GAS_UNIQ(formats)
734 if test `set . $formats ; shift ; echo $#` -gt 1 ; then
735 for fmt in $formats ; do
/toolchain/binutils/binutils-2.27/zlib/
DINDEX25 doc/ documentation for formats and algorithms

12345678