Home
last modified time | relevance | path

Searched refs:RENext (Results 1 – 4 of 4) sorted by relevance

/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp751 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getRelocationValueString() local
756 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()
763 printRelocationTargetName(Obj, RENext, fmt); in getRelocationValueString()
800 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getRelocationValueString() local
804 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()
812 printRelocationTargetName(Obj, RENext, fmt); in getRelocationValueString()
822 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getRelocationValueString() local
826 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()
833 printRelocationTargetName(Obj, RENext, fmt); in getRelocationValueString()
862 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getRelocationValueString() local
[all …]
DMachODump.cpp1862 MachO::any_relocation_info RENext; in SymbolizerGetOpInfo() local
1863 RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
1864 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()
1865 pair_r_value = info->O->getScatteredRelocationValue(RENext); in SymbolizerGetOpInfo()
1969 MachO::any_relocation_info RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo() local
1970 unsigned TypeNext = info->O->getAnyRelocationType(RENext); in SymbolizerGetOpInfo()
1971 bool isExternNext = info->O->getPlainRelocationExternal(RENext); in SymbolizerGetOpInfo()
1972 unsigned SymbolNum = info->O->getPlainRelocationSymbolNum(RENext); in SymbolizerGetOpInfo()
2048 MachO::any_relocation_info RENext; in SymbolizerGetOpInfo() local
2049 RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp688 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getRelocationValueString() local
693 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()
700 printRelocationTargetName(Obj, RENext, fmt); in getRelocationValueString()
737 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getRelocationValueString() local
741 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()
749 printRelocationTargetName(Obj, RENext, fmt); in getRelocationValueString()
759 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getRelocationValueString() local
763 unsigned RType = Obj->getAnyRelocationType(RENext); in getRelocationValueString()
770 printRelocationTargetName(Obj, RENext, fmt); in getRelocationValueString()
799 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext); in getRelocationValueString() local
[all …]
DMachODump.cpp2265 MachO::any_relocation_info RENext; in SymbolizerGetOpInfo() local
2266 RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
2267 if (info->O->isRelocationScattered(RENext)) in SymbolizerGetOpInfo()
2268 pair_r_value = info->O->getScatteredRelocationValue(RENext); in SymbolizerGetOpInfo()
2396 MachO::any_relocation_info RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo() local
2397 unsigned TypeNext = info->O->getAnyRelocationType(RENext); in SymbolizerGetOpInfo()
2398 bool isExternNext = info->O->getPlainRelocationExternal(RENext); in SymbolizerGetOpInfo()
2399 unsigned SymbolNum = info->O->getPlainRelocationSymbolNum(RENext); in SymbolizerGetOpInfo()
2469 MachO::any_relocation_info RENext; in SymbolizerGetOpInfo() local
2470 RENext = info->O->getRelocation(RelNext); in SymbolizerGetOpInfo()
[all …]