/bionic/libc/upstream-freebsd/lib/libc/stdlib/ |
D | qsort.c | 95 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; in qsort_r() local 126 pc = pd = (char *)a + (n - 1) * es; in qsort_r() 128 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) { in qsort_r() 136 while (pb <= pc && (cmp_result = CMP(thunk, pc, a)) >= 0) { in qsort_r() 139 swapfunc(pc, pd, es); in qsort_r() 142 pc -= es; in qsort_r() 144 if (pb > pc) in qsort_r() 146 swapfunc(pb, pc, es); in qsort_r() 149 pc -= es; in qsort_r() 163 d1 = MIN(pd - pc, pn - pd - es); in qsort_r() [all …]
|
/bionic/libc/arch-arm/bionic/ |
D | exidx_dynamic.c | 40 _Unwind_Ptr __gnu_Unwind_Find_exidx_impl(_Unwind_Ptr pc, int *pcount) { in __gnu_Unwind_Find_exidx_impl() argument 41 return dl_unwind_find_exidx(pc, pcount); in __gnu_Unwind_Find_exidx_impl() 44 _Unwind_Ptr __gnu_Unwind_Find_exidx_impl2(_Unwind_Ptr pc, int *pcount) { in __gnu_Unwind_Find_exidx_impl2() argument 45 return dl_unwind_find_exidx(pc, pcount); in __gnu_Unwind_Find_exidx_impl2()
|
D | exidx_static.c | 46 _Unwind_Ptr dl_unwind_find_exidx(_Unwind_Ptr pc __attribute__((unused)), int* pcount) { in dl_unwind_find_exidx() argument 51 _Unwind_Ptr __gnu_Unwind_Find_exidx(_Unwind_Ptr pc, int *pcount) { in __gnu_Unwind_Find_exidx() argument 52 return dl_unwind_find_exidx(pc, pcount); in __gnu_Unwind_Find_exidx()
|
/bionic/libc/malloc_debug/ |
D | MapData.h | 43 explicit MapEntry(uintptr_t pc) : start(pc), end(pc) {} in MapEntry() 66 const MapEntry* find(uintptr_t pc, uintptr_t* rel_pc = nullptr);
|
D | README.md | 224 04-15 12:00:31.305 7412 7412 E malloc_debug: #00 pc 00029310 /system/lib/libc.so 225 …04-15 12:00:31.305 7412 7412 E malloc_debug: #01 pc 00021438 /system/lib/libc.so (ne… 226 04-15 12:00:31.305 7412 7412 E malloc_debug: #02 pc 000a9e38 /system/lib/libc++.so 227 04-15 12:00:31.305 7412 7412 E malloc_debug: #03 pc 000a28a8 /system/lib/libc++.so 260 04-15 12:35:33.305 7412 7412 E malloc_debug: #00 pc 00029310 /system/lib/libc.so 261 …04-15 12:35:33.305 7412 7412 E malloc_debug: #01 pc 00021438 /system/lib/libc.so (ne… 262 04-15 12:35:33.305 7412 7412 E malloc_debug: #02 pc 000a9e38 /system/lib/libc++.so 263 04-15 12:35:33.305 7412 7412 E malloc_debug: #03 pc 000a28a8 /system/lib/libc++.so 266 04-15 12:35:33.305 7412 7412 E malloc_debug: #00 pc 00029310 /system/lib/libc.so 267 …04-15 12:35:33.305 7412 7412 E malloc_debug: #01 pc 00021438 /system/lib/libc.so (ne… [all …]
|
D | MapData.cpp | 177 const MapEntry* MapData::find(uintptr_t pc, uintptr_t* rel_pc) { in find() argument 178 MapEntry pc_entry(pc); in find() 205 *rel_pc = pc - entry->start + entry->offset + prev_entry->load_bias; in find() 210 *rel_pc = pc - entry->start + entry->load_bias; in find()
|
D | UnwindBacktrace.cpp | 82 frames->push_back(frame.pc); in Unwind()
|
/bionic/libdl/ |
D | libdl.cpp | 53 _Unwind_Ptr __loader_dl_unwind_find_exidx(_Unwind_Ptr pc, int* pcount); 116 _Unwind_Ptr dl_unwind_find_exidx(_Unwind_Ptr pc, int* pcount) { in dl_unwind_find_exidx() argument 117 return __loader_dl_unwind_find_exidx(pc, pcount); in dl_unwind_find_exidx()
|
/bionic/docs/ |
D | fdsan.md | 172 sp 0000007bf14ddff0 lr 0000007bf1b5fd6c pc 0000007bf1b5fd90 175 #00 pc 0000000000008d90 /system/lib64/libc.so (fdsan_error(char const*, ...)+384) 176 #01 pc 0000000000008ba8 /system/lib64/libc.so (android_fdsan_close_with_tag+632) 177 #02 pc 00000000000092a0 /system/lib64/libc.so (close+16) 178 #03 pc 00000000000003e4 /system/bin/fdsan_test (bystander()+84) 179 #04 pc 0000000000000918 /system/bin/fdsan_test 180 #05 pc 000000000006689c /system/lib64/libc.so (__pthread_start(void*)+36) 181 #06 pc 000000000000712c /system/lib64/libc.so (__start_thread+68) 213 sp 0000006fef900ff0 lr 0000006feffc9d6c pc 0000006feffc9d90 216 #00 pc 0000000000008d90 /system/lib64/libc.so (fdsan_error(char const*, ...)+384) [all …]
|
/bionic/libc/arch-arm/cortex-a55/bionic/ |
D | memcpy_base.S | 127 pop {r0, pc} 153 pop {r0, pc} 193 pop {r0, pc} 233 pop {r0, pc}
|
/bionic/libc/upstream-netbsd/lib/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 | 67 popls {r0, r4-r7, pc} /* return */ 110 ldmfd sp!, {r0, r4-r7, pc}
|
D | memmove.S | 74 moveq pc, lr 132 ldmiaeq sp!, {r0, pc} /* done */ 142 ldmia sp!, {r0, pc} 326 moveq pc, lr /* done */ 336 mov pc, lr 470 ldmfd sp!, {r0, pc}
|
/bionic/libc/arch-arm/cortex-a15/bionic/ |
D | memmove.S | 160 pop {r0, pc} 194 pop {r0, pc} 227 pop {r0, pc} 278 pop {r0, pc}
|
D | string_copy.S | 88 pop {r4, r5, pc} 92 pop {r0, r4, r5, pc} 273 tbb [pc, r3]
|
D | memcpy_base.S | 154 pop {r0, pc}
|
/bionic/libc/arch-arm/cortex-a9/bionic/ |
D | memset.S | 117 popls {r0, r4-r7, pc} /* return */ 160 ldmfd sp!, {r0, r4-r7, pc}
|
D | memcpy_base.S | 142 ldmfd sp!, {r0, pc} 227 ldmfd sp!, {r0, pc}
|
D | string_copy.S | 92 \inst {r4, r5, pc} 96 \inst {r0, r4, r5, pc} 279 tbb [pc, r3]
|
/bionic/linker/ |
D | dlfcn.cpp | 93 _Unwind_Ptr __loader_dl_unwind_find_exidx(_Unwind_Ptr pc, int* pcount) __LINKER_PUBLIC__; 198 _Unwind_Ptr __loader_dl_unwind_find_exidx(_Unwind_Ptr pc, int* pcount) { in __loader_dl_unwind_find_exidx() argument 200 return do_dl_unwind_find_exidx(pc, pcount); in __loader_dl_unwind_find_exidx()
|
D | linker.h | 92 _Unwind_Ptr do_dl_unwind_find_exidx(_Unwind_Ptr pc, int* pcount);
|
/bionic/libc/kernel/uapi/linux/ |
D | net_dropmon.h | 24 __u8 pc[8]; member
|
/bionic/libc/malloc_debug/tests/ |
D | backtrace_fake.cpp | 82 frames->push_back(frame.pc); in Unwind()
|
/bionic/libc/kernel/uapi/asm-arm64/asm/ |
D | sigcontext.h | 27 __u64 pc; member
|
/bionic/libc/arch-arm/cortex-a53/bionic/ |
D | memcpy_base.S | 143 pop {r0, pc}
|