OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_JB_CORE_BASE
(Results
26 - 29
of
29
) sorted by null
1
2
/bionic/libc/arch-arm64/bionic/
_setjmp.S
50
stp x30, x10, [x0, #(
_JB_CORE_BASE
* 4 + 16 * 0)]
51
stp x28, x29, [x0, #(
_JB_CORE_BASE
* 4 + 16 * 1)]
52
stp x26, x27, [x0, #(
_JB_CORE_BASE
* 4 + 16 * 2)]
53
stp x24, x25, [x0, #(
_JB_CORE_BASE
* 4 + 16 * 3)]
54
stp x22, x23, [x0, #(
_JB_CORE_BASE
* 4 + 16 * 4)]
55
stp x20, x21, [x0, #(
_JB_CORE_BASE
* 4 + 16 * 5)]
56
str x19, [x0, #(
_JB_CORE_BASE
* 4 + 16 * 6)]
79
ldp x30, x10, [x0, #(
_JB_CORE_BASE
* 4 + 16 * 0)]
81
ldp x28, x29, [x0, #(
_JB_CORE_BASE
* 4 + 16 * 1)]
82
ldp x26, x27, [x0, #(
_JB_CORE_BASE
* 4 + 16 * 2)
[
all
...]
setjmp.S
62
stp x30, x10, [x0, #(
_JB_CORE_BASE
* 4 + 16 * 0)]
63
stp x28, x29, [x0, #(
_JB_CORE_BASE
* 4 + 16 * 1)]
64
stp x26, x27, [x0, #(
_JB_CORE_BASE
* 4 + 16 * 2)]
65
stp x24, x25, [x0, #(
_JB_CORE_BASE
* 4 + 16 * 3)]
66
stp x22, x23, [x0, #(
_JB_CORE_BASE
* 4 + 16 * 4)]
67
stp x20, x21, [x0, #(
_JB_CORE_BASE
* 4 + 16 * 5)]
68
str x19, [x0, #(
_JB_CORE_BASE
* 4 + 16 * 6)]
91
ldp x30, x10, [x0, #(
_JB_CORE_BASE
* 4 + 16 * 0)]
93
ldp x28, x29, [x0, #(
_JB_CORE_BASE
* 4 + 16 * 1)]
94
ldp x26, x27, [x0, #(
_JB_CORE_BASE
* 4 + 16 * 2)
[
all
...]
/bionic/libc/arch-arm/bionic/
_setjmp.S
59
add r1, r0, #(
_JB_CORE_BASE
* 4)
94
add r2, r0, #(
_JB_CORE_BASE
* 4)
setjmp.S
72
add r1, r0, #(
_JB_CORE_BASE
* 4)
128
add r2, r0, #(
_JB_CORE_BASE
* 4)
Completed in 476 milliseconds
1
2