Home
last modified time | relevance | path

Searched refs:getScatteredRelocationValue (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h149 uint32_t AddrA = Obj.getScatteredRelocationValue(RE); in processSECTDIFFRelocation()
159 uint32_t AddrB = Obj.getScatteredRelocationValue(RE2); in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h233 uint32_t AddrA = MachO.getScatteredRelocationValue(RE); in processHALFSECTDIFFRelocation()
243 uint32_t AddrB = MachO.getScatteredRelocationValue(RE2); in processHALFSECTDIFFRelocation()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp563 W.printHex("Value", Obj->getScatteredRelocationValue(RE)); in printRelocation()
573 SymbolNameOrOffset += utohexstr(Obj->getScatteredRelocationValue(RE)); in printRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp71 unsigned SymbolBaseAddr = Obj.getScatteredRelocationValue(RE); in processScatteredVANILLA()
/external/llvm/include/llvm/Object/
DMachO.h319 uint32_t getScatteredRelocationValue(
/external/llvm/lib/Object/
DMachOObjectFile.cpp1909 uint32_t MachOObjectFile::getScatteredRelocationValue( in getScatteredRelocationValue() function in MachOObjectFile
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1738 r_value = info->O->getScatteredRelocationValue(RE); in SymbolizerGetOpInfo()
1746 pair_r_value = info->O->getScatteredRelocationValue(RENext); in SymbolizerGetOpInfo()
1898 r_value = info->O->getScatteredRelocationValue(RE); in SymbolizerGetOpInfo()
1918 pair_r_value = info->O->getScatteredRelocationValue(RENext); in SymbolizerGetOpInfo()