Home | History | Annotate | Download | only in Object

Lines Matching defs:RType

900   uint64_t RType;
901 getRelocationType(Rel, RType);
915 if (RType > 5)
918 res = Table[RType];
934 if (RType > 9)
937 res = Table[RType];
953 if (RType > 9)
956 res = Table[RType];
970 if (RType >= array_lengthof(Table))
973 res = Table[RType];
995 if (RType > 15)
998 res = Table[RType];
1044 unsigned RType = getAnyRelocationType(RENext);
1045 if (RType != MachO::X86_64_RELOC_UNSIGNED)
1091 unsigned RType = getAnyRelocationType(RENext);
1093 if (RType != MachO::GENERIC_RELOC_PAIR)
1113 unsigned RType = getAnyRelocationType(RENext);
1114 if (RType != MachO::GENERIC_RELOC_PAIR)
1152 unsigned RType = getAnyRelocationType(RENext);
1153 if (RType != MachO::ARM_RELOC_PAIR)