Home
last modified time | relevance | path

Searched refs:past (Results 1 – 25 of 80) sorted by relevance

1234

/toolchain/binutils/binutils-2.27/libiberty/
Daclocal.m47 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/
Dgzread.c339 state->past = 1; /* tried to read past end */
456 state->past = 0;
478 state->past = 0;
520 state->past = 1; /* read past end */
Dgzlib.c81 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;
Dgzguts.h180 int past; /* true if read requested past end */ member
DFAQ223 It has in the past, but we have not heard of any recent evidence. There
DChangeLog174 - 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/
Dconfigure.host56 # not zero'd out if you seek past the end and then write.
DChangeLog43 on any pass past STUB_SHRINK_ITER.
214 (ppc64_elf_size_stubs): Exit stub sizing loop past STUB_SHRINK_ITER
DChangeLog-20101692 (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/
Dlt~obsolete.m414 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
/toolchain/binutils/binutils-2.27/zlib/contrib/puff/
DREADME58 in *sourcelen bytes, puff() will return an error without reading at or past
/toolchain/binutils/binutils-2.27/ld/scripttempl/
Dppcpe.sc139 is to initialize the .toc value to 32K past the start of the
/toolchain/binutils/binutils-2.27/include/coff/
DChangeLog-0415165 Fix references past allocated memory for i386-*-go32.
/toolchain/binutils/binutils-2.27/gprof/po/
Dnl.po549 # weet niet of dit zo goed past
/toolchain/binutils/binutils-2.27/binutils/po/
Dru.po6206 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/
Dtc-mips.c8147 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 = &micromips_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/
DChangeLog-2013183 * deffilep.y (def_file_add_directive): Avoid readin past end of
/toolchain/binutils/binutils-2.27/binutils/
DChangeLog-2014327 past end.
DChangeLog-2007257 * readelf.c (process_version_sections): Don't read past end of
DChangeLog-2005399 Don't access table entries past the end of the table.
/toolchain/binutils/binutils-2.27/zlib/doc/
Drfc1951.txt557 or more block boundaries. However a distance cannot refer past
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-2015677 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/
Dc-sparc.texi42 past sparclite by default, an option must be passed to enable the
Dc-xtensa.texi448 trampoline to the instruction past its end. So, for example:
/toolchain/binutils/binutils-2.27/gold/
DChangeLog1043 Fix bug to not read past the length of the section.

1234