Lines Matching refs:MachO
40 MachO::any_relocation_info RelInfo = in processRelocationRef()
45 if (RelType == MachO::GENERIC_RELOC_SECTDIFF || in processRelocationRef()
46 RelType == MachO::GENERIC_RELOC_LOCAL_SECTDIFF) in processRelocationRef()
49 else if (RelType == MachO::GENERIC_RELOC_VANILLA) in processRelocationRef()
97 case MachO::GENERIC_RELOC_VANILLA: in resolveRelocation()
100 case MachO::GENERIC_RELOC_SECTDIFF: in resolveRelocation()
101 case MachO::GENERIC_RELOC_LOCAL_SECTDIFF: { in resolveRelocation()
110 case MachO::GENERIC_RELOC_PB_LA_PTR: in resolveRelocation()
134 MachO::any_relocation_info RE = in processSECTDIFFRelocation()
147 MachO::any_relocation_info RE2 = in processSECTDIFFRelocation()
192 MachO::any_relocation_info RE = in processI386ScatteredVANILLA()
227 MachO::dysymtab_command DySymTabCmd = Obj.getDysymtabLoadCommand(); in populateJumpTable()
228 MachO::section Sec32 = Obj.getSection(JTSection.getRawDataRefImpl()); in populateJumpTable()
249 MachO::GENERIC_RELOC_VANILLA, 0, true, 2); in populateJumpTable()