Home | History | Annotate | Download | only in hppa

Lines Matching refs:r19

46 	 * Set up the data pointer (r19) and linkage table register
51 * use r19 here and the real startup routine, __start, will set
52 * up both r19 and r27 anyway. But this crashes with SIGSEGV
64 copy %r27, %r19
66 addil LT%_C_LABEL(startsp), %r19 /* r20 := &startsp */
70 addil LT%_C_LABEL(__start), %r19 /* r1 := __start */
83 addil LT%_C_LABEL(ctorsp), %r19 /* r1 := &ctorsp */
102 addil LT%_C_LABEL(mainsp), %r19 /* r1 := &mainsp */
117 addil LT%_C_LABEL(dtorsp), %r19 /* r20 := &dtorsp */
121 addil LT%_C_LABEL(execsp_main), %r19 /* r1 := execsp_main */