Lines Matching refs:RENext

459       MachO::any_relocation_info RENext = Obj->getRelocation(RelNext);  in getMachORelocationValueString()  local
464 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()
471 printRelocationTargetName(Obj, RENext, Fmt); in getMachORelocationValueString()
508 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString() local
512 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()
520 printRelocationTargetName(Obj, RENext, Fmt); in getMachORelocationValueString()
530 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString() local
534 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()
541 printRelocationTargetName(Obj, RENext, Fmt); in getMachORelocationValueString()
570 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getMachORelocationValueString() local
574 unsigned RType = Obj->getAnyRelocationType(RENext); in getMachORelocationValueString()
588 printRelocationTargetName(Obj, RENext, Fmt); in getMachORelocationValueString()
2639 MachO::any_relocation_info RENext; in SymbolizerGetOpInfo() local
2640 RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
2641 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()
2642 pair_r_value = info->O->getScatteredRelocationValue(RENext); in SymbolizerGetOpInfo()
2763 MachO::any_relocation_info RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo() local
2764 unsigned TypeNext = info->O->getAnyRelocationType(RENext); in SymbolizerGetOpInfo()
2765 bool isExternNext = info->O->getPlainRelocationExternal(RENext); in SymbolizerGetOpInfo()
2766 unsigned SymbolNum = info->O->getPlainRelocationSymbolNum(RENext); in SymbolizerGetOpInfo()
2833 MachO::any_relocation_info RENext; in SymbolizerGetOpInfo() local
2834 RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
2835 other_half = info->O->getAnyRelocationAddress(RENext) & 0xffff; in SymbolizerGetOpInfo()
2836 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()
2837 pair_r_value = info->O->getScatteredRelocationValue(RENext); in SymbolizerGetOpInfo()
2949 MachO::any_relocation_info RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo() local
2951 value = info->O->getPlainRelocationSymbolNum(RENext); in SymbolizerGetOpInfo()