Lines Matching refs:MRE

205     MachO::any_relocation_info MRE;  in RecordX86_64Relocation()  local
206 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation()
207 MRE.r_word1 = in RecordX86_64Relocation()
209 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in RecordX86_64Relocation()
356 MachO::any_relocation_info MRE; in RecordX86_64Relocation() local
357 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation()
358 MRE.r_word1 = (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | in RecordX86_64Relocation()
360 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86_64Relocation()
430 MachO::any_relocation_info MRE; in recordScatteredRelocation() local
431 MRE.r_word0 = ((0 << 0) | // r_address in recordScatteredRelocation()
436 MRE.r_word1 = Value2; in recordScatteredRelocation()
437 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordScatteredRelocation()
452 MachO::any_relocation_info MRE; in recordScatteredRelocation() local
453 MRE.r_word0 = ((FixupOffset << 0) | in recordScatteredRelocation()
458 MRE.r_word1 = Value; in recordScatteredRelocation()
459 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordScatteredRelocation()
496 MachO::any_relocation_info MRE; in recordTLVPRelocation() local
497 MRE.r_word0 = Value; in recordTLVPRelocation()
498 MRE.r_word1 = in recordTLVPRelocation()
500 Writer->addRelocation(&SymA->getSymbol(), Fragment->getParent(), MRE); in recordTLVPRelocation()
592 MachO::any_relocation_info MRE; in RecordX86Relocation() local
593 MRE.r_word0 = FixupOffset; in RecordX86Relocation()
594 MRE.r_word1 = in RecordX86Relocation()
596 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86Relocation()