Lines Matching refs:MachO
91 unsigned Type = MachO::GENERIC_RELOC_VANILLA; in getRelocType()
97 Type = MachO::PPC_RELOC_BR24; // R_PPC_REL24 in getRelocType()
100 Type = MachO::PPC_RELOC_BR14; in getRelocType()
107 Type = MachO::PPC_RELOC_HA16; in getRelocType()
110 Type = MachO::PPC_RELOC_LO16; in getRelocType()
113 Type = MachO::PPC_RELOC_HI16; in getRelocType()
127 Type = MachO::PPC_RELOC_HA16_SECTDIFF; in getRelocType()
130 Type = MachO::PPC_RELOC_LO16_SECTDIFF; in getRelocType()
133 Type = MachO::PPC_RELOC_HI16_SECTDIFF; in getRelocType()
146 static void makeRelocationInfo(MachO::any_relocation_info &MRE, in makeRelocationInfo()
164 makeScatteredRelocationInfo(MachO::any_relocation_info &MRE, in makeScatteredRelocationInfo()
171 (IsPCRel << 30) | MachO::R_SCATTERED); in makeScatteredRelocationInfo()
232 if (Type == MachO::PPC_RELOC_SECTDIFF || in recordScatteredRelocation()
233 Type == MachO::PPC_RELOC_HI16_SECTDIFF || in recordScatteredRelocation()
234 Type == MachO::PPC_RELOC_LO16_SECTDIFF || in recordScatteredRelocation()
235 Type == MachO::PPC_RELOC_HA16_SECTDIFF || in recordScatteredRelocation()
236 Type == MachO::PPC_RELOC_LO14_SECTDIFF || in recordScatteredRelocation()
237 Type == MachO::PPC_RELOC_LOCAL_SECTDIFF) { in recordScatteredRelocation()
256 case MachO::PPC_RELOC_LO16_SECTDIFF: in recordScatteredRelocation()
265 case MachO::PPC_RELOC_HA16_SECTDIFF: in recordScatteredRelocation()
270 case MachO::PPC_RELOC_HI16_SECTDIFF: in recordScatteredRelocation()
279 MachO::any_relocation_info MRE; in recordScatteredRelocation()
280 makeScatteredRelocationInfo(MRE, other_half, MachO::GENERIC_RELOC_PAIR, in recordScatteredRelocation()
294 MachO::any_relocation_info MRE; in recordScatteredRelocation()
315 RelocType != MachO::PPC_RELOC_BR24 && in RecordPPCRelocation()
316 RelocType != MachO::PPC_RELOC_BR14) { in RecordPPCRelocation()
372 MachO::any_relocation_info MRE; in RecordPPCRelocation()