Searched refs:past (Results 1 – 25 of 80) sorted by relevance
1234
/toolchain/binutils/binutils-2.27/libiberty/ |
D | aclocal.m4 | 7 dnl See whether strncmp reads past the end of its string parameters. 9 dnl but erroneously reads past the end of strings. This can cause 16 Check whether strncmp reads past the end of its string parameters. */
|
/toolchain/binutils/binutils-2.27/zlib/ |
D | gzread.c | 339 state->past = 1; /* tried to read past end */ 456 state->past = 0; 478 state->past = 0; 520 state->past = 1; /* read past end */
|
D | gzlib.c | 81 state->past = 0; /* have not read past end yet */ 401 state->past = 0; 524 return state->mode == GZ_READ ? state->past : 0; 564 state->past = 0;
|
D | gzguts.h | 180 int past; /* true if read requested past end */ member
|
D | FAQ | 223 It has in the past, but we have not heard of any recent evidence. There
|
D | ChangeLog | 174 - Avoid searching past window for Z_RLE strategy 217 - Fix gzeof() to behave just like feof() when read is not past end of file 522 - Fix Z_FULL_FLUSH to truly erase the past by resetting s->strstart
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | configure.host | 56 # not zero'd out if you seek past the end and then write.
|
D | ChangeLog | 43 on any pass past STUB_SHRINK_ITER. 214 (ppc64_elf_size_stubs): Exit stub sizing loop past STUB_SHRINK_ITER
|
D | ChangeLog-2010 | 1692 (adjust_toc_syms): Correctly handle symbols defined past the end 1834 * bfdio.c (bfd_bread): Fix the code to prevent reading past the 3387 block past vars in COFF_IMAGE_WITH_PE block. Report error on more
|
/toolchain/binutils/binutils-2.27/ |
D | lt~obsolete.m4 | 14 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
|
/toolchain/binutils/binutils-2.27/zlib/contrib/puff/ |
D | README | 58 in *sourcelen bytes, puff() will return an error without reading at or past
|
/toolchain/binutils/binutils-2.27/ld/scripttempl/ |
D | ppcpe.sc | 139 is to initialize the .toc value to 32K past the start of the
|
/toolchain/binutils/binutils-2.27/include/coff/ |
D | ChangeLog-0415 | 165 Fix references past allocated memory for i386-*-go32.
|
/toolchain/binutils/binutils-2.27/gprof/po/ |
D | nl.po | 549 # weet niet of dit zo goed past
|
/toolchain/binutils/binutils-2.27/binutils/po/ |
D | ru.po | 6206 msgid " Version def aux past end of section\n" 6207 msgstr " Версия def aux past end раздела\n" 6211 msgid " Version definition past end of section\n" 6212 msgstr " Версия definition past end раздела\n" 6269 msgid " Version need aux past end of section\n" 6270 msgstr " Версия need aux past end раздела\n" 6274 msgid " Version need past end of section\n" 6275 msgstr " Версия need aux past end раздела\n"
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-mips.c | 8147 const struct mips_opcode *past, struct mips_operand_token *tokens, in match_insns() argument 8187 while (opcode < past && strcmp (opcode->name, first->name) == 0); in match_insns() 13637 const struct mips_opcode *first, *past; in mips_ip() local 13647 past = µmips_opcodes[bfd_micromips_num_opcodes]; in mips_ip() 13652 past = &mips_opcodes[NUMOPCODES]; in mips_ip() 13678 if (!match_insns (insn, first, past, tokens, opcode_extra, FALSE) in mips_ip() 13679 && !match_insns (insn, first, past, tokens, opcode_extra, TRUE)) in mips_ip()
|
/toolchain/binutils/binutils-2.27/ld/ |
D | ChangeLog-2013 | 183 * deffilep.y (def_file_add_directive): Avoid readin past end of
|
/toolchain/binutils/binutils-2.27/binutils/ |
D | ChangeLog-2014 | 327 past end.
|
D | ChangeLog-2007 | 257 * readelf.c (process_version_sections): Don't read past end of
|
D | ChangeLog-2005 | 399 Don't access table entries past the end of the table.
|
/toolchain/binutils/binutils-2.27/zlib/doc/ |
D | rfc1951.txt | 557 or more block boundaries. However a distance cannot refer past
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-2015 | 677 Use SKIP_WHITESPACE_AFTER_NAME to skip past the end of a symbol. 1959 * write.c (get_frag_for_reloc): Allow match just past end of frag.
|
/toolchain/binutils/binutils-2.27/gas/doc/ |
D | c-sparc.texi | 42 past sparclite by default, an option must be passed to enable the
|
D | c-xtensa.texi | 448 trampoline to the instruction past its end. So, for example:
|
/toolchain/binutils/binutils-2.27/gold/ |
D | ChangeLog | 1043 Fix bug to not read past the length of the section.
|
1234