[][src]Constant object::macho::PPC_RELOC_HA16

pub const PPC_RELOC_HA16: u8 = 6;

Same as the RELOC_HI16 except the low 16 bits and the high 16 bits are added together with the low 16 bits sign extened first. This means if bit 15 of the low 16 bits is set the high 16 bits stored in the instruction will be adjusted.