Home | History | Annotate | Download | only in info

Lines Matching full:_foo

2749      00000006 32        _foo
2761 or.u r13,r0,hi16(_foo+0x12345678)
2762 ld.b r2,r13,lo16(_foo+0x12345678)
2765 This should create two relocs, both pointing to `_foo', and with
2770 00000002 HVRT16 _foo+0x12340000
2771 00000006 LVRT16 _foo+0x12340000
2779 `_foo'. Note that all 32 bits have to be kept around somewhere, to cope
2790 sethi %hi(_foo+0x12345678),%g2
2791 ldsb [%g2+%lo(_foo+0x12345678)],%i0
2799 00000004 HI22 _foo+0x12345678
2800 00000008 LO10 _foo+0x12345678
2803 00000004 05000000 ; sethi %hi(_foo+0),%g2
2804 00000008 f048a000 ; ldsb [%g2+%lo(_foo+0)],%i0