Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching refs:RelType

275            << " MachoType: " << RE.RelType
310 switch (RE.RelType) {
344 switch (RE.RelType) {
378 switch (RE.RelType) {
427 switch (RE.RelType) {
663 uint32_t RelType = MachO->getAnyRelocationType(RE);
675 if (RelType == MachO::GENERIC_RELOC_SECTDIFF ||
676 RelType == MachO::GENERIC_RELOC_LOCAL_SECTDIFF)
678 else if (Arch == Triple::x86 && RelType == MachO::GENERIC_RELOC_VANILLA)
742 if (Arch == Triple::x86_64 && (RelType == MachO::X86_64_RELOC_GOT ||
743 RelType == MachO::X86_64_RELOC_GOT_LOAD)) {
771 } else if (Arch == Triple::arm && (RelType & 0xf) == MachO::ARM_RELOC_BR24) {
793 RelocationEntry TargetRE(Value.SectionID, Offset, RelType, 0, IsPCRel,
797 RelocationEntry RE(SectionID, Offset, RelType, Value.Addend, IsPCRel, Size);