Lines Matching refs:MRE
196 MachO::any_relocation_info MRE; in RecordX86_64Relocation() local
197 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation()
198 MRE.r_word1 = in RecordX86_64Relocation()
200 Writer->addRelocation(A_Base, Fragment->getParent(), MRE); in RecordX86_64Relocation()
335 MachO::any_relocation_info MRE; in RecordX86_64Relocation() local
336 MRE.r_word0 = FixupOffset; in RecordX86_64Relocation()
337 MRE.r_word1 = (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | in RecordX86_64Relocation()
339 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86_64Relocation()
404 MachO::any_relocation_info MRE; in RecordScatteredRelocation() local
405 MRE.r_word0 = ((0 << 0) | // r_address in RecordScatteredRelocation()
410 MRE.r_word1 = Value2; in RecordScatteredRelocation()
411 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordScatteredRelocation()
426 MachO::any_relocation_info MRE; in RecordScatteredRelocation() local
427 MRE.r_word0 = ((FixupOffset << 0) | in RecordScatteredRelocation()
432 MRE.r_word1 = Value; in RecordScatteredRelocation()
433 Writer->addRelocation(nullptr, Fragment->getParent(), MRE); in RecordScatteredRelocation()
474 MachO::any_relocation_info MRE; in RecordTLVPRelocation() local
475 MRE.r_word0 = Value; in RecordTLVPRelocation()
476 MRE.r_word1 = in RecordTLVPRelocation()
478 Writer->addRelocation(SD_A, Fragment->getParent(), MRE); in RecordTLVPRelocation()
571 MachO::any_relocation_info MRE; in RecordX86Relocation() local
572 MRE.r_word0 = FixupOffset; in RecordX86Relocation()
573 MRE.r_word1 = in RecordX86Relocation()
575 Writer->addRelocation(RelSymbol, Fragment->getParent(), MRE); in RecordX86Relocation()