HomeSort by relevance Sort by last modified time
    Searched defs:memp (Results 1 - 5 of 5) sorted by null

  /external/elfutils/libdw/
dwarf_end.c 90 struct libdw_memblock *memp = dwarf->mem_tail; local
92 while (memp->prev != NULL)
94 struct libdw_memblock *prevp = memp->prev;
95 free (memp);
96 memp = prevp;
  /bionic/libc/unistd/
exec.c 136 char **memp; local
215 memp = alloca((cnt + 2) * sizeof(char *));
216 if (memp == NULL)
218 memp[0] = "sh";
219 memp[1] = bp;
220 memcpy(memp + 2, argv + 1, cnt * sizeof(char *));
221 (void)execve(_PATH_BSHELL, memp, environ);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cdk.h 134 unsigned long memp; member in struct:cdkhdr
151 * the memp field in the stlcdkhdr struct. As many as these structures
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdk.h 134 unsigned long memp; member in struct:cdkhdr
151 * the memp field in the stlcdkhdr struct. As many as these structures
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cdk.h 134 unsigned long memp; member in struct:cdkhdr
151 * the memp field in the stlcdkhdr struct. As many as these structures

Completed in 191 milliseconds