Home
last modified time | relevance | path

Searched refs:pc (Results 1 – 25 of 36) sorted by relevance

12

/bionic/libc/arch-arm/bionic/
Dexidx_dynamic.c40 _Unwind_Ptr __gnu_Unwind_Find_exidx(_Unwind_Ptr pc, int *pcount) in __gnu_Unwind_Find_exidx() argument
42 return dl_unwind_find_exidx(pc, pcount); in __gnu_Unwind_Find_exidx()
Dexidx_static.c41 _Unwind_Ptr __gnu_Unwind_Find_exidx(_Unwind_Ptr pc __attribute__((unused)), in __gnu_Unwind_Find_exidx() argument
Dmemcpy.a9.S163 add pc, pc, tmp1
190 add pc, pc, tmp1, lsl #1
306 add pc, pc, tmp1
363 add pc, pc, tmp1
/bionic/libc/bionic/
Ddebug_mapinfo.cpp87 __LIBC_HIDDEN__ const mapinfo_t* mapinfo_find(mapinfo_t* mi, uintptr_t pc, uintptr_t* rel_pc) { in mapinfo_find() argument
89 if ((pc >= mi->start) && (pc < mi->end)) { in mapinfo_find()
90 *rel_pc = pc - mi->start; in mapinfo_find()
94 *rel_pc = pc; in mapinfo_find()
Ddebug_mapinfo.h43 __LIBC_HIDDEN__ const mapinfo_t* mapinfo_find(mapinfo_t* mi, uintptr_t pc, uintptr_t* rel_pc);
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dqsort.c113 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; in qsort_r() local
143 pc = pd = (char *)a + (n - 1) * es; in qsort_r()
145 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) { in qsort_r()
153 while (pb <= pc && (cmp_result = CMP(thunk, pc, a)) >= 0) { in qsort_r()
156 swap(pc, pd); in qsort_r()
159 pc -= es; in qsort_r()
161 if (pb > pc) in qsort_r()
163 swap(pb, pc); in qsort_r()
166 pc -= es; in qsort_r()
180 r = min(pd - pc, pn - pd - es); in qsort_r()
[all …]
/bionic/libthread_db/
Dlibthread_db.c82 void * pc; in _event_getmsg_helper() local
88 pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)48 /* eip */, NULL); in _event_getmsg_helper()
93 if (pc == ((int)bkpt_addr + 1)) { in _event_getmsg_helper()
103 pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)60 /* r15/pc */, NULL); in _event_getmsg_helper()
105 if (pc == bkpt_addr) { in _event_getmsg_helper()
113 pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)(64*4) /* pc */, NULL); in _event_getmsg_helper()
114 if (pc == bkpt_addr) { in _event_getmsg_helper()
/bionic/linker/arch/arm/
Dbegin.S40 mov pc, r0
/bionic/libc/include/
Dlink.h48 _Unwind_Ptr dl_unwind_find_exidx(_Unwind_Ptr pc, int* pcount);
/bionic/libdl/
Dlibdl.c31 void *dl_unwind_find_exidx(void *pc, int *pcount) { return 0; } in dl_unwind_find_exidx() argument
/bionic/libc/arch-arm/cortex-a15/bionic/
Dmemcpy.S101 add r0, pc
Dmemcpy_base.S165 pop {r0, pc}
305 pop {r0, pc}
Dmemset.S56 add r0, pc
D__strcpy_chk.S176 add r0, pc
D__strcat_chk.S215 add r0, pc
/bionic/libc/arch-arm/krait/bionic/
Dmemcpy.S81 add r0, pc
Dmemset.S55 add r0, pc
D__strcpy_chk.S176 add r0, pc
D__strcat_chk.S213 add r0, pc
/bionic/libc/arch-arm/cortex-a9/bionic/
Dmemcpy.S81 add r0, pc
D__strcpy_chk.S181 add r0, pc
D__strcat_chk.S218 add r0, pc
/bionic/libc/kernel/arch-x86/asm/
Dprocessor_32.h46 #define current_text_addr() ({ void *pc; __asm__("movl $1f,%0\n1:":"=g" (pc)); pc; })
/bionic/libc/upstream-netbsd/libc/regex/
Dengine.c977 sopno pc; in step() local
984 for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) { in step()
985 s = g->strip[pc]; in step()
988 assert(pc == stop-1); in step()
1034 pc -= OPND(s) + 1; in step()
1035 INIT(here, pc); in step()
1051 assert(OP(g->strip[pc+OPND(s)]) == OOR2); in step()
1057 OP(s = g->strip[pc+look]) != O_CH; in step()
1065 if (OP(g->strip[pc+OPND(s)]) != O_CH) { in step()
1066 assert(OP(g->strip[pc+OPND(s)]) == OOR2); in step()
/bionic/libc/arch-arm/generic/bionic/
Dmemset.S45 add r0, pc

12