Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h167 uint32_t AddrA = Obj.getScatteredRelocationValue(RE); in processSECTDIFFRelocation()
181 uint32_t AddrB = Obj.getScatteredRelocationValue(RE2); in processSECTDIFFRelocation()
H A DRuntimeDyldMachOARM.h378 uint32_t AddrA = MachO.getScatteredRelocationValue(RE); in processHALFSECTDIFFRelocation()
392 uint32_t AddrB = MachO.getScatteredRelocationValue(RE2); in processHALFSECTDIFFRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp73 unsigned SymbolBaseAddr = Obj.getScatteredRelocationValue(RE); in processScatteredVANILLA()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DMachODumper.cpp574 W.printHex("Value", Obj->getScatteredRelocationValue(RE)); in printRelocation()
584 SymbolNameOrOffset += utohexstr(Obj->getScatteredRelocationValue(RE)); in printRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DMachO.h477 uint32_t getScatteredRelocationValue(
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.cpp542 SymAddress = Obj.getScatteredRelocationValue(MachOReloc); in findValidRelocsMachO()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp107 R.value = (R.is_scattered ? Obj.getScatteredRelocationValue(RE) : 0); in constructSectionCommon()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp827 O->getScatteredRelocationValue(RE) : 0); in PrintRelocationEntries()
2634 r_value = info->O->getScatteredRelocationValue(RE); in SymbolizerGetOpInfo()
2642 pair_r_value = info->O->getScatteredRelocationValue(RENext); in SymbolizerGetOpInfo()
2817 r_value = info->O->getScatteredRelocationValue(RE); in SymbolizerGetOpInfo()
2837 pair_r_value = info->O->getScatteredRelocationValue(RENext); in SymbolizerGetOpInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DMachOObjectFile.cpp4211 uint32_t MachOObjectFile::getScatteredRelocationValue( in getScatteredRelocationValue() function in MachOObjectFile