Home
last modified time | relevance | path

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

12

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dqsort.c95 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/
Dexidx_dynamic.c40 _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()
Dexidx_static.c46 _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/
DMapData.h43 explicit MapEntry(uintptr_t pc) : start(pc), end(pc) {} in MapEntry()
66 const MapEntry* find(uintptr_t pc, uintptr_t* rel_pc = nullptr);
DMapData.cpp180 const MapEntry* MapData::find(uintptr_t pc, uintptr_t* rel_pc) { in find() argument
181 MapEntry pc_entry(pc); in find()
208 *rel_pc = pc - entry->start + entry->offset + prev_entry->load_bias; in find()
213 *rel_pc = pc - entry->start + entry->offset + entry->load_bias; in find()
DREADME.md296 04-15 12:00:31.305 7412 7412 E malloc_debug: #00 pc 00029310 /system/lib/libc.so
297 …04-15 12:00:31.305 7412 7412 E malloc_debug: #01 pc 00021438 /system/lib/libc.so (ne…
298 04-15 12:00:31.305 7412 7412 E malloc_debug: #02 pc 000a9e38 /system/lib/libc++.so
299 04-15 12:00:31.305 7412 7412 E malloc_debug: #03 pc 000a28a8 /system/lib/libc++.so
332 04-15 12:35:33.305 7412 7412 E malloc_debug: #00 pc 00029310 /system/lib/libc.so
333 …04-15 12:35:33.305 7412 7412 E malloc_debug: #01 pc 00021438 /system/lib/libc.so (ne…
334 04-15 12:35:33.305 7412 7412 E malloc_debug: #02 pc 000a9e38 /system/lib/libc++.so
335 04-15 12:35:33.305 7412 7412 E malloc_debug: #03 pc 000a28a8 /system/lib/libc++.so
338 04-15 12:35:33.305 7412 7412 E malloc_debug: #00 pc 00029310 /system/lib/libc.so
339 …04-15 12:35:33.305 7412 7412 E malloc_debug: #01 pc 00021438 /system/lib/libc.so (ne…
[all …]
DUnwindBacktrace.cpp65 frames->at(frame.num) = frame.pc; in Unwind()
/bionic/libdl/
Dlibdl.cpp54 _Unwind_Ptr __loader_dl_unwind_find_exidx(_Unwind_Ptr pc, int* pcount);
120 _Unwind_Ptr dl_unwind_find_exidx(_Unwind_Ptr pc, int* pcount) { in dl_unwind_find_exidx() argument
121 return __loader_dl_unwind_find_exidx(pc, pcount); in dl_unwind_find_exidx()
/bionic/docs/
Dfdsan.md176 sp 0000007bf14ddff0 lr 0000007bf1b5fd6c pc 0000007bf1b5fd90
179 #00 pc 0000000000008d90 /system/lib64/libc.so (fdsan_error(char const*, ...)+384)
180 #01 pc 0000000000008ba8 /system/lib64/libc.so (android_fdsan_close_with_tag+632)
181 #02 pc 00000000000092a0 /system/lib64/libc.so (close+16)
182 #03 pc 00000000000003e4 /system/bin/fdsan_test (bystander()+84)
183 #04 pc 0000000000000918 /system/bin/fdsan_test
184 #05 pc 000000000006689c /system/lib64/libc.so (__pthread_start(void*)+36)
185 #06 pc 000000000000712c /system/lib64/libc.so (__start_thread+68)
217 sp 0000006fef900ff0 lr 0000006feffc9d6c pc 0000006feffc9d90
220 #00 pc 0000000000008d90 /system/lib64/libc.so (fdsan_error(char const*, ...)+384)
[all …]
/bionic/libc/arch-arm/cortex-a55/bionic/
Dmemcpy_base.S127 pop {r0, pc}
153 pop {r0, pc}
193 pop {r0, pc}
233 pop {r0, pc}
/bionic/libc/arch-arm/generic/bionic/
Dmemset.S67 popls {r0, r4-r7, pc} /* return */
110 ldmfd sp!, {r0, r4-r7, pc}
Dmemmove.S74 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/
Dmemmove.S160 pop {r0, pc}
194 pop {r0, pc}
227 pop {r0, pc}
278 pop {r0, pc}
Dstring_copy.S88 pop {r4, r5, pc}
92 pop {r0, r4, r5, pc}
273 tbb [pc, r3]
Dmemcpy_base.S154 pop {r0, pc}
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c1045 sopno pc; in step() local
1052 for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) { in step()
1053 s = g->strip[pc]; in step()
1056 assert(pc == stop-1); in step()
1118 pc -= OPND(s) + 1; in step()
1119 INIT(here, pc); in step()
1135 assert(OP(g->strip[pc+OPND(s)]) == OOR2); in step()
1141 OP(s = g->strip[pc+look]) != O_CH; in step()
1149 if (OP(g->strip[pc+OPND(s)]) != O_CH) { in step()
1150 assert(OP(g->strip[pc+OPND(s)]) == OOR2); in step()
/bionic/libc/arch-arm/cortex-a9/bionic/
Dmemset.S117 popls {r0, r4-r7, pc} /* return */
160 ldmfd sp!, {r0, r4-r7, pc}
Dmemcpy_base.S142 ldmfd sp!, {r0, pc}
227 ldmfd sp!, {r0, pc}
/bionic/libc/kernel/uapi/asm-riscv/asm/
Dptrace.h24 unsigned long pc; member
/bionic/linker/
Ddlfcn.cpp94 _Unwind_Ptr __loader_dl_unwind_find_exidx(_Unwind_Ptr pc, int* pcount) __LINKER_PUBLIC__;
201 _Unwind_Ptr __loader_dl_unwind_find_exidx(_Unwind_Ptr pc, int* pcount) { in __loader_dl_unwind_find_exidx() argument
203 return do_dl_unwind_find_exidx(pc, pcount); in __loader_dl_unwind_find_exidx()
Dlinker.h96 _Unwind_Ptr do_dl_unwind_find_exidx(_Unwind_Ptr pc, int* pcount);
/bionic/libc/kernel/uapi/linux/
Dnet_dropmon.h24 __u8 pc[8]; member
/bionic/libc/malloc_debug/tests/
Dbacktrace_fake.cpp82 frames->push_back(frame.pc); in Unwind()
/bionic/libc/kernel/uapi/asm-arm64/asm/
Dsigcontext.h27 __u64 pc; member
/bionic/libc/arch-arm/cortex-a53/bionic/
Dmemcpy_base.S143 pop {r0, pc}

12