/bionic/libc/arch-arm/bionic/ |
D | exidx_dynamic.c | 40 _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()
|
D | exidx_static.c | 41 _Unwind_Ptr __gnu_Unwind_Find_exidx(_Unwind_Ptr pc __attribute__((unused)), in __gnu_Unwind_Find_exidx() argument
|
D | memcpy.a9.S | 163 add pc, pc, tmp1 190 add pc, pc, tmp1, lsl #1 306 add pc, pc, tmp1 363 add pc, pc, tmp1
|
/bionic/libc/bionic/ |
D | debug_mapinfo.cpp | 87 __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()
|
D | debug_mapinfo.h | 43 __LIBC_HIDDEN__ const mapinfo_t* mapinfo_find(mapinfo_t* mi, uintptr_t pc, uintptr_t* rel_pc);
|
/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
D | qsort.c | 113 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/ |
D | libthread_db.c | 82 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/ |
D | begin.S | 40 mov pc, r0
|
/bionic/libc/include/ |
D | link.h | 48 _Unwind_Ptr dl_unwind_find_exidx(_Unwind_Ptr pc, int* pcount);
|
/bionic/libdl/ |
D | libdl.c | 31 void *dl_unwind_find_exidx(void *pc, int *pcount) { return 0; } in dl_unwind_find_exidx() argument
|
/bionic/libc/arch-arm/cortex-a15/bionic/ |
D | memcpy.S | 101 add r0, pc
|
D | memcpy_base.S | 165 pop {r0, pc} 305 pop {r0, pc}
|
D | memset.S | 56 add r0, pc
|
D | __strcpy_chk.S | 176 add r0, pc
|
D | __strcat_chk.S | 215 add r0, pc
|
/bionic/libc/arch-arm/krait/bionic/ |
D | memcpy.S | 81 add r0, pc
|
D | memset.S | 55 add r0, pc
|
D | __strcpy_chk.S | 176 add r0, pc
|
D | __strcat_chk.S | 213 add r0, pc
|
/bionic/libc/arch-arm/cortex-a9/bionic/ |
D | memcpy.S | 81 add r0, pc
|
D | __strcpy_chk.S | 181 add r0, pc
|
D | __strcat_chk.S | 218 add r0, pc
|
/bionic/libc/kernel/arch-x86/asm/ |
D | processor_32.h | 46 #define current_text_addr() ({ void *pc; __asm__("movl $1f,%0\n1:":"=g" (pc)); pc; })
|
/bionic/libc/upstream-netbsd/libc/regex/ |
D | engine.c | 977 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/ |
D | memset.S | 45 add r0, pc
|