HomeSort by: relevance | last modified time | path
    Searched defs:__alloca (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/i386/
cygwin.S 39 .global __alloca
41 /* __alloca is a normal function call, which uses %rcx as the argument. */
43 __alloca: label
80 __alloca: label
  /src/external/gpl3/gcc.old/dist/libgcc/config/i386/
cygwin.S 39 .global __alloca
41 /* __alloca is a normal function call, which uses %rcx as the argument. */
43 __alloca: label
80 __alloca: label
  /src/external/gpl2/gmake/dist/glob/
glob.c 210 #if !defined __alloca
229 # define __alloca alloca macro
560 drive_spec = (char *) __alloca (dirlen + 1);
576 newp = (char *) __alloca (dirlen + 1);
647 name = (char *) __alloca (buflen);
666 pwtmpbuf = (char *) __alloca (pwbuflen);
677 pwtmpbuf = (char *) __alloca (pwbuflen);
704 newp = (char *) __alloca (home_len + dirlen);
727 newp = (char *) __alloca (end_name - dirname);
751 pwtmpbuf = (char *) __alloca (buflen)
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
glob.c 175 # define __alloca alloca macro
469 drive_spec = __alloca (dirlen + 1);
480 newp = __alloca (dirlen + 1);
546 name = __alloca (buflen);
564 pwtmpbuf = __alloca (pwbuflen);
579 pwtmpbuf = __alloca (pwbuflen);
606 newp = __alloca (home_len + dirlen);
624 newp = __alloca (end_name - dirname);
645 pwtmpbuf = __alloca (buflen);
658 pwtmpbuf = __alloca (buflen)
    [all...]
  /src/external/gpl3/gdb/dist/gnulib/import/
glob.c 84 # define __alloca alloca macro
549 drive_spec = __alloca (dirlen + 1);
  /src/external/gpl3/gdb.old/dist/gnulib/import/
glob.c 84 # define __alloca alloca macro
549 drive_spec = __alloca (dirlen + 1);

Completed in 30 milliseconds