Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h165 uint32_t AddrA = Obj.getScatteredRelocationValue(RE); in processSECTDIFFRelocation()
179 uint32_t AddrB = Obj.getScatteredRelocationValue(RE2); in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h246 uint32_t AddrA = MachO.getScatteredRelocationValue(RE); in processHALFSECTDIFFRelocation()
260 uint32_t AddrB = MachO.getScatteredRelocationValue(RE2); in processHALFSECTDIFFRelocation()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp564 W.printHex("Value", Obj->getScatteredRelocationValue(RE)); in printRelocation()
574 SymbolNameOrOffset += utohexstr(Obj->getScatteredRelocationValue(RE)); in printRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp72 unsigned SymbolBaseAddr = Obj.getScatteredRelocationValue(RE); in processScatteredVANILLA()
/external/llvm/include/llvm/Object/
DMachO.h323 uint32_t getScatteredRelocationValue(
/external/llvm/lib/Object/
DMachOObjectFile.cpp2009 uint32_t MachOObjectFile::getScatteredRelocationValue( in getScatteredRelocationValue() function in MachOObjectFile
/external/llvm/tools/llvm-objdump/
DMachODump.cpp1857 r_value = info->O->getScatteredRelocationValue(RE); in SymbolizerGetOpInfo()
1865 pair_r_value = info->O->getScatteredRelocationValue(RENext); in SymbolizerGetOpInfo()
2032 r_value = info->O->getScatteredRelocationValue(RE); in SymbolizerGetOpInfo()
2052 pair_r_value = info->O->getScatteredRelocationValue(RENext); in SymbolizerGetOpInfo()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1946 SymAddress = Obj.getScatteredRelocationValue(MachOReloc); in findValidRelocsMachO()