Searched refs:getRelocationType (Results 1 – 7 of 7) sorted by relevance
231 virtual uint64_t getRelocationType(DataRefImpl Rel) const = 0;440 return OwningObject->getRelocationType(RelocationPimpl); in getType()
232 uint64_t getRelocationType(DataRefImpl Rel) const override;696 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function712 uint32_t type = getRelocationType(Rel); in getRelocationTypeName()
236 uint64_t getRelocationType(DataRefImpl Rel) const override;
675 uint64_t getRelocationType(DataRefImpl Rel) const override;
782 uint64_t Type = MachO->getRelocationType(Rel); in getHidden()795 uint64_t PrevType = MachO->getRelocationType(RelPrev); in getHidden()
640 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in MachOObjectFile648 uint64_t RType = getRelocationType(Rel); in getRelocationTypeName()
993 uint64_t COFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in COFFObjectFile