OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:memp
(Results
1 - 3
of
3
) sorted by null
/external/elfutils/libdw/
dwarf_end.c
54
struct libdw_memblock *
memp
= dwarf->mem_tail;
local
56
while (
memp
->prev != NULL)
58
struct libdw_memblock *prevp =
memp
->prev;
59
free (
memp
);
60
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
bcopy(argv + 1,
memp
+ 2, cnt * sizeof(char *));
221
(void)execve(_PATH_BSHELL,
memp
, environ);
/prebuilt/linux-x86/toolchain/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
Completed in 776 milliseconds