Lines Matching refs:uintptr_t

47 -uintptr_t UContextReader::GetStackPointer(const struct ucontext* uc) {
48 +uintptr_t UContextReader::GetStackPointer(const ucontext_t* uc) {
52 -uintptr_t UContextReader::GetInstructionPointer(const struct ucontext* uc) {
53 +uintptr_t UContextReader::GetInstructionPointer(const ucontext_t* uc) {
66 -uintptr_t UContextReader::GetStackPointer(const struct ucontext* uc) {
67 +uintptr_t UContextReader::GetStackPointer(const ucontext_t* uc) {
71 -uintptr_t UContextReader::GetInstructionPointer(const struct ucontext* uc) {
72 +uintptr_t UContextReader::GetInstructionPointer(const ucontext_t* uc) {
85 -uintptr_t UContextReader::GetStackPointer(const struct ucontext* uc) {
86 +uintptr_t UContextReader::GetStackPointer(const ucontext_t* uc) {
90 -uintptr_t UContextReader::GetInstructionPointer(const struct ucontext* uc) {
91 +uintptr_t UContextReader::GetInstructionPointer(const ucontext_t* uc) {
104 -uintptr_t UContextReader::GetStackPointer(const struct ucontext* uc) {
105 +uintptr_t UContextReader::GetStackPointer(const ucontext_t* uc) {
109 -uintptr_t UContextReader::GetInstructionPointer(const struct ucontext* uc) {
110 +uintptr_t UContextReader::GetInstructionPointer(const ucontext_t* uc) {
123 -uintptr_t UContextReader::GetStackPointer(const struct ucontext* uc) {
124 +uintptr_t UContextReader::GetStackPointer(const ucontext_t* uc) {
128 -uintptr_t UContextReader::GetInstructionPointer(const struct ucontext* uc) {
129 +uintptr_t UContextReader::GetInstructionPointer(const ucontext_t* uc) {
149 - static uintptr_t GetStackPointer(const struct ucontext* uc);
150 + static uintptr_t GetStackPointer(const ucontext_t* uc);
152 - static uintptr_t GetInstructionPointer(const struct ucontext* uc);
153 + static uintptr_t GetInstructionPointer(const ucontext_t* uc);