Searched refs:getEType (Results 1 – 2 of 2) sorted by relevance
88 virtual uint16_t getEType() const = 0;206 uint16_t getEType() const override;516 template <class ELFT> uint16_t ELFObjectFile<ELFT>::getEType() const { in getEType() function
1819 if (!Elf || Elf->getEType() != ELF::ET_DYN) { in PrintDynamicRelocations()