Searched defs:pc (Results 1 - 10 of 10) sorted by relevance

/bionic/libc/arch-arm/bionic/
H A Dexidx_dynamic.c40 _Unwind_Ptr __gnu_Unwind_Find_exidx(_Unwind_Ptr pc, int *pcount) argument
42 return dl_unwind_find_exidx(pc, pcount);
/bionic/libc/bionic/
H A Ddebug_mapinfo.cpp99 __LIBC_HIDDEN__ const mapinfo_t* mapinfo_find(mapinfo_t* mi, uintptr_t pc, uintptr_t* rel_pc) { argument
101 if ((pc >= mi->start) && (pc < mi->end)) {
102 *rel_pc = pc - mi->start;
106 *rel_pc = pc;
/bionic/libc/kernel/uapi/asm-arm64/asm/
H A Dsigcontext.h27 __u64 pc; member in struct:sigcontext
H A Dptrace.h56 __u64 pc; member in struct:user_pt_regs
/bionic/libc/kernel/uapi/linux/
H A Dnet_dropmon.h25 __u8 pc[8]; member in struct:net_dm_drop_point
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dqsort.c113 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; local
143 pc = pd = (char *)a + (n - 1) * es;
145 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) {
153 while (pb <= pc && (cmp_result = CMP(thunk, pc, a)) >= 0) {
156 swap(pc, pd);
159 pc -= es;
161 if (pb > pc)
163 swap(pb, pc);
166 pc
[all...]
/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dkvm.h27 __u64 pc; member in struct:kvm_regs
/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dengine.c977 sopno pc; local
984 for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) {
985 s = g->strip[pc];
988 assert(pc == stop-1);
1034 pc -= OPND(s) + 1;
1035 INIT(here, pc);
1051 assert(OP(g->strip[pc
[all...]
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dkvm.h266 __u64 pc; member in struct:kvm_debug_exit_arch
/bionic/linker/
H A Dlinker.cpp398 _Unwind_Ptr dl_unwind_find_exidx(_Unwind_Ptr pc, int* pcount) { argument
399 unsigned addr = (unsigned)pc;
968 - The address of the place if the relocation is pc-relative
1234 - The address of the place if the relocation is pc-relative

Completed in 263 milliseconds