Lines Matching refs:MachO
92 unsigned Type = MachO::GENERIC_RELOC_VANILLA; in getRelocType()
98 Type = MachO::PPC_RELOC_BR24; // R_PPC_REL24 in getRelocType()
101 Type = MachO::PPC_RELOC_BR14; in getRelocType()
108 Type = MachO::PPC_RELOC_HA16; in getRelocType()
111 Type = MachO::PPC_RELOC_LO16; in getRelocType()
114 Type = MachO::PPC_RELOC_HI16; in getRelocType()
128 Type = MachO::PPC_RELOC_HA16_SECTDIFF; in getRelocType()
131 Type = MachO::PPC_RELOC_LO16_SECTDIFF; in getRelocType()
134 Type = MachO::PPC_RELOC_HI16_SECTDIFF; in getRelocType()
147 static void makeRelocationInfo(MachO::any_relocation_info &MRE, in makeRelocationInfo()
165 makeScatteredRelocationInfo(MachO::any_relocation_info &MRE, in makeScatteredRelocationInfo()
172 (IsPCRel << 30) | MachO::R_SCATTERED); in makeScatteredRelocationInfo()
235 if (Type == MachO::PPC_RELOC_SECTDIFF || in RecordScatteredRelocation()
236 Type == MachO::PPC_RELOC_HI16_SECTDIFF || in RecordScatteredRelocation()
237 Type == MachO::PPC_RELOC_LO16_SECTDIFF || in RecordScatteredRelocation()
238 Type == MachO::PPC_RELOC_HA16_SECTDIFF || in RecordScatteredRelocation()
239 Type == MachO::PPC_RELOC_LO14_SECTDIFF || in RecordScatteredRelocation()
240 Type == MachO::PPC_RELOC_LOCAL_SECTDIFF) { in RecordScatteredRelocation()
259 case MachO::PPC_RELOC_LO16_SECTDIFF: in RecordScatteredRelocation()
268 case MachO::PPC_RELOC_HA16_SECTDIFF: in RecordScatteredRelocation()
273 case MachO::PPC_RELOC_HI16_SECTDIFF: in RecordScatteredRelocation()
282 MachO::any_relocation_info MRE; in RecordScatteredRelocation()
283 makeScatteredRelocationInfo(MRE, other_half, MachO::GENERIC_RELOC_PAIR, in RecordScatteredRelocation()
297 MachO::any_relocation_info MRE; in RecordScatteredRelocation()
318 RelocType != MachO::PPC_RELOC_BR24 && in RecordPPCRelocation()
319 RelocType != MachO::PPC_RELOC_BR14) { in RecordPPCRelocation()
376 MachO::any_relocation_info MRE; in RecordPPCRelocation()