Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp572 uint32_t AddrA = MachO->getScatteredRelocationValue(RE); in processSECTDIFFRelocation()
584 uint32_t AddrB = MachO->getScatteredRelocationValue(RE2); in processSECTDIFFRelocation()
633 unsigned SymbolBaseAddr = MachO->getScatteredRelocationValue(RE); in processI386ScatteredVANILLA()
/external/llvm/include/llvm/Object/
DMachO.h174 uint32_t getScatteredRelocationValue(
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp325 SymbolNameOrOffset += utohexstr(Obj->getScatteredRelocationValue(RE)); in printRelocation()
/external/llvm/lib/Object/
DMachOObjectFile.cpp1708 uint32_t MachOObjectFile::getScatteredRelocationValue( in getScatteredRelocationValue() function in llvm::object::MachOObjectFile