Lines Matching defs:RENext
452 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext);
457 unsigned RType = Obj->getAnyRelocationType(RENext);
464 printRelocationTargetName(Obj, RENext, Fmt);
501 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext);
505 unsigned RType = Obj->getAnyRelocationType(RENext);
513 printRelocationTargetName(Obj, RENext, Fmt);
523 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext);
527 unsigned RType = Obj->getAnyRelocationType(RENext);
534 printRelocationTargetName(Obj, RENext, Fmt);
563 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext);
567 unsigned RType = Obj->getAnyRelocationType(RENext);
581 printRelocationTargetName(Obj, RENext, Fmt);
2858 MachO::any_relocation_info RENext;
2859 RENext = info->O->getRelocation(RelNext);
2860 if (info->O->isRelocationScattered(RENext))
2861 pair_r_value = info->O->getScatteredRelocationValue(RENext);
2982 MachO::any_relocation_info RENext = info->O->getRelocation(RelNext);
2983 unsigned TypeNext = info->O->getAnyRelocationType(RENext);
2984 bool isExternNext = info->O->getPlainRelocationExternal(RENext);
2985 unsigned SymbolNum = info->O->getPlainRelocationSymbolNum(RENext);
3052 MachO::any_relocation_info RENext;
3053 RENext = info->O->getRelocation(RelNext);
3054 other_half = info->O->getAnyRelocationAddress(RENext) & 0xffff;
3055 if (info->O->isRelocationScattered(RENext))
3056 pair_r_value = info->O->getScatteredRelocationValue(RENext);
3168 MachO::any_relocation_info RENext = info->O->getRelocation(RelNext);
3170 value = info->O->getPlainRelocationSymbolNum(RENext);