Searched refs:translate (Results 1 – 25 of 32) sorted by relevance
12
/toolchain/binutils/binutils-2.25/libiberty/ |
D | regex.c | 1862 char *translate, 1871 char *translate, 1888 if (translate && (c <= 0xff)) c = (UCHAR_T) translate[c]; \ 1894 if (translate) c = (unsigned char) translate[c]; \ 1921 ((translate && ((UCHAR_T) (d)) <= 0xff) \ 1922 ? (char) translate[(unsigned char) (d)] : (d)) 1925 (translate ? (char) translate[(unsigned char) (d)] : (char) (d)) 2324 RE_TRANSLATE_TYPE translate = bufp->translate; in PREFIX() local 2765 ret = wcs_compile_range (range_start, &p, pend, translate, in PREFIX() 2780 ret = wcs_compile_range (c, &p, pend, translate, syntax, b, in PREFIX() [all …]
|
D | copying-lib.texi | 43 rights. These restrictions translate to certain responsibilities for
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | z8kgen.c | 734 translate (struct tok_struct *table, char *x, int *length) in translate() function 774 bits = translate (toks, bits, length); in chewbits() 817 n = translate (args, n, &d); in chewname()
|
D | s390-opc.txt | 235 dc tr SS_L0RDRD "translate" g5 esa,zarch 237 dd trt SS_L0RDRD "translate and test" g5 esa,zarch 371 b2a5 tre RRE_RER "translate extended" g5 esa,zarch 375 b993 troo RRE_RER "translate one to one" g5 esa,zarch 376 b992 trot RRE_RER "translate one to two" g5 esa,zarch 377 b991 trto RRE_RER "translate two to one" g5 esa,zarch 378 b990 trtt RRE_RER "translate two to two" g5 esa,zarch 770 b993 troo RRF_M0RERE "translate one to one" z9-109 esa,zarch 771 b992 trot RRF_M0RERE "translate one to two" z9-109 esa,zarch 772 b991 trto RRF_M0RERE "translate two to one" z9-109 esa,zarch [all …]
|
D | ChangeLog-2012 | 115 * z8kgen.c (struct op): Fix encoding for translate opcodes (trdb,
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/z8k/ |
D | translate-ops.s | 1 ! translate opcodes
|
D | translate-ops.d | 3 #name: translate-ops
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
D | shift-2.s | 1 ! Check that shift expressions translate to the proper reloc for MOVI and
|
D | shift-1.s | 1 ! Check that shift expressions translate to the proper reloc for MOVI and
|
/toolchain/binutils/binutils-2.25/include/ |
D | xregex2.h | 357 RE_TRANSLATE_TYPE translate; member
|
D | COPYING | 30 These restrictions translate to certain responsibilities for you if you
|
D | ChangeLog-9103 | 950 (cplus_demangle_name_to_style): New function to translate name.
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | c-cris.texi | 152 will translate to a @code{lapcq} instruction. Use @code{lapc.d} 155 Similarly, the @code{addo} mnemonic will translate to the
|
D | c-s390.texi | 187 @item t @tab test or translate instruction, of example @samp{tm} test under mask
|
/toolchain/binutils/binutils-2.25/ |
D | COPYING | 30 These restrictions translate to certain responsibilities for you if you
|
/toolchain/binutils/binutils-2.25/gas/testsuite/ |
D | ChangeLog-2012 | 313 * gas/z8k/z8k.exp: Run translate-ops test. 314 * gas/z8k/translate-ops.s: New file. 315 * gas/z8k/translate-ops.d: New file.
|
/toolchain/binutils/binutils-2.25/binutils/doc/ |
D | binutils.texi | 39 * objcopy: (binutils)objcopy. Copy and translate object files. 94 Copy and translate object files 145 * objcopy:: Copy and translate object files 1052 @c man title objcopy copy and translate object files 3476 translate them into a set of output files. The output files may be of
|
/toolchain/binutils/binutils-2.25/bfd/doc/ |
D | bfdint.texi | 84 the BFD library will call. These generic function normally translate 1612 function or a macro. It must translate a BFD relocation code into a
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2012 | 1417 (sparc_md_end): No longer need to translate hwcap_seen values into
|
D | ChangeLog-2011 | 1252 easier to translate.
|
D | ChangeLog-2007 | 217 make it easier to translate.
|
D | ChangeLog-2005 | 3849 if unable to translate relocation type, using the new variables.
|
D | ChangeLog-9295 | 766 * mpw-make.sed: New file, sed commands to translate Unix makefile 13023 can translate from them to the coff types.
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ChangeLog-0001 | 125 describing the -N option so that it is easier to translate into
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | ChangeLog-0001 | 236 translate st_shndx for > SHN_HIRESERVE. 269 (elf_link_add_object_symbols): Likewise. Also translate st_shndx
|
12