Home
last modified time | relevance | path

Searched refs:letters (Results 1 – 23 of 23) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dmkstemps.c80 static const char letters[] in mkstemps() local
114 XXXXXX[0] = letters[v % 62]; in mkstemps()
116 XXXXXX[1] = letters[v % 62]; in mkstemps()
118 XXXXXX[2] = letters[v % 62]; in mkstemps()
120 XXXXXX[3] = letters[v % 62]; in mkstemps()
122 XXXXXX[4] = letters[v % 62]; in mkstemps()
124 XXXXXX[5] = letters[v % 62]; in mkstemps()
DChangeLog947 Decoding of some uppercase letters moved before separators.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
Dbork.s1 ; Check that some ISO 8859-1 "scandinavian" letters are accepted in
/toolchain/binutils/binutils-2.25/gas/doc/
Dc-z80.texi127 The registers are referred to with the letters assigned to them by
141 The case of letters is significant in labels and symbol names. The case
Dc-vax.texi332 understood, but all other letters (@code{b i l s w}) are understood.
337 pc}. Upper and lower case letters are equivalent.
Dc-msp430.texi156 letters may be in either upper or lower case; for example, @samp{r13}
Das.texinfo1863 option is a @samp{-} followed by one or more letters; the case of
2094 You can use other letters to select specific options for the list:
2121 The letters after @samp{-a} may be combined into one option,
2679 letters (both upper and lower case), digits and the three characters
2686 letters (both upper and lower case), digits and the three characters
3028 one of the letters @samp{DFPRSX} (in upper or lower case).
3030 On the ARC, the letter must be one of the letters @samp{DFRS}
3034 one of the letters @samp{DFT} (in upper or lower case).
3040 One of the letters @samp{DFRS} (in upper or lower case).
3043 One of the letters @samp{DFPRSX} (in upper or lower case).
[all …]
Dc-i386.texi496 specify the size of operands. The letters @samp{b}, @samp{w}, @samp{l}
Dinternals.texi1158 lower or upper case versions of these letters can be used. Note: some targets
/toolchain/binutils/binutils-2.25/bfd/
Dmmo.c480 static const char letters[] in mmo_init() local
488 strcpy (valid_mmo_symbol_character_set, letters); in mmo_init()
489 i = strlen (letters); in mmo_init()
/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-00011547 and drive letters in file names.
1548 (main): Support backslashes and drive letters in argv[0]. Drop
1559 forward/backward slashes and drive letters in file names.
1562 mixed forward/backward slashes and drive letters in file names.
Ddwarf.c7363 dwarf_select_sections_by_letters (const char *letters) in dwarf_select_sections_by_letters() argument
7367 while (letters[lindex]) in dwarf_select_sections_by_letters()
7368 switch (letters[lindex++]) in dwarf_select_sections_by_letters()
DChangeLog-2011513 * doc/binutils.texi (nm): Mention that some lowercase letters
DChangeLog-2010305 letters.
DChangeLog-91974650 Add long option names. Re-think option letters to be more
/toolchain/binutils/binutils-2.25/texinfo/
Dtexinfo.tex2270 % In order for the font changes to affect most math symbols and letters,
2913 % Use LaTeX names for the Icelandic letters.
2933 % ogonek is also used with other letters in Lithuanian (IOU), but using
3528 \errmessage{No more lowercase letters in @enumerate; get a bigger
3541 \errmessage{No more uppercase letters in @enumerate; get a bigger
4192 % not control letters, because the \space would be incorrect for
4196 % For control letters, we have \definedummyletter, which omits the
4211 % Non-English letters.
4287 % Control letters and accents.
4353 % We can just ignore other control letters.
[all …]
/toolchain/binutils/binutils-2.25/include/opcode/
DChangeLog-91032284 Mark X,Y opcode letters as in use.
2310 Mark operand letters uU as in use.
2821 * hppa.h: Update "free list" of letters and update
/toolchain/binutils/binutils-2.25/binutils/doc/
Dbinutils.texi355 output for each file inserted, along with one of the letters @samp{a} or
2261 present. If one of the optional letters or words follows the switch
2943 would cause strip to only keep symbols that start with the letters
3058 Every alphanumeric word (consisting of letters, digits, underscores,
4400 present. If one of the optional letters or words follows the switch
/toolchain/binutils/binutils-2.25/opcodes/
DChangeLog-0203802 lower-case letters.
/toolchain/binutils/binutils-2.25/gprof/
DChangeLog-9203701 backslashes and drive letters.
/toolchain/binutils/binutils-2.25/ld/
Dld.texinfo318 For options whose names are multiple letters, either one dash or two can
5456 and may include letters, digits, underscores, periods, and hyphens.
8047 You can write these commands using all upper-case letters, or all
DChangeLog-91977548 * Makefile.in: Recognize upper case letters in sed script
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-00016716 (avr_operand): Handle 'a', 'v' and 'z' constraint letters needed
6721 (REGISTER_P): Check 'a' and 'v' constraint letters.