Searched refs:getAnyRelocationAddress (Results 1 – 5 of 5) sorted by relevance
404 uint32_t OtherHalf = MachO.getAnyRelocationAddress(RE2) & 0xffff; in processHALFSECTDIFFRelocation()
636 unsigned getAnyRelocationAddress(const MachO::any_relocation_info &RE) const;
105 R.address = Obj.getAnyRelocationAddress(RE); in constructSectionCommon()
2234 return getAnyRelocationAddress(RE); in getRelocationOffset()4568 unsigned MachOObjectFile::getAnyRelocationAddress( in getAnyRelocationAddress() function in MachOObjectFile
842 const unsigned r_address = O->getAnyRelocationAddress(RE); in PrintRelocationEntries()3092 other_half = info->O->getAnyRelocationAddress(RENext) & 0xffff; in SymbolizerGetOpInfo()