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