Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DObject.h190 unsigned getPlainRelocationSymbolNum(bool IsLittleEndian) { in getPlainRelocationSymbolNum() function
H A DMachOReader.cpp231 Reloc.getPlainRelocationSymbolNum(MachOObj.isLittleEndian()); in setSymbolInRelocationInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h295 int64_t RawAddend = Obj.getPlainRelocationSymbolNum(RelInfo); in processRelocationRef()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h472 unsigned getPlainRelocationSymbolNum(
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp577 W.printNumber(Kind, TargetName, Obj->getPlainRelocationSymbolNum(RE)); in printRelocation()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2151 uint32_t SymbolIdx = getPlainRelocationSymbolNum(RE); in getRelocationSymbol()
4198 unsigned MachOObjectFile::getPlainRelocationSymbolNum( in getPlainRelocationSymbolNum() function in MachOObjectFile
4261 unsigned SecNum = getPlainRelocationSymbolNum(RE); in getAnyRelocationSection()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp365 uint32_t Val = O->getPlainRelocationSymbolNum(RE); in printRelocationTargetName()
392 uint64_t Val = O->getPlainRelocationSymbolNum(RE); in printRelocationTargetName()
829 O->getPlainRelocationSymbolNum(RE)); in PrintRelocationEntries()
2766 unsigned SymbolNum = info->O->getPlainRelocationSymbolNum(RENext); in SymbolizerGetOpInfo()
2951 value = info->O->getPlainRelocationSymbolNum(RENext); in SymbolizerGetOpInfo()