HomeSort by relevance Sort by last modified time
    Searched refs:ProcDesc (Results 1 - 4 of 4) sorted by null

  /external/qemu/memcheck/
memcheck_proc_management.h 41 typedef struct ProcDesc {
49 QLIST_ENTRY(ProcDesc) global_entry;
65 } ProcDesc;
71 /* ProcDesc->image_path has been replaced during process execution. */
101 ProcDesc* process;
128 procdesc_is_forked(const ProcDesc* proc)
140 procdesc_is_executing(const ProcDesc* proc)
152 procdesc_is_exiting(const ProcDesc* proc)
164 procdesc_is_libc_initialized(const ProcDesc* proc)
177 procdesc_is_image_path_replaced(const ProcDesc* proc
    [all...]
memcheck.c 69 av_invalid_pointer(ProcDesc* proc, target_ulong ptr, int routine)
96 av_access_violation(ProcDesc* proc,
196 ProcDesc** proc_ptr,
203 ProcDesc* proc = get_current_process();
270 procdesc_contains_allocs(ProcDesc* proc, target_ulong addr, uint32_t buf_size) {
386 ProcDesc* proc = get_process_from_pid(pid);
408 ProcDesc* proc;
489 ProcDesc* proc;
535 ProcDesc* proc;
585 ProcDesc* proc
    [all...]
memcheck_proc_management.c 49 static ProcDesc* current_process = NULL;
52 static QLIST_HEAD(proc_list, ProcDesc) proc_list;
74 create_new_thread(ProcDesc* proc, uint32_t tid)
102 static ProcDesc*
106 ProcDesc* new_proc = (ProcDesc*)qemu_malloc(sizeof(ProcDesc));
125 ProcDesc* parent = get_process_from_pid(parent_pid);
233 static inline ProcDesc*
254 procdesc_set_image_path(ProcDesc* proc
    [all...]
memcheck_util.c 224 ProcDesc* proc = get_process_from_pid(desc->allocator_pid);

Completed in 2024 milliseconds