Lines Matching defs:MRE
233 MachO::any_relocation_info MRE;
234 MRE.r_word0 = FixupOffset;
235 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28);
236 Writer->addRelocation(A_Base, Fragment->getParent(), MRE);
292 MachO::any_relocation_info MRE;
293 MRE.r_word0 = FixupOffset;
294 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28);
295 Writer->addRelocation(A_Base, Fragment->getParent(), MRE);
381 MachO::any_relocation_info MRE;
382 MRE.r_word0 = FixupOffset;
383 MRE.r_word1 =
385 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);
442 MachO::any_relocation_info MRE;
443 MRE.r_word0 = FixupOffset;
444 MRE.r_word1 =
446 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);