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

  /external/strace/linux/bfin/
print_pc.c 2 if (upeek(tcp->pid, PT_PC, &pc) < 0) {
  /external/strace/linux/m68k/
print_pc.c 2 if (upeek(tcp->pid, 4*PT_PC, &pc) < 0) {
userent.h 19 XLAT(4*PT_PC),
  /external/strace/linux/microblaze/
print_pc.c 2 if (upeek(tcp->pid, PT_PC, &pc) < 0) {
userent.h 33 { PT_PC, "rpc", },
  /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...]

Completed in 4924 milliseconds