/toolchain/binutils/binutils-2.27/binutils/ |
D | filemode.c | 216 setst (unsigned long bits ATTRIBUTE_UNUSED, char *chars ATTRIBUTE_UNUSED) in setst() 221 if (chars[3] != 'x') in setst() 223 chars[3] = 'S'; in setst() 225 chars[3] = 's'; in setst() 231 if (chars[6] != 'x') in setst() 233 chars[6] = 'S'; in setst() 235 chars[6] = 's'; in setst() 241 if (chars[9] != 'x') in setst() 243 chars[9] = 'T'; in setst() 245 chars[9] = 't'; in setst()
|
D | sysroff.info | 49 (("creation date")( chars 12 bytes)( "cd")) 52 (("version") (chars 4 bytes) ("ver")) 68 (("os name") (chars variable bytes) ("os")) 69 (("sys name") (chars variable bytes) ("sys")) 70 (("module name") (chars variable bytes) ("mn")) 71 (("cpu") (chars variable bytes) ("cpu"))) 87 (("unit name") (chars variable byte) ("name")) 88 (("tool name") (chars variable byte) ("tool")) 89 (("creation date") (chars 12 bytes) ("tcd")) 90 (("linker name") (chars variable byte) ("linker")) [all …]
|
D | ChangeLog-2005 | 114 chars after the first two digits, 1127 (print_vma): Use them. Return chars output.
|
D | ChangeLog-2013 | 463 chars into big-endian value and byte-swap later if
|
D | ChangeLog-0001 | 1412 * readelf.c (get_dynamic_data): Add casts and use unsigned chars
|
/toolchain/binutils/binutils-2.27/zlib/ |
D | minigzip.c | 83 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local 91 if (chars != 0) { 93 if (chars >= 2 94 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') { 95 chars -= 2; 96 msgbuf[chars] = 0; 99 if (chars > sizeof (buf) - 1) { 100 chars = sizeof (buf) - 1; 101 msgbuf[chars] = 0; 104 wcstombs(buf, msgbuf, chars + 1);
|
D | gzlib.c | 40 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local 48 if (chars != 0) { 50 if (chars >= 2 51 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') { 52 chars -= 2; 53 msgbuf[chars] = 0; 56 if (chars > sizeof (buf) - 1) { 57 chars = sizeof (buf) - 1; 58 msgbuf[chars] = 0; 61 wcstombs(buf, msgbuf, chars + 1);
|
/toolchain/binutils/binutils-2.27/zlib/test/ |
D | minigzip.c | 87 DWORD chars = FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM local 95 if (chars != 0) { 97 if (chars >= 2 98 && msgbuf[chars - 2] == '\r' && msgbuf[chars - 1] == '\n') { 99 chars -= 2; 100 msgbuf[chars] = 0; 103 if (chars > sizeof (buf) - 1) { 104 chars = sizeof (buf) - 1; 105 msgbuf[chars] = 0; 108 wcstombs(buf, msgbuf, chars + 1);
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | ihex.c | 284 unsigned int chars; in ihex_scan() local 308 chars = len * 2 + 2; in ihex_scan() 309 if (chars >= bufsize) in ihex_scan() 311 buf = (bfd_byte *) bfd_realloc (buf, (bfd_size_type) chars); in ihex_scan() 314 bufsize = chars; in ihex_scan() 317 if (bfd_bread (buf, (bfd_size_type) chars, abfd) != chars) in ihex_scan() 320 for (i = 0; i < chars; i++) in ihex_scan()
|
D | ChangeLog-9193 | 3127 (hash): Take a length arg; ignore chars after #25, for speed. 5536 be unsigned chars instead to get around rs6000 compiler problem. 6937 look for a cpu/arch match when the first chars of supplied and 7144 rather than as chars (lint).
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/ |
D | elf_arch_mips1.d | 8 # flags are _not_ 8 chars long.
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | cgen-asm.in | 237 /* Non operand chars must match exactly. */
|
D | ChangeLog-2004 | 129 (putop): Handle new macro chars 'C' (short/long suffix selector),
|
D | ChangeLog-9899 | 392 * i386-dis.c (dis386_intel): Remove macro chars, except for 394 (dis386_twobyte_intel): Remove macro chars here too.
|
D | ChangeLog-9297 | 2802 char fields as signed chars, since they may have negative values. 2934 string, not as array of chars. 3564 arrays of string pointers to 2-d arrays of chars, to save
|
/toolchain/binutils/binutils-2.27/etc/ |
D | ChangeLog | 143 Add '-' to set of valid chars for an identifier.
|
/toolchain/binutils/binutils-2.27/include/coff/ |
D | ChangeLog-9103 | 1136 * ecoff-ext.h, mips.h: Use unsigned chars everywhere.
|
/toolchain/binutils/binutils-2.27/ld/ |
D | ChangeLog-2008 | 70 no glob chars found in "pattern".
|
/toolchain/binutils/binutils-2.27/gprof/ |
D | ChangeLog-9203 | 1826 * gprof.c (main): -A is now followed by a string of option chars. 1982 * gmon.h, gprof.h: structs of chars used to hold external
|
/toolchain/binutils/binutils-2.27/include/ |
D | ChangeLog-9103 | 2460 * coff-rs6000.h: Lint; use unsigned chars for external fields. 2556 * bout.h: External formats of structures use unsigned chars.
|
/toolchain/binutils/binutils-2.27/texinfo/ |
D | texinfo.tex | 2548 % Set sfcode to normal for the chars that usually have another value. 4361 % and is used in the definitions of the active chars like <, >, |, etc. 6687 % distinguishable. Prevent hyphenation at `-' chars. 6709 % Make control sequences which act like normal parenthesis chars. 7026 \let\hash=##% convert placeholders to macro parameter chars 9268 @c don't make ` and ' active, @code will not get them as active chars.
|
/toolchain/binutils/binutils-2.27/include/elf/ |
D | ChangeLog-9103 | 600 * internal.h: White space changes to keep lines under 80 chars.
|
/toolchain/binutils/binutils-2.27/libiberty/ |
D | ChangeLog | 4457 * strtod.c (strtod): Increment 8 chars, not 7, when `infinity' 4950 chars. 5178 (main): Use standard symbol chars for auto_demangling. 7527 messed with arguments that included a '/', add escape chars 9345 * Makefile.in: find-needed.awk does not fit in 14 chars.
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-2010 | 709 * config/bfin-lex.l: Accept multibyte chars in symbol names.
|
/toolchain/binutils/binutils-2.27/bfd/po/ |
D | id.po | 2942 msgid "%s: string too long (%d chars, max 65535)" 2943 msgstr "%s: string terlalu panjang (%d chars, max 65535)"
|