Home | History | Annotate | Download | only in info

Lines Matching full:_foo

2787      00000006 32        _foo
2799 or.u r13,r0,hi16(_foo+0x12345678)
2800 ld.b r2,r13,lo16(_foo+0x12345678)
2803 This should create two relocs, both pointing to `_foo', and with
2808 00000002 HVRT16 _foo+0x12340000
2809 00000006 LVRT16 _foo+0x12340000
2817 `_foo'. Note that all 32 bits have to be kept around somewhere, to cope
2828 sethi %hi(_foo+0x12345678),%g2
2829 ldsb [%g2+%lo(_foo+0x12345678)],%i0
2837 00000004 HI22 _foo+0x12345678
2838 00000008 LO10 _foo+0x12345678
2841 00000004 05000000 ; sethi %hi(_foo+0),%g2
2842 00000008 f048a000 ; ldsb [%g2+%lo(_foo+0)],%i0