Home | History | Annotate | Download | only in bfd

Lines Matching refs:PPC_HI

7361 #define PPC_HI(v) (((v) >> 16) & 0xffff)
7362 #define PPC_HA(v) PPC_HI ((v) + 0x8000)