Searched refs:formats (Results 1 – 25 of 183) sorted by relevance
12345678
/toolchain/binutils/binutils-2.27/bfd/doc/ |
D | bfdsumm.texi | 30 @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).
|
D | bfd.texinfo | 122 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
|
D | fdl.texi | 87 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/ |
D | xtensa-isa.c | 511 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/ |
D | README | 14 formats. It can even handle multiple formats at once: 15 Read two input formats and write a third.
|
D | fdl.texi | 87 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/ |
D | all.texi | 15 @c Many object formats supported in this config? 18 @c Object formats of interest
|
D | c-s390.texi | 139 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}).
|
D | fdl.texi | 87 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/ |
D | insns16-lsd-unit.s | 1 ; Test C64x+ L, S or D-unit compact instruction formats
|
D | insns16-s-unit-pcrel.s | 1 ; Test C64x+ S-unit pcrel compact instruction formats
|
D | insns16-m-unit.s | 1 ; Test C64x+ M-unit compact instruction formats
|
D | insns16-l-unit.s | 1 ; Test C64x+ L-unit compact instruction formats
|
D | insns16-s-unit.s | 1 ; Test C64x+ S-unit compact instruction formats
|
D | insns16-d-unit.s | 1 ; Test C64x+ D-unit compact instruction formats
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/ |
D | defined2.d | 7 # Matching both A and T accounts for formats that can't tell a .text
|
D | defined3.d | 9 # accounts for formats that can't tell a .text symbol from an absolute
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/alpha/ |
D | fp.s | 2 # These three formats are 8 bytes each.
|
/toolchain/binutils/binutils-2.27/zlib/contrib/delphi/ |
D | readme.txt | 39 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/ |
D | scoreelf.em | 51 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. */
|
D | armcoff.em | 141 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/ |
D | tic54x-dis.c | 488 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/ |
D | copy-2.d | 8 # than .text because for some file formats (eg PE) the .text
|
/toolchain/binutils/binutils-2.27/gas/ |
D | configure.ac | 587 # 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/ |
D | INDEX | 25 doc/ documentation for formats and algorithms
|
12345678