Searched refs:getEType (Results 1 – 3 of 3) sorted by relevance
186 if (ELF->getEType() == ELF::ET_REL) { in populateFromObject()
104 virtual uint16_t getEType() const = 0;267 uint16_t getEType() const override;679 template <class ELFT> uint16_t ELFObjectFile<ELFT>::getEType() const { in getEType() function
3227 if (Elf->getEType() != ELF::ET_REL) in shouldWarnForInvalidStartStopAddress()