Lines Matching defs:MRE
203 MachO::any_relocation_info MRE;
204 MRE.r_word0 = FixupOffset;
205 MRE.r_word1 = ((Index << 0) |
210 Writer->addRelocation(Fragment->getParent(), MRE);
347 MachO::any_relocation_info MRE;
348 MRE.r_word0 = FixupOffset;
349 MRE.r_word1 = ((Index << 0) |
354 Writer->addRelocation(Fragment->getParent(), MRE);
419 MachO::any_relocation_info MRE;
420 MRE.r_word0 = ((0 << 0) | // r_address
425 MRE.r_word1 = Value2;
426 Writer->addRelocation(Fragment->getParent(), MRE);
441 MachO::any_relocation_info MRE;
442 MRE.r_word0 = ((FixupOffset << 0) |
447 MRE.r_word1 = Value;
448 Writer->addRelocation(Fragment->getParent(), MRE);
490 MachO::any_relocation_info MRE;
491 MRE.r_word0 = Value;
492 MRE.r_word1 = ((Index << 0) |
497 Writer->addRelocation(Fragment->getParent(), MRE);
591 MachO::any_relocation_info MRE;
592 MRE.r_word0 = FixupOffset;
593 MRE.r_word1 = ((Index << 0) |
598 Writer->addRelocation(Fragment->getParent(), MRE);