Lines Matching refs:RENext

465       MachO::any_relocation_info RENext = Obj->getRelocation(RelNext);  in getMachORelocationValueString()  local
470 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()
477 printRelocationTargetName(Obj, RENext, Fmt); in getMachORelocationValueString()
514 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString() local
518 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()
526 printRelocationTargetName(Obj, RENext, Fmt); in getMachORelocationValueString()
536 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString() local
540 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()
547 printRelocationTargetName(Obj, RENext, Fmt); in getMachORelocationValueString()
576 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString() local
580 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()
594 printRelocationTargetName(Obj, RENext, Fmt); in getMachORelocationValueString()
2662 MachO::any_relocation_info RENext; in SymbolizerGetOpInfo() local
2663 RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
2664 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()
2665 pair_r_value = info->O->getScatteredRelocationValue(RENext); in SymbolizerGetOpInfo()
2786 MachO::any_relocation_info RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo() local
2787 unsigned TypeNext = info->O->getAnyRelocationType(RENext); in SymbolizerGetOpInfo()
2788 bool isExternNext = info->O->getPlainRelocationExternal(RENext); in SymbolizerGetOpInfo()
2789 unsigned SymbolNum = info->O->getPlainRelocationSymbolNum(RENext); in SymbolizerGetOpInfo()
2856 MachO::any_relocation_info RENext; in SymbolizerGetOpInfo() local
2857 RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
2858 other_half = info->O->getAnyRelocationAddress(RENext) & 0xffff; in SymbolizerGetOpInfo()
2859 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()
2860 pair_r_value = info->O->getScatteredRelocationValue(RENext); in SymbolizerGetOpInfo()
2972 MachO::any_relocation_info RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo() local
2974 value = info->O->getPlainRelocationSymbolNum(RENext); in SymbolizerGetOpInfo()