Home
last modified time | relevance | path

Searched refs:memmem (Results 1 – 13 of 13) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dmemmem.c42 #undef memmem
46 memmem (const void *haystack, size_t haystack_len, const void *needle, in memmem() function
DMakefile.in140 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)
Dconfigure.ac349 funcs="$funcs memmem"
405 memchr memcmp memcpy memmem memmove memset mkstemps \
Dconfig.in173 /* Define to 1 if you have the `memmem' function. */
Dfunctions.texi757 @c memmem.c:20
758 @deftypefn Supplemental void* memmem (const void *@var{haystack}, @
DChangeLog814 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.
Dconfigure5497 memchr memcmp memcpy memmem memmove memset mkstemps \
/toolchain/binutils/binutils-2.25/gold/
Dsystem.h164 extern "C" void *memmem(const void *, size_t, const void *, size_t);
Dobject.cc569 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()
Dconfig.in52 /* Define to 1 if you have the declaration of `memmem', and to 0 if you don't.
Dconfigure.ac594 …CHECK_DECLS([basename, ffs, asprintf, vasprintf, snprintf, vsnprintf, strverscmp, strndup, memmem])
Ddynobj.cc379 if (memmem(names, sd->section_names_size, ".zdebug_", 8) != NULL) in base_read_symbols()
DChangeLog13200 * configure.ac (AC_CHECK_DECLS): Add strndup and memmem.
13202 * gold.h: Declare memmem and strndup if found missing.