Lines Matching defs:MRE
679 Rel.MRE.r_word1 = (Rel.MRE.r_word1 & (~0U << 24)) | Index | (1 << 27);
681 Rel.MRE.r_word1 = (Rel.MRE.r_word1 & 0xff) | Index << 8 | (1 << 4);
787 MachO::any_relocation_info MRE;
788 MRE.r_word0 = 0;
789 MRE.r_word1 = (Log2Size << 25) | (MachO::GENERIC_RELOC_VANILLA << 28);
790 addRelocation(S, AddrSigSection, MRE);
1049 W.write<uint32_t>(Rel.MRE.r_word0);
1050 W.write<uint32_t>(Rel.MRE.r_word1);