Home
last modified time | relevance | path

Searched refs:getPlainRelocationSymbolNum (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h296 int64_t RawAddend = Obj.getPlainRelocationSymbolNum(RelInfo); in processRelocationRef()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h478 unsigned getPlainRelocationSymbolNum(
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp567 W.printNumber(Kind, TargetName, Obj->getPlainRelocationSymbolNum(RE)); in printRelocation()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp597 uint32_t Val = O->getPlainRelocationSymbolNum(RE); in printRelocationTargetName()
633 uint64_t Val = O->getPlainRelocationSymbolNum(RE); in printRelocationTargetName()
H A DMachODump.cpp570 O->getPlainRelocationSymbolNum(RE)); in PrintRelocationEntries()
2426 unsigned SymbolNum = info->O->getPlainRelocationSymbolNum(RENext); in SymbolizerGetOpInfo()
2616 value = info->O->getPlainRelocationSymbolNum(RENext); in SymbolizerGetOpInfo()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp2089 uint32_t SymbolIdx = getPlainRelocationSymbolNum(RE); in getRelocationSymbol()
4159 unsigned MachOObjectFile::getPlainRelocationSymbolNum( in getPlainRelocationSymbolNum() function in MachOObjectFile
4222 unsigned SecNum = getPlainRelocationSymbolNum(RE); in getAnyRelocationSection()