Lines Matching refs:MRE

206     MachO::any_relocation_info MRE;  in RecordX86_64Relocation()  local
207 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation()
208 MRE.r_word1 = in RecordX86_64Relocation()
210 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in RecordX86_64Relocation()
358 MachO::any_relocation_info MRE; in RecordX86_64Relocation() local
359 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation()
360 MRE.r_word1 = (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | in RecordX86_64Relocation()
362 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86_64Relocation()
432 MachO::any_relocation_info MRE; in recordScatteredRelocation() local
433 MRE.r_word0 = ((0 << 0) | // r_address in recordScatteredRelocation()
438 MRE.r_word1 = Value2; in recordScatteredRelocation()
439 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordScatteredRelocation()
454 MachO::any_relocation_info MRE; in recordScatteredRelocation() local
455 MRE.r_word0 = ((FixupOffset << 0) | in recordScatteredRelocation()
460 MRE.r_word1 = Value; in recordScatteredRelocation()
461 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in recordScatteredRelocation()
499 MachO::any_relocation_info MRE; in recordTLVPRelocation() local
500 MRE.r_word0 = Value; in recordTLVPRelocation()
501 MRE.r_word1 = in recordTLVPRelocation()
504 MRE); in recordTLVPRelocation()
596 MachO::any_relocation_info MRE; in RecordX86Relocation() local
597 MRE.r_word0 = FixupOffset; in RecordX86Relocation()
598 MRE.r_word1 = in RecordX86Relocation()
600 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86Relocation()