Lines Matching defs:MRE
205 MachO::any_relocation_info MRE;
206 MRE.r_word0 = FixupOffset;
207 MRE.r_word1 = ((Index << 0) | (IsPCRel << 24) | (Log2Size << 25) |
209 Writer->addRelocation(Fragment->getParent(), MRE);
259 MachO::any_relocation_info MRE;
260 MRE.r_word0 = FixupOffset;
261 MRE.r_word1 = ((Index << 0) | (IsPCRel << 24) | (Log2Size << 25) |
263 Writer->addRelocation(Fragment->getParent(), MRE);
362 MachO::any_relocation_info MRE;
363 MRE.r_word0 = FixupOffset;
364 MRE.r_word1 = ((Index << 0) | (IsPCRel << 24) | (Log2Size << 25) |
366 Writer->addRelocation(Fragment->getParent(), MRE);
383 MachO::any_relocation_info MRE;
384 MRE.r_word0 = FixupOffset;
385 MRE.r_word1 = ((Index << 0) | (IsPCRel << 24) | (Log2Size << 25) |
387 Writer->addRelocation(Fragment->getParent(), MRE);