Lines Matching defs:MRE
232 MachO::any_relocation_info MRE;
233 MRE.r_word0 = FixupOffset;
234 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28);
235 Writer->addRelocation(A_Base, Fragment->getParent(), MRE);
291 MachO::any_relocation_info MRE;
292 MRE.r_word0 = FixupOffset;
293 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28);
294 Writer->addRelocation(A_Base, Fragment->getParent(), MRE);
380 MachO::any_relocation_info MRE;
381 MRE.r_word0 = FixupOffset;
382 MRE.r_word1 =
384 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);
401 MachO::any_relocation_info MRE;
402 MRE.r_word0 = FixupOffset;
403 MRE.r_word1 =
405 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);