Home
last modified time | relevance | path

Searched refs:PT_PC (Results 1 – 12 of 12) sorted by relevance

/external/pcre/dist/
Dpcre_tables.c570 { 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 …]
Dpcre_xclass.c154 case PT_PC: in PRIV()
Dpcre_dfa_exec.c1088 case PT_PC: in internal_dfa_exec()
1346 case PT_PC: in internal_dfa_exec()
1598 case PT_PC: in internal_dfa_exec()
1875 case PT_PC: in internal_dfa_exec()
Dpcre_exec.c2571 case PT_PC: in match()
4203 case PT_PC: in match()
4939 case PT_PC: in match()
5456 case PT_PC: in match()
Dpcre_internal.h1793 #define PT_PC 3 /* Specified particular characteristic (e.g. Lu) */ macro
DHACKING303 relevant only for PT_GC (General Category), PT_PC (Particular Category), and
Dpcre_compile.c2790 case PT_PC: in check_char_prop()
Dpcre_jit_compile.c4815 case PT_PC: in compile_xclass_matchingpath()
5044 case PT_PC: in compile_xclass_matchingpath()
/external/ltrace/sysdeps/linux-gnu/m68k/
Dregs.c42 return (void *)ptrace(PTRACE_PEEKUSER, proc->pid, 4 * PT_PC, 0); in get_instruction_pointer()
48 ptrace(PTRACE_POKEUSER, proc->pid, 4 * PT_PC, addr); in set_instruction_pointer()
/external/strace/
Dprocess.c1344 XLAT(4*PT_PC),
1824 { PT_PC, "rpc", },
Dsyscall.c837 if (upeek(tcp->pid, 4*PT_PC, &pc) < 0) { in print_pc()
889 if (upeek(tcp->pid, PT_PC, &pc) < 0) { in print_pc()
DChangeLog-CVS5537 program counter in PT_PC instead of EIP.