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