Home | History | Annotate | Download | only in MCTargetDesc

Lines Matching refs:MRE

229       MachO::any_relocation_info MRE;
230 MRE.r_word0 = FixupOffset;
231 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28);
232 Writer->addRelocation(A_Base, Fragment->getParent(), MRE);
286 MachO::any_relocation_info MRE;
287 MRE.r_word0 = FixupOffset;
288 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28);
289 Writer->addRelocation(A_Base, Fragment->getParent(), MRE);
397 MachO::any_relocation_info MRE;
398 MRE.r_word0 = FixupOffset;
399 MRE.r_word1 =
401 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);
418 MachO::any_relocation_info MRE;
419 MRE.r_word0 = FixupOffset;
420 MRE.r_word1 =
422 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE);