Lines Matching refs:MRE
230 MachO::any_relocation_info MRE; in RecordRelocation() local
231 MRE.r_word0 = FixupOffset; in RecordRelocation()
232 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in RecordRelocation()
233 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in RecordRelocation()
281 MachO::any_relocation_info MRE; in RecordRelocation() local
282 MRE.r_word0 = FixupOffset; in RecordRelocation()
283 MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28); in RecordRelocation()
284 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in RecordRelocation()
388 MachO::any_relocation_info MRE; in RecordRelocation() local
389 MRE.r_word0 = FixupOffset; in RecordRelocation()
390 MRE.r_word1 = in RecordRelocation()
392 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordRelocation()
409 MachO::any_relocation_info MRE; in RecordRelocation() local
410 MRE.r_word0 = FixupOffset; in RecordRelocation()
411 MRE.r_word1 = in RecordRelocation()
413 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordRelocation()