Home
last modified time | relevance | path

Searched refs:decodePPC64LocalEntryOffset (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Architecture/PPC64/
H A DArchitecturePPC64.cpp51 return llvm::ELF::decodePPC64LocalEntryOffset(other); in GetLocalEntryOffset()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h410 static inline int64_t decodePPC64LocalEntryOffset(unsigned Other) { in decodePPC64LocalEntryOffset() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1540 Value.Addend += ELF::decodePPC64LocalEntryOffset(SymOther); in processRelocationRef()