Searched refs:memmem (Results 1 – 13 of 13) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | memmem.c | 42 #undef memmem 46 memmem (const void *haystack, size_t haystack_len, const void *needle, in memmem() function
|
D | Makefile.in | 140 make-temp-file.c md5.c memchr.c memcmp.c memcpy.c memmem.c \ 209 ./memmem.$(objext) ./memmove.$(objext) \ 980 ./memmem.$(objext): $(srcdir)/memmem.c config.h 982 $(COMPILE.c) $(PICFLAG) $(srcdir)/memmem.c -o pic/$@; \ 985 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/memmem.c -o noasan/$@; \ 987 $(COMPILE.c) $(srcdir)/memmem.c $(OUTPUT_OPTION)
|
D | configure.ac | 349 funcs="$funcs memmem" 405 memchr memcmp memcpy memmem memmove memset mkstemps \
|
D | config.in | 173 /* Define to 1 if you have the `memmem' function. */
|
D | functions.texi | 757 @c memmem.c:20 758 @deftypefn Supplemental void* memmem (const void *@var{haystack}, @
|
D | ChangeLog | 814 memcpy.c, memmem.c, memmove.c, mempcpy.c, memset.c, 1346 * memmem.c: New file, from gnulib. 1347 * configure.ac: Add memmem to list of functions provided if they 1350 (CFILES): Add memmem.c. 1351 (CONFIGURED_OFILES): Add memmem.o.
|
D | configure | 5497 memchr memcmp memcpy memmem memmove memset mkstemps \
|
/toolchain/binutils/binutils-2.25/gold/ |
D | system.h | 164 extern "C" void *memmem(const void *, size_t, const void *, size_t);
|
D | object.cc | 569 p = reinterpret_cast<const char*>(memmem(p, names_size - (p - names), in find_shdr() 743 if (memmem(names, sd->section_names_size, ".zdebug_", 8) != NULL) in do_find_special_sections() 755 && (memmem(names, sd->section_names_size, "debug_info", 12) == 0 in do_find_special_sections() 756 || memmem(names, sd->section_names_size, "debug_types", in do_find_special_sections()
|
D | config.in | 52 /* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
|
D | configure.ac | 594 …CHECK_DECLS([basename, ffs, asprintf, vasprintf, snprintf, vsnprintf, strverscmp, strndup, memmem])
|
D | dynobj.cc | 379 if (memmem(names, sd->section_names_size, ".zdebug_", 8) != NULL) in base_read_symbols()
|
D | ChangeLog | 13200 * configure.ac (AC_CHECK_DECLS): Add strndup and memmem. 13202 * gold.h: Declare memmem and strndup if found missing.
|