Searched refs:getRelocationType (Results 1 – 7 of 7) sorted by relevance
232 virtual uint64_t getRelocationType(DataRefImpl Rel) const = 0;441 return OwningObject->getRelocationType(RelocationPimpl); in getType()
230 uint64_t getRelocationType(DataRefImpl Rel) const override;689 uint64_t ELFObjectFile<ELFT>::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function705 uint32_t type = getRelocationType(Rel); in getRelocationTypeName()
237 uint64_t getRelocationType(DataRefImpl Rel) const override;
676 uint64_t getRelocationType(DataRefImpl Rel) const override;
711 uint64_t Type = MachO->getRelocationType(Rel); in getHidden()724 uint64_t PrevType = MachO->getRelocationType(RelPrev); in getHidden()
618 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in MachOObjectFile626 uint64_t RType = getRelocationType(Rel); in getRelocationTypeName()
975 uint64_t COFFObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType() function in COFFObjectFile