OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__srr0
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/tcmalloc/vendor/m4/
pc_from_ucontext.m4
41
pc_fields="$pc_fields uc_mcontext->__ss.
__srr0
" # OS X (>=10.5 [untested])
/external/libcxxabi/src/Unwind/
Registers.hpp
487
uint64_t getIP() const { return _registers.
__srr0
; }
488
void setIP(uint32_t value) { _registers.
__srr0
= value; }
492
unsigned int
__srr0
; /* Instruction address register (PC) */
member in struct:libunwind::Registers_ppc::ppc_thread_state_t
585
return _registers.
__srr0
;
680
_registers.
__srr0
= value;
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Registers.hpp
487
uint64_t getIP() const { return _registers.
__srr0
; }
488
void setIP(uint32_t value) { _registers.
__srr0
= value; }
492
unsigned int
__srr0
; /* Instruction address register (PC) */
member in struct:libunwind::Registers_ppc::ppc_thread_state_t
585
return _registers.
__srr0
;
680
_registers.
__srr0
= value;
[
all
...]
Completed in 109 milliseconds