Home
last modified time | relevance | path

Searched refs:translate (Results 1 – 25 of 32) sorted by relevance

12

/toolchain/binutils/binutils-2.25/libiberty/
Dregex.c1862 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 …]
Dcopying-lib.texi43 rights. These restrictions translate to certain responsibilities for
/toolchain/binutils/binutils-2.25/opcodes/
Dz8kgen.c734 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()
Ds390-opc.txt235 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 …]
DChangeLog-2012115 * z8kgen.c (struct op): Fix encoding for translate opcodes (trdb,
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/z8k/
Dtranslate-ops.s1 ! translate opcodes
Dtranslate-ops.d3 #name: translate-ops
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
Dshift-2.s1 ! Check that shift expressions translate to the proper reloc for MOVI and
Dshift-1.s1 ! Check that shift expressions translate to the proper reloc for MOVI and
/toolchain/binutils/binutils-2.25/include/
Dxregex2.h357 RE_TRANSLATE_TYPE translate; member
DCOPYING30 These restrictions translate to certain responsibilities for you if you
DChangeLog-9103950 (cplus_demangle_name_to_style): New function to translate name.
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-cris.texi152 will translate to a @code{lapcq} instruction. Use @code{lapc.d}
155 Similarly, the @code{addo} mnemonic will translate to the
Dc-s390.texi187 @item t @tab test or translate instruction, of example @samp{tm} test under mask
/toolchain/binutils/binutils-2.25/
DCOPYING30 These restrictions translate to certain responsibilities for you if you
/toolchain/binutils/binutils-2.25/gas/testsuite/
DChangeLog-2012313 * 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/
Dbinutils.texi39 * 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/
Dbfdint.texi84 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/
DChangeLog-20121417 (sparc_md_end): No longer need to translate hwcap_seen values into
DChangeLog-20111252 easier to translate.
DChangeLog-2007217 make it easier to translate.
DChangeLog-20053849 if unable to translate relocation type, using the new variables.
DChangeLog-9295766 * 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/
DChangeLog-0001125 describing the -N option so that it is easier to translate into
/toolchain/binutils/binutils-2.25/bfd/
DChangeLog-0001236 translate st_shndx for > SHN_HIRESERVE.
269 (elf_link_add_object_symbols): Likewise. Also translate st_shndx

12