HomeSort by relevance Sort by last modified time
    Searched refs:proc (Results 51 - 75 of 1233) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/ltrace/sysdeps/linux-gnu/x86/
regs.c 32 #include "proc.h"
59 get_instruction_pointer(struct process *proc)
61 long int ret = ptrace(PTRACE_PEEKUSER, proc->pid, XIP, 0);
62 if (proc->e_machine == EM_386)
68 set_instruction_pointer(struct process *proc, arch_addr_t addr)
70 if (proc->e_machine == EM_386)
72 ptrace(PTRACE_POKEUSER, proc->pid, XIP, addr);
76 get_stack_pointer(struct process *proc)
78 long sp = ptrace(PTRACE_PEEKUSER, proc->pid, XSP, 0);
88 if (proc->e_machine == EM_386
    [all...]
  /system/core/fastboot/
util_linux.cpp 41 char proc[64]; local
44 sprintf(proc, "/proc/%d/exe", getpid());
45 int err = readlink(proc, path, PATH_MAX - 1);
  /external/jemalloc/test/include/test/
thd.h 8 void thd_create(thd_t *thd, void *(*proc)(void *), void *arg);
  /external/jemalloc/test/src/
thd.c 5 thd_create(thd_t *thd, void *(*proc)(void *), void *arg)
7 LPTHREAD_START_ROUTINE routine = (LPTHREAD_START_ROUTINE)proc;
26 thd_create(thd_t *thd, void *(*proc)(void *), void *arg)
29 if (pthread_create(thd, NULL, proc, arg) != 0)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
proc.s 4 .proc func, func1, func2
12 .proc
  /external/ltrace/
backend.h 73 void trace_set_options(struct process *proc);
87 * is a place where it can initialize PROC->arch_dep. XXX this should
89 void get_arch_dep(struct process *proc);
91 /* Return current instruction pointer of PROC.
98 void *get_instruction_pointer(struct process *proc);
100 /* Set instruction pointer of PROC to ADDR. XXX see above. */
101 void set_instruction_pointer(struct process *proc, void *addr);
103 /* Return current stack pointer of PROC. XXX see above. */
104 void *get_stack_pointer(struct process *proc);
108 void *get_return_addr(struct process *proc, void *stack_pointer)
    [all...]
fetch.h 41 struct fetch_context *fetch_arg_init(enum tof type, struct process *proc,
45 struct fetch_context *fetch_arg_clone(struct process *proc,
52 struct process *proc,
58 struct process *proc,
78 struct fetch_context *arch_fetch_arg_init(enum tof type, struct process *proc,
80 struct fetch_context *arch_fetch_arg_clone(struct process *proc,
83 struct process *proc, struct arg_type_info *info,
86 struct process *proc, struct arg_type_info *info,
  /external/ltrace/sysdeps/linux-gnu/metag/
regs.c 28 #include "proc.h"
32 get_instruction_pointer(struct process *proc)
39 if (ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, (long)&iov))
46 set_instruction_pointer(struct process *proc, arch_addr_t addr)
53 if (ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, (long)&iov))
60 ptrace(PTRACE_SETREGSET, proc->pid, NT_PRSTATUS, (long)&iov);
64 get_stack_pointer(struct process *proc)
71 if (ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, (long)&iov))
78 get_return_addr(struct process *proc, void *stack_pointer)
85 if (ptrace(PTRACE_GETREGSET, proc->pid, NT_PRSTATUS, (long)&iov)
    [all...]
  /system/core/toolbox/
top.c 95 static void free_proc(struct proc_info *proc);
97 static int read_stat(char *filename, struct proc_info *proc);
98 static void read_policy(int pid, struct proc_info *proc);
99 static void add_proc(int proc_num, struct proc_info *proc);
100 static int read_cmdline(char *filename, struct proc_info *proc);
101 static int read_status(char *filename, struct proc_info *proc);
198 struct proc_info *proc; local
201 proc = free_procs;
205 proc = malloc(sizeof(*proc));
230 struct proc_info *proc; local
430 struct proc_info *old_proc, *proc; local
    [all...]
  /external/ltrace/sysdeps/linux-gnu/ppc/
fetch.c 31 #include "proc.h"
34 static int allocate_gpr(struct fetch_context *ctx, struct process *proc,
69 fetch_context_init(struct process *proc, struct fetch_context *context)
74 if (proc->e_machine == EM_PPC)
75 context->stack_pointer = proc->stack_pointer + 8;
77 context->stack_pointer = proc->stack_pointer + 112;
85 if (proc->e_machine == EM_PPC64) {
86 if (ptrace(PTRACE_GETREGS64, proc->pid, 0,
91 if (ptrace(PTRACE_GETREGS, proc->pid, 0,
98 if (ptrace(PTRACE_GETREGS, proc->pid, 0
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_msg.h 63 virtual void proc() const;
72 virtual void proc() const;
81 virtual void proc() const;
100 virtual void proc() const;
115 virtual void proc() const;
126 virtual void proc() const;
141 virtual void proc() const;
157 virtual void proc() const;
165 virtual void proc() const;
173 virtual void proc() const
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_msg.h 63 virtual void proc() const;
72 virtual void proc() const;
81 virtual void proc() const;
100 virtual void proc() const;
115 virtual void proc() const;
126 virtual void proc() const;
141 virtual void proc() const;
157 virtual void proc() const;
165 virtual void proc() const;
173 virtual void proc() const
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_msg.h 63 virtual void proc() const;
72 virtual void proc() const;
81 virtual void proc() const;
100 virtual void proc() const;
115 virtual void proc() const;
126 virtual void proc() const;
141 virtual void proc() const;
157 virtual void proc() const;
165 virtual void proc() const;
173 virtual void proc() const
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_msg.h 63 virtual void proc() const;
72 virtual void proc() const;
81 virtual void proc() const;
100 virtual void proc() const;
115 virtual void proc() const;
126 virtual void proc() const;
141 virtual void proc() const;
157 virtual void proc() const;
165 virtual void proc() const;
173 virtual void proc() const
    [all...]
  /external/ltrace/sysdeps/linux-gnu/ia64/
fetch.c 34 #include "proc.h"
66 fetch_context_init(struct process *proc, struct fetch_context *context)
70 if (ptrace(PTRACE_GETREGS, proc->pid, 0, &context->regs) < 0)
79 arch_fetch_arg_init(enum tof type, struct process *proc,
84 || fetch_context_init(proc, context) < 0) {
94 arch_fetch_arg_clone(struct process *proc,
105 allocate_stack_slot(struct fetch_context *ctx, struct process *proc,
108 size_t al = type_alignof(proc, info);
109 size_t sz = type_sizeof(proc, info);
114 long value = ptrace(PTRACE_PEEKDATA, proc->pid, ctx->stack_pointer, 0)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-exceptions.rb 13 proc {
  /external/autotest/client/site_tests/security_Minijail0/src/
test-netns 9 # Look in /proc/net/dev so we get even downed devices.
10 lines=$(wc -l < /proc/net/dev)
test-userns-netns 9 # Look in /proc/net/dev so we get even downed devices.
10 lines=$(wc -l < /proc/net/dev)
  /external/toybox/tests/
modinfo.test 7 [ -e /proc/modules ] || { echo "Skipping test because modules are not supported"; exit 1; }
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_msg.h 63 virtual void proc() const;
72 virtual void proc() const;
81 virtual void proc() const;
100 virtual void proc() const;
115 virtual void proc() const;
126 virtual void proc() const;
141 virtual void proc() const;
157 virtual void proc() const;
165 virtual void proc() const;
173 virtual void proc() const
    [all...]
  /external/dbus-binding-generator/chromeos-dbus-bindings/
test_utils.cc 31 brillo::ProcessImpl proc; local
32 proc.AddArg("diff");
33 proc.AddArg("-u");
34 proc.AddArg(path_a.value());
35 proc.AddArg(path_b.value());
36 proc.SetSearchPath(true);
37 proc.RedirectUsingPipe(STDOUT_FILENO, false);
38 proc.Start();
40 int fd = proc.GetPipe(STDOUT_FILENO);
54 proc.Wait()
    [all...]
  /external/libopus/celt/arm/
arm2gnu.pl 128 my $proc;
130 $proc = $1;
132 if ($proc)
134 $prefix = $prefix.sprintf("\t.type\t%s, %%function; ",$proc);
135 push(@proc_stack, $proc);
146 my $proc;
148 $proc = pop(@proc_stack);
149 $_ = "\t.size $proc, .-$proc".$_ if ($proc);
    [all...]
  /external/ltrace/sysdeps/linux-gnu/mips/
trace.c 38 #include "proc.h"
60 \param proc The process that had an event.
64 Most targets just return here. A couple use proc->arch_ptr for a
68 get_arch_dep(struct process *proc)
73 \param proc Process that had event.
90 syscall_p(struct process *proc, int status, int *sysnum)
93 && WSTOPSIG(status) == (SIGTRAP | proc->tracesysgood)) {
95 long pc = (long)get_instruction_pointer(proc);
97 int insn = ptrace(PTRACE_PEEKTEXT, proc->pid, pc - 4, 0);
98 int num = ptrace(PTRACE_PEEKTEXT, proc->pid, pc - 8, 0)
    [all...]
  /external/libvpx/libvpx/build/make/
ads2gas.pl 198 # Use PROC and ENDP to give the symbols a .size directive.
202 my $proc;
204 $proc = $1;
205 push(@proc_stack, $proc) if ($proc);
210 my $proc;
212 $proc = pop(@proc_stack);
213 $_ = "\t.size $proc, .-$proc".$_ if ($proc);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
ads2gas.pl 198 # Use PROC and ENDP to give the symbols a .size directive.
202 my $proc;
204 $proc = $1;
205 push(@proc_stack, $proc) if ($proc);
210 my $proc;
212 $proc = pop(@proc_stack);
213 $_ = "\t.size $proc, .-$proc".$_ if ($proc);
    [all...]

Completed in 660 milliseconds

1 23 4 5 6 7 8 91011>>