Home | History | Annotate | Download | only in rtl

Lines Matching refs:TOC

14 	.quad   .L._setjmp,.TOC.@tocbase,0
28 // Materialize a TOC in case we were called from libc.
29 // For big-endian, we load the TOC from the OPD. For little-
30 // endian, we use the .TOC. symbol to find it.
36 addis r2,r2,.TOC.-0b@ha
37 addi r2,r2,.TOC.-0b@l
50 // perform a sibcall: The real setjmp function trashes the TOC
59 std r5,8(r3) // caller's saved TOC pointer
130 // Restore TOC, LR, and stack and return to caller.
157 .quad .L.__sigsetjmp,.TOC.@tocbase,0
172 // Materialize a TOC in case we were called from libc.
173 // For big-endian, we load the TOC from the OPD. For little-
174 // endian, we use the .TOC. symbol to find it.
180 addis r2,r2,.TOC.-1b@ha
181 addi r2,r2,.TOC.-1b@l
195 // perform a sibcall: The real sigsetjmp function trashes the TOC
204 std r5,8(r3) // caller's saved TOC pointer
274 // Restore TOC, LR, and stack and return to caller.