Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h166 uint32_t AddrA = Obj.getScatteredRelocationValue(RE); in processSECTDIFFRelocation()
180 uint32_t AddrB = Obj.getScatteredRelocationValue(RE2); in processSECTDIFFRelocation()
H A DRuntimeDyldMachOARM.h377 uint32_t AddrA = MachO.getScatteredRelocationValue(RE); in processHALFSECTDIFFRelocation()
391 uint32_t AddrB = MachO.getScatteredRelocationValue(RE2); in processHALFSECTDIFFRelocation()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp73 unsigned SymbolBaseAddr = Obj.getScatteredRelocationValue(RE); in processScatteredVANILLA()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp583 W.printHex("Value", Obj->getScatteredRelocationValue(RE)); in printRelocation()
593 SymbolNameOrOffset += utohexstr(Obj->getScatteredRelocationValue(RE)); in printRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h636 uint32_t getScatteredRelocationValue(
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp820 O->getScatteredRelocationValue(RE) : 0); in PrintRelocationEntries()
2853 r_value = info->O->getScatteredRelocationValue(RE); in SymbolizerGetOpInfo()
2861 pair_r_value = info->O->getScatteredRelocationValue(RENext); in SymbolizerGetOpInfo()
3036 r_value = info->O->getScatteredRelocationValue(RE); in SymbolizerGetOpInfo()
3056 pair_r_value = info->O->getScatteredRelocationValue(RENext); in SymbolizerGetOpInfo()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4569 uint32_t MachOObjectFile::getScatteredRelocationValue( in getScatteredRelocationValue() function in MachOObjectFile