Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h187 unsigned getPlainRelocationSymbolNum(bool IsLittleEndian) { in getPlainRelocationSymbolNum() function
H A DMachOReader.cpp258 Reloc.getPlainRelocationSymbolNum(MachOObj.isLittleEndian()); in setSymbolInRelocationInfo()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h295 int64_t RawAddend = Obj.getPlainRelocationSymbolNum(RelInfo); in processRelocationRef()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h636 unsigned getPlainRelocationSymbolNum(
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp586 W.printNumber(Kind, TargetName, Obj->getPlainRelocationSymbolNum(RE)); in printRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2251 uint32_t SymbolIdx = getPlainRelocationSymbolNum(RE); in getRelocationSymbol()
4549 unsigned MachOObjectFile::getPlainRelocationSymbolNum( in getPlainRelocationSymbolNum() function in MachOObjectFile
4612 unsigned SecNum = getPlainRelocationSymbolNum(RE); in getAnyRelocationSection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp354 uint32_t Val = O->getPlainRelocationSymbolNum(RE); in printRelocationTargetName()
381 uint64_t Val = O->getPlainRelocationSymbolNum(RE); in printRelocationTargetName()
818 O->getPlainRelocationSymbolNum(RE)); in PrintRelocationEntries()
2989 unsigned SymbolNum = info->O->getPlainRelocationSymbolNum(RENext); in SymbolizerGetOpInfo()
3174 value = info->O->getPlainRelocationSymbolNum(RENext); in SymbolizerGetOpInfo()