Searched refs:getELFType (Results 1 – 7 of 7) sorted by relevance
65 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() function
128 uint8_t getELFType() const { in getELFType() function345 return v->getType() == getELFType(ELFT::TargetEndianness == support::little, in classof()754 getELFType(ELFT::TargetEndianness == support::little, ELFT::Is64Bits), in ELFObjectFile()
68 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() function
147 uint8_t getELFType() const { in getELFType() function406 return v->getType() == getELFType(ELFT::TargetEndianness == support::little, in classof()939 getELFType(ELFT::TargetEndianness == support::little, ELFT::Is64Bits), in ELFObjectFile()
775 if (SymI->getELFType() == ELF::STT_SECTION) { in getSymbolNMTypeChar()893 : elf_symbol_iterator(I)->getELFType() == ELF::STT_OBJECT; in isObject()
912 if (SymI->getELFType() == ELF::STT_SECTION) { in getSymbolNMTypeChar()1061 : elf_symbol_iterator(I)->getELFType() == ELF::STT_OBJECT; in isObject()
1196 uint8_t SymbolType = Symbol.getELFType(); in addDynamicElfSymbols()