OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:memp
(Results
1 - 8
of
8
) 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);
/external/clang/test/CodeGenCXX/
mangle-unnamed.cpp
33
int a(ptr A::*
memp
) { static int x; return ++x; }
/external/clang/test/Analysis/
NewDelete-checker-test.cpp
176
const int *
memp
;
member in struct:StWithConstPtr
200
St.
memp
= new int(2);
201
escapeVoidPtr(St.
memp
);
/external/elfutils/src/
ar.c
[
all
...]
/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 776 milliseconds