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

  /external/ltrace/sysdeps/linux-gnu/m68k/
regs.c 42 return (void *)ptrace(PTRACE_PEEKUSER, proc->pid, 4 * PT_PC, 0);
48 ptrace(PTRACE_POKEUSER, proc->pid, 4 * PT_PC, addr);
  /external/pcre/dist/
pcre_tables.c 570 { 154, PT_PC, ucp_Cc },
571 { 157, PT_PC, ucp_Cf },
575 { 181, PT_PC, ucp_Cn },
576 { 184, PT_PC, ucp_Co },
579 { 201, PT_PC, ucp_Cs },
623 { 590, PT_PC, ucp_Ll },
624 { 593, PT_PC, ucp_Lm },
625 { 596, PT_PC, ucp_Lo },
626 { 599, PT_PC, ucp_Lt },
627 { 602, PT_PC, ucp_Lu }
    [all...]
pcre_xclass.c 154 case PT_PC:
pcre_dfa_exec.c     [all...]
pcre_exec.c     [all...]
pcre_compile.c     [all...]
pcre_jit_compile.c     [all...]
  /external/strace/
process.c     [all...]
syscall.c 837 if (upeek(tcp->pid, 4*PT_PC, &pc) < 0) {
889 if (upeek(tcp->pid, PT_PC, &pc) < 0) {
    [all...]

Completed in 2937 milliseconds