Lines Matching full:_foo
2941 00000006 32 _foo
2953 or.u r13,r0,hi16(_foo+0x12345678)
2954 ld.b r2,r13,lo16(_foo+0x12345678)
2957 This should create two relocs, both pointing to `_foo', and with
2962 00000002 HVRT16 _foo+0x12340000
2963 00000006 LVRT16 _foo+0x12340000
2971 `_foo'. Note that all 32 bits have to be kept around somewhere, to cope
2982 sethi %hi(_foo+0x12345678),%g2
2983 ldsb [%g2+%lo(_foo+0x12345678)],%i0
2991 00000004 HI22 _foo+0x12345678
2992 00000008 LO10 _foo+0x12345678
2995 00000004 05000000 ; sethi %hi(_foo+0),%g2
2996 00000008 f048a000 ; ldsb [%g2+%lo(_foo+0)],%i0