Home
last modified time | relevance | path

Searched defs:proc (Results 1 – 25 of 237) sorted by relevance

12345678910

/external/ltrace/
Dproc.c42 os_process_init(struct process *proc) in os_process_init()
48 os_process_destroy(struct process *proc) in os_process_destroy()
53 os_process_clone(struct process *retp, struct process *proc) in os_process_clone()
59 os_process_exec(struct process *proc) in os_process_exec()
67 arch_process_init(struct process *proc) in arch_process_init()
73 arch_process_destroy(struct process *proc) in arch_process_destroy()
78 arch_process_clone(struct process *retp, struct process *proc) in arch_process_clone()
84 arch_process_exec(struct process *proc) in arch_process_exec()
92 arch_dynlink_done(struct process *proc) in arch_dynlink_done()
101 destroy_unwind(struct process *proc) in destroy_unwind()
[all …]
Dbreakpoints.c45 arch_translate_address_dyn(struct process *proc, in arch_translate_address_dyn()
63 breakpoint_on_hit(struct breakpoint *bp, struct process *proc) in breakpoint_on_hit()
71 breakpoint_on_continue(struct breakpoint *bp, struct process *proc) in breakpoint_on_continue()
81 breakpoint_on_retract(struct breakpoint *bp, struct process *proc) in breakpoint_on_retract()
89 breakpoint_on_install(struct breakpoint *bp, struct process *proc) in breakpoint_on_install()
98 struct breakpoint *bp, struct process *proc) in breakpoint_get_return_bp()
113 address2bpstruct(struct process *proc, arch_addr_t addr) in address2bpstruct()
128 os_breakpoint_init(struct process *proc, struct breakpoint *sbp) in os_breakpoint_init()
147 arch_breakpoint_init(struct process *proc, struct breakpoint *sbp) in arch_breakpoint_init()
180 breakpoint_init(struct breakpoint *bp, struct process *proc, in breakpoint_init()
[all …]
Dhandle_event.c71 call_handler(struct process *proc, Event *event) in call_handler()
273 struct process *proc = malloc(sizeof(*proc)); in handle_clone() local
322 struct process *proc = pid2proc(event->e_un.newpid); in handle_new() local
337 shortsignal(struct process *proc, int signum) in shortsignal()
361 sysname(struct process *proc, int sysnum) in sysname()
388 arch_sysname(struct process *proc, int sysnum) in arch_sysname()
466 account_current_callstack(struct process *proc) in account_current_callstack()
525 output_syscall(struct process *proc, const char *name, enum tof tof, in output_syscall()
547 output_syscall_left(struct process *proc, const char *name) in output_syscall_left()
553 output_syscall_right(struct process *proc, const char *name, in output_syscall_right()
[all …]
Dfetch.c64 arch_fetch_arg_init(enum tof type, struct process *proc, in arch_fetch_arg_init()
71 arch_fetch_arg_clone(struct process *proc, struct fetch_context *context) in arch_fetch_arg_clone()
81 struct process *proc, in arch_fetch_arg_next()
91 struct process *proc, in arch_fetch_retval()
121 fetch_arg_init(enum tof type, struct process *proc, in fetch_arg_init()
128 fetch_arg_clone(struct process *proc, struct fetch_context *context) in fetch_arg_clone()
135 struct process *proc, in fetch_arg_next()
143 struct process *proc, in fetch_retval()
/external/ltrace/sysdeps/linux-gnu/arm/
Dregs.c43 arm_get_register(struct process *proc, enum arm_register reg, uint32_t *lp) in arm_get_register()
54 arm_set_register(struct process *proc, enum arm_register reg, uint32_t lp) in arm_set_register()
61 arm_get_register_offpc(struct process *proc, enum arm_register reg, in arm_get_register_offpc()
72 arm_get_shifted_register(struct process *proc, uint32_t inst, int carry, in arm_get_shifted_register()
124 get_register_nocheck(struct process *proc, enum arm_register r) in get_register_nocheck()
135 get_instruction_pointer(struct process *proc) in get_instruction_pointer()
141 set_instruction_pointer(struct process *proc, arch_addr_t addr) in set_instruction_pointer()
148 get_stack_pointer(struct process *proc) in get_stack_pointer()
154 get_return_addr(struct process *proc, arch_addr_t stack_pointer) in get_return_addr()
/external/ltrace/sysdeps/linux-gnu/
Dproc.c283 select_32_64(struct process *proc, void *p32, void *p64) in select_32_64()
292 fetch_dyn64(struct process *proc, arch_addr_t *addr, Elf64_Dyn *ret) in fetch_dyn64()
301 fetch_dyn32(struct process *proc, arch_addr_t *addr, Elf64_Dyn *ret) in fetch_dyn32()
315 dyn_fetcher(struct process *proc))(struct process *, in dyn_fetcher()
322 proc_find_dynamic_entry_addr(struct process *proc, arch_addr_t src_addr, in proc_find_dynamic_entry_addr()
368 fetch_lm64(struct process *proc, arch_addr_t addr, in fetch_lm64()
377 fetch_lm32(struct process *proc, arch_addr_t addr, in fetch_lm32()
394 lm_fetcher(struct process *proc))(struct process *, in lm_fetcher()
414 fetch_rd64(struct process *proc, arch_addr_t addr, in fetch_rd64()
423 fetch_rd32(struct process *proc, arch_addr_t addr, in fetch_rd32()
[all …]
Dtrace.c121 trace_set_options(struct process *proc) in trace_set_options()
331 ugly_workaround(struct process *proc) in ugly_workaround()
410 retract_breakpoint_cb(struct process *proc, struct breakpoint *bp, void *data) in retract_breakpoint_cb()
426 struct process *proc = pid2proc(it->pid); in detach_process() local
554 arch_sw_singlestep(struct process *proc, struct breakpoint *bp, in arch_sw_singlestep()
566 remove_sw_breakpoints(struct process *proc) in remove_sw_breakpoints()
583 sw_singlestep_bp_on_hit(struct breakpoint *bp, struct process *proc) in sw_singlestep_bp_on_hit()
596 struct process *proc = self->task_enabling_breakpoint; in sw_singlestep_add_bp() local
655 struct process *proc = self->task_enabling_breakpoint; in post_singlestep() local
863 process_install_stopping_handler(struct process *proc, struct breakpoint *sbp, in process_install_stopping_handler()
[all …]
/external/ltrace/sysdeps/linux-gnu/aarch64/
Dregs.c34 aarch64_read_gregs(struct process *proc, struct user_pt_regs *regs) in aarch64_read_gregs()
45 aarch64_write_gregs(struct process *proc, struct user_pt_regs *regs) in aarch64_write_gregs()
55 aarch64_read_fregs(struct process *proc, struct user_fpsimd_state *regs) in aarch64_read_fregs()
66 get_instruction_pointer(struct process *proc) in get_instruction_pointer()
86 set_instruction_pointer(struct process *proc, arch_addr_t addr) in set_instruction_pointer()
106 get_stack_pointer(struct process *proc) in get_stack_pointer()
120 get_return_addr(struct process *proc, arch_addr_t stack_pointer) in get_return_addr()
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dmodule.cpp61 proc(compat::ostream &os, const T &x) { in proc() function
66 proc(compat::istream &is, T &x) { in proc() function
75 proc(compat::ostream &os, const compat::vector<T> &v) { in proc() function
83 proc(compat::istream &is, compat::vector<T> &v) { in proc() function
96 proc(S &s, QT &x) { in proc() function
108 proc(S &s, QT &x) { in proc() function
119 proc(S &s, QT &x) { in proc() function
131 proc(S &s, QT &x) { in proc() function
/external/ltrace/sysdeps/linux-gnu/s390/
Dfetch.c65 fetch_register_banks(struct process *proc, struct fetch_context *ctx, in fetch_register_banks()
85 fetch_context_init(struct process *proc, struct fetch_context *context, in fetch_context_init()
94 arch_fetch_arg_init(enum tof type, struct process *proc, in arch_fetch_arg_init()
115 arch_fetch_arg_clone(struct process *proc, in arch_fetch_arg_clone()
126 allocate_stack_slot(struct fetch_context *ctx, struct process *proc, in allocate_stack_slot()
158 allocate_gpr(struct fetch_context *ctx, struct process *proc, in allocate_gpr()
170 allocate_gpr_pair(struct fetch_context *ctx, struct process *proc, in allocate_gpr_pair()
201 allocate_fpr(struct fetch_context *ctx, struct process *proc, in allocate_fpr()
222 struct process *proc, in arch_fetch_arg_next()
277 struct process *proc, struct arg_type_info *info, in arch_fetch_retval()
Dregs.c50 get_instruction_pointer(struct process *proc) in get_instruction_pointer()
62 set_instruction_pointer(struct process *proc, arch_addr_t addr) in set_instruction_pointer()
76 get_stack_pointer(struct process *proc) in get_stack_pointer()
88 get_return_addr(struct process *proc, arch_addr_t stack_pointer) in get_return_addr()
/external/ltrace/sysdeps/linux-gnu/m68k/
Dregs.c40 get_instruction_pointer(struct process *proc) in get_instruction_pointer()
46 set_instruction_pointer(struct process *proc, void *addr) in set_instruction_pointer()
52 get_stack_pointer(struct process *proc) in get_stack_pointer()
58 get_return_addr(struct process *proc, void *stack_pointer) in get_return_addr()
/external/ltrace/sysdeps/linux-gnu/cris/
Dregs.c40 void *get_instruction_pointer(struct process *proc) in get_instruction_pointer()
45 void set_instruction_pointer(struct process *proc, void *addr) in set_instruction_pointer()
50 void *get_stack_pointer(struct process *proc) in get_stack_pointer()
55 void *get_return_addr(struct process *proc, void *stack_pointer) in get_return_addr()
/external/ltrace/sysdeps/linux-gnu/mips/
Dregs.c53 get_instruction_pointer(struct process *proc) in get_instruction_pointer()
68 set_instruction_pointer(struct process *proc, void *addr) in set_instruction_pointer()
78 get_stack_pointer(struct process *proc) in get_stack_pointer()
94 get_return_addr(struct process *proc, void *stack_pointer) in get_return_addr()
/external/ltrace/sysdeps/linux-gnu/ppc/
Dregs.c44 get_instruction_pointer(struct process *proc) in get_instruction_pointer()
50 set_instruction_pointer(struct process *proc, void *addr) in set_instruction_pointer()
57 get_stack_pointer(struct process *proc) in get_stack_pointer()
63 get_return_addr(struct process *proc, void *stack_pointer) in get_return_addr()
Dplt.c197 arch_dynlink_done(struct process *proc) in arch_dynlink_done()
284 arch_translate_address_dyn(struct process *proc, in arch_translate_address_dyn()
351 sym2addr(struct process *proc, struct library_symbol *sym) in sym2addr()
593 read_plt_slot_value(struct process *proc, GElf_Addr addr, GElf_Addr *valp) in read_plt_slot_value()
612 unresolve_plt_slot(struct process *proc, GElf_Addr addr, GElf_Addr value) in unresolve_plt_slot()
627 arch_elf_add_func_entry(struct process *proc, struct ltelf *lte, in arch_elf_add_func_entry()
691 arch_elf_add_plt_entry(struct process *proc, struct ltelf *lte, in arch_elf_add_plt_entry()
825 dl_plt_update_bp_on_hit(struct breakpoint *bp, struct process *proc) in dl_plt_update_bp_on_hit()
865 struct process *proc = self->task_enabling_breakpoint; in cb_keep_stepping_p() local
940 jump_to_entry_point(struct process *proc, struct breakpoint *bp) in jump_to_entry_point()
[all …]
Dtrace.c52 get_arch_dep(struct process *proc) in get_arch_dep()
63 syscall_p(struct process *proc, int status, int *sysnum) in syscall_p()
90 arch_sw_singlestep(struct process *proc, struct breakpoint *sbp, in arch_sw_singlestep()
174 arch_type_sizeof(struct process *proc, struct arg_type_info *info) in arch_type_sizeof()
217 arch_type_alignof(struct process *proc, struct arg_type_info *info) in arch_type_alignof()
Dfetch.c69 fetch_context_init(struct process *proc, struct fetch_context *context) in fetch_context_init()
111 arch_fetch_arg_init(enum tof type, struct process *proc, in arch_fetch_arg_init()
135 arch_fetch_arg_clone(struct process *proc, in arch_fetch_arg_clone()
146 allocate_stack_slot(struct fetch_context *ctx, struct process *proc, in allocate_stack_slot()
173 read_gpr(struct fetch_context *ctx, struct process *proc, int reg_num) in read_gpr()
218 allocate_gpr(struct fetch_context *ctx, struct process *proc, in allocate_gpr()
248 allocate_float(struct fetch_context *ctx, struct process *proc, in allocate_float()
279 allocate_argument(struct fetch_context *ctx, struct process *proc, in allocate_argument()
403 struct process *proc, in arch_fetch_arg_next()
411 struct process *proc, struct arg_type_info *info, in arch_fetch_retval()
/external/ltrace/sysdeps/linux-gnu/alpha/
Dregs.c40 get_instruction_pointer(struct process *proc) in get_instruction_pointer()
46 set_instruction_pointer(struct process *proc, void *addr) in set_instruction_pointer()
52 get_stack_pointer(struct process *proc) in get_stack_pointer()
58 get_return_addr(struct process *proc, void *stack_pointer) in get_return_addr()
/external/skia/resources/
Dslides_transitions.lua11 proc = function(self, canvas, drawSlideProc) function
53 proc = function(self, canvas, drawSlideProc) function
99 proc = function(self, canvas, drawSlideProc) function
131 proc = function(self, canvas, drawSlideProc) function
175 proc = function(self, canvas, drawSlideProc) function
/external/ltrace/sysdeps/linux-gnu/sparc/
Dregs.c31 get_instruction_pointer(struct process *proc) in get_instruction_pointer()
40 set_instruction_pointer(struct process *proc, void *addr) in set_instruction_pointer()
48 get_stack_pointer(struct process *proc) in get_stack_pointer()
57 get_return_addr(struct process *proc, void *stack_pointer) in get_return_addr()
/external/ltrace/sysdeps/linux-gnu/ia64/
Dregs.c37 get_instruction_pointer(struct process *proc) in get_instruction_pointer()
47 set_instruction_pointer(struct process *proc, void *addr) in set_instruction_pointer()
64 get_stack_pointer(struct process *proc) in get_stack_pointer()
73 get_return_addr(struct process *proc, void *stack_pointer) in get_return_addr()
Dfetch.c66 fetch_context_init(struct process *proc, struct fetch_context *context) in fetch_context_init()
79 arch_fetch_arg_init(enum tof type, struct process *proc, in arch_fetch_arg_init()
94 arch_fetch_arg_clone(struct process *proc, in arch_fetch_arg_clone()
105 allocate_stack_slot(struct fetch_context *ctx, struct process *proc, in allocate_stack_slot()
124 allocate_reg(struct fetch_context *ctx, struct process *proc, in allocate_reg()
155 copy_aggregate_part(struct fetch_context *ctx, struct process *proc, in copy_aggregate_part()
179 allocate_arg(struct fetch_context *ctx, struct process *proc, in allocate_arg()
216 allocate_float(struct fetch_context *ctx, struct process *proc, in allocate_float()
253 allocate_hfa(struct fetch_context *ctx, struct process *proc, in allocate_hfa()
338 allocate_ret(struct fetch_context *ctx, struct process *proc, in allocate_ret()
[all …]
/external/ltrace/sysdeps/linux-gnu/metag/
Dregs.c32 get_instruction_pointer(struct process *proc) in get_instruction_pointer()
46 set_instruction_pointer(struct process *proc, arch_addr_t addr) in set_instruction_pointer()
64 get_stack_pointer(struct process *proc) in get_stack_pointer()
78 get_return_addr(struct process *proc, void *stack_pointer) in get_return_addr()
/external/ltrace/sysdeps/linux-gnu/x86/
Dtrace.c58 get_arch_dep(struct process *proc) in get_arch_dep()
78 syscall_p(struct process *proc, int status, int *sysnum) in syscall_p()
112 arch_type_sizeof(struct process *proc, struct arg_type_info *info) in arch_type_sizeof()
154 arch_type_alignof(struct process *proc, struct arg_type_info *info) in arch_type_alignof()

12345678910