Home
last modified time | relevance | path

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

12

/ndk/tests/device/issue20176-__gnu_Unwind_Find_exidx/jni/
Dissue20176-__gnu_Unwind_Find_exidx.cpp9 extern "C" _Unwind_Ptr dl_unwind_find_exidx(_Unwind_Ptr pc, int *pcount);
10 extern "C" _Unwind_Ptr __gnu_Unwind_Find_exidx(_Unwind_Ptr pc, int *pcount) in __gnu_Unwind_Find_exidx() argument
13 printf("%p -> ", pc); in __gnu_Unwind_Find_exidx()
14 ret_pc = dl_unwind_find_exidx(pc, pcount); in __gnu_Unwind_Find_exidx()
/ndk/tests/build/issue65705-asm-pc/jni/
Dissue65705-asm-pc.c17 void func_2(const unsigned long pc) in func_2() argument
24 register unsigned long pc asm ("pc"); in func_1()
25 func_2(pc); in func_1()
DAndroid.mk4 LOCAL_MODULE := issue65705-asm-pc
5 LOCAL_SRC_FILES := issue65705-asm-pc.c
/ndk/sources/host-tools/ndk-stack/binutils/
Daddr2line.c138 static bfd_vma pc; variable
162 if (pc < vma) in find_address_in_section()
166 if (pc >= vma + size) in find_address_in_section()
169 found = bfd_find_nearest_line_discriminator (abfd, section, syms, pc - vma, in find_address_in_section()
188 if (pc >= size) in find_offset_in_section()
191 found = bfd_find_nearest_line_discriminator (abfd, section, syms, pc, in find_offset_in_section()
212 pc = bfd_scan_vma (addr_hex, NULL, 16); in translate_addresses()
219 pc = bfd_scan_vma (*addr++, NULL, 16); in translate_addresses()
227 pc &= (sign << 1) - 1; in translate_addresses()
229 pc = (pc ^ sign) - sign; in translate_addresses()
[all …]
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindCursor.hpp42 static pint_t findFDE(pint_t mh, pint_t pc);
96 typename A::pint_t DwarfFDECache<A>::findFDE(pint_t mh, pint_t pc) { in findFDE() argument
101 if ((p->ip_start <= pc) && (pc < p->ip_end)) { in findFDE()
421 bool getInfoFromEHABISection(pint_t pc, const UnwindInfoSections &sects);
425 bool getInfoFromDwarfSection(pint_t pc, const UnwindInfoSections &sects,
436 bool getInfoFromCompactEncodingSection(pint_t pc,
681 pint_t pc, in getInfoFromEHABISection() argument
688 EHABISectionIterator<A> itNextPC = std::upper_bound(begin, end, pc); in getInfoFromEHABISection()
810 bool UnwindCursor<A, R>::getInfoFromDwarfSection(pint_t pc, in getInfoFromDwarfSection() argument
819 foundFDE = CFI_Parser<A>::findFDE(_addressSpace, pc, sects.dwarf_section, in getInfoFromDwarfSection()
[all …]
DUnwindLevel1-gcc-ext.c82 _LIBUNWIND_EXPORT void *_Unwind_FindEnclosingFunction(void *pc) { in _Unwind_FindEnclosingFunction() argument
83 _LIBUNWIND_TRACE_API("_Unwind_FindEnclosingFunction(pc=%p)\n", pc); in _Unwind_FindEnclosingFunction()
91 unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(long) pc); in _Unwind_FindEnclosingFunction()
149 _LIBUNWIND_EXPORT const void *_Unwind_Find_FDE(const void *pc, in _Unwind_Find_FDE() argument
158 unw_set_reg(&cursor, UNW_REG_IP, (unw_word_t)(long) pc); in _Unwind_Find_FDE()
163 _LIBUNWIND_TRACE_API("_Unwind_Find_FDE(pc=%p) => %p\n", pc, in _Unwind_Find_FDE()
DUnwind_AppleExtras.cpp149 bool checkKeyMgrRegisteredFDEs(uintptr_t pc, void *&fde) { in checkKeyMgrRegisteredFDEs() argument
165 if ((fdeInfo.pcStart <= pc) && (pc < fdeInfo.pcEnd)) { in checkKeyMgrRegisteredFDEs()
177 (void)pc; in checkKeyMgrRegisteredFDEs()
DUnwindLevel1.c68 unw_word_t pc; in unwind_phase1() local
69 unw_get_reg(&cursor1, UNW_REG_IP, &pc); in unwind_phase1()
73 exception_object, (long long)pc, (long long)frameInfo.start_ip, functionName, in unwind_phase1()
201 unw_word_t pc; in unwind_phase2() local
202 unw_get_reg(&cursor2, UNW_REG_IP, &pc); in unwind_phase2()
206 exception_object, (long long)pc, in unwind_phase2()
DUnwind-EHABI.cpp109 uintptr_t pc = _Unwind_GetIP(context); in ProcessDescriptors() local
110 bool isInScope = (scopeStart <= pc) && (pc < scopeEnd); in ProcessDescriptors()
448 unw_word_t pc; in unwind_phase1() local
449 unw_get_reg(&cursor1, UNW_REG_IP, &pc); in unwind_phase1()
453 exception_object, (long long)pc, (long long)frameInfo.start_ip, in unwind_phase1()
615 unw_word_t pc; in unwind_phase2() local
616 unw_get_reg(&cursor2, UNW_REG_IP, &pc); in unwind_phase2()
620 exception_object, (long long)pc, in unwind_phase2()
627 unw_word_t pc; in unwind_phase2() local
628 unw_get_reg(&cursor2, UNW_REG_IP, &pc); in unwind_phase2()
[all …]
DUnwindRegistersSave.S261 str lr, [x0, #0x100] ; store return address as pc
301 @ . the pc (r15) cannot be in the list in an STM instruction
305 str lr, [r0, #60] @ store return address as pc
310 mov pc, lr
322 mov pc, lr
333 mov pc, lr
/ndk/sources/host-tools/make-3.81/config/
Dconfig.guess276 echo alpha-pc-interix
333 echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
762 echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
779 echo ${UNAME_MACHINE}-pc-cygwin
782 echo ${UNAME_MACHINE}-pc-mingw32
789 echo ${UNAME_MACHINE}-pc-pw32
792 echo i586-pc-interix${UNAME_RELEASE}
798 echo i${UNAME_MACHINE}-pc-mks
804 echo i586-pc-interix
807 echo ${UNAME_MACHINE}-pc-uwin
[all …]
Dconfig.sub308 basic_machine=$basic_machine-pc
686 basic_machine=i386-pc
711 basic_machine=i386-pc
825 basic_machine=i386-pc
831 basic_machine=i586-pc
834 basic_machine=i686-pc
837 basic_machine=i686-pc
840 basic_machine=i786-pc
887 basic_machine=i386-pc
1077 basic_machine=i686-pc
/ndk/sources/android/libthread_db/gdb-6.6/
Dlibthread_db.c219 void* pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)60 /* r15/pc */, NULL); in _event_getmsg_helper() local
220 if (pc == bkpt_addr) { in _event_getmsg_helper()
230 void* pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)48 /* eip */, NULL); in _event_getmsg_helper()
234 if (pc == ((int)bkpt_addr + 1)) { in _event_getmsg_helper()
243 void* pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)(64*4) /* pc */, NULL); in _event_getmsg_helper()
244 if (pc == bkpt_addr) { in _event_getmsg_helper()
/ndk/tests/device/test-stlport/unit/
Dioiter_test.cpp33 const char *pc; in ioiter_test() local
43 pc = strorg; in ioiter_test()
47 c = *pc++; in ioiter_test()
/ndk/tests/device/test-gnustl-full/unit/
Dioiter_test.cpp33 const char *pc; in ioiter_test() local
43 pc = strorg; in ioiter_test()
47 c = *pc++; in ioiter_test()
/ndk/sources/android/libthread_db/gdb-7.3.x/
Dlibthread_db.c230 void* pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)60 /* r15/pc */, NULL); in _event_getmsg_helper() local
231 if (pc == bkpt_addr) { in _event_getmsg_helper()
241 void* pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)48 /* eip */, NULL); in _event_getmsg_helper()
245 if (pc == ((int)bkpt_addr + 1)) { in _event_getmsg_helper()
254 void* pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)(64*4) /* pc */, NULL); in _event_getmsg_helper()
255 if (pc == bkpt_addr) { in _event_getmsg_helper()
/ndk/sources/android/libthread_db/gdb-7.6/
Dlibthread_db.c243 void* pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)60 /* r15/pc */, NULL); in _event_getmsg_helper() local
244 if (pc == bkpt_addr) { in _event_getmsg_helper()
254 void* pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)48 /* eip */, NULL); in _event_getmsg_helper()
258 if (pc == ((int)bkpt_addr + 1)) { in _event_getmsg_helper()
267 void* pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)(64*4) /* pc */, NULL); in _event_getmsg_helper()
268 if (pc == bkpt_addr) { in _event_getmsg_helper()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdlib_h.pass.cpp77 char* pc = 0; in main() local
79 static_assert((std::is_same<decltype(wctomb(pc,L' ')), int>::value), ""); in main()
81 static_assert((std::is_same<decltype(wcstombs(pc,pwc,0)), size_t>::value), ""); in main()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
Dbad_weak_ptr.hpp36 # pragma option push -pc
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_wrappers.cpp213 _Unwind_Ptr WrapDl_unwind_find_exidx(_Unwind_Ptr pc, int* pcount) { in WrapDl_unwind_find_exidx() argument
218 _Unwind_Ptr result = list->FindArmExIdx(pc, pcount); in WrapDl_unwind_find_exidx()
223 return ::dl_unwind_find_exidx(pc, pcount); in WrapDl_unwind_find_exidx()
/ndk/sources/host-tools/nawk-20071023/
DGNUmakefile43 CC := x86_64-pc-mingw32msvc-gcc
45 CC := i586-pc-mingw32msvc-gcc
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
Dcstdlib.pass.cpp81 char* pc = 0; in main() local
83 static_assert((std::is_same<decltype(std::wctomb(pc,L' ')), int>::value), ""); in main()
85 static_assert((std::is_same<decltype(std::wcstombs(pc,pwc,0)), std::size_t>::value), ""); in main()
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_prolog.h18 # pragma option -Vx- -Ve- -a8 -b -pc
/ndk/build/tools/
Dcommon-build-host-funcs.sh123 windows|windows-x86) RET=i586-pc-mingw32msvc;;
518 _bh_try_host_prefix i686-pc-mingw32
533 *-mingw32msvc-*|i686-pc-mingw32)
534 BH_HOST_CONFIG=i586-pc-mingw32msvc
572 BH_HOST=amd64-pc-mingw32msvc
/ndk/sources/host-tools/ndk-stack/regex/
Dengine.c847 sopno pc; in step() local
852 for (pc = start, INIT(here, pc); pc != stop; pc++, INC(here)) { in step()
853 s = g->strip[pc]; in step()
856 assert(pc == stop-1); in step()
902 pc -= OPND(s) + 1; in step()
903 INIT(here, pc); in step()
919 assert(OP(g->strip[pc+OPND(s)]) == OOR2); in step()
925 OP(s = g->strip[pc+look]) != O_CH; in step()
933 if (OP(g->strip[pc+OPND(s)]) != O_CH) { in step()
934 assert(OP(g->strip[pc+OPND(s)]) == OOR2); in step()

12