OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:init_memory_ptrace
(Results
1 - 5
of
5
) sorted by null
/system/core/include/corkscrew/
ptrace.h
90
void
init_memory_ptrace
(memory_t* memory, pid_t tid);
/system/core/libcorkscrew/
ptrace.c
43
void
init_memory_ptrace
(memory_t* memory, pid_t tid) {
function
79
init_memory_ptrace
(&memory, tid);
/system/core/libcorkscrew/arch-mips/
backtrace-mips.c
191
init_memory_ptrace
(&memory, tid);
/system/core/libcorkscrew/arch-x86/
backtrace-x86.c
154
init_memory_ptrace
(&memory, tid);
/system/core/libcorkscrew/arch-arm/
backtrace-arm.c
598
init_memory_ptrace
(&memory, tid);
Completed in 266 milliseconds