Home
last modified time | relevance | path

Searched refs:getAnyRelocationAddress (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h404 uint32_t OtherHalf = MachO.getAnyRelocationAddress(RE2) & 0xffff; in processHALFSECTDIFFRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h639 unsigned getAnyRelocationAddress(const MachO::any_relocation_info &RE) const;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp2241 return getAnyRelocationAddress(RE); in getRelocationOffset()
4575 unsigned MachOObjectFile::getAnyRelocationAddress( in getAnyRelocationAddress() function in MachOObjectFile
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp816 const unsigned r_address = O->getAnyRelocationAddress(RE); in PrintRelocationEntries()
3054 other_half = info->O->getAnyRelocationAddress(RENext) & 0xffff; in SymbolizerGetOpInfo()