Searched refs:getELFType (Results 1 – 5 of 5) sorted by relevance
68 static inline unsigned int getELFType(bool isLE, bool is64Bits) { in getELFType() function
149 uint8_t getELFType() const { in getELFType() function411 return v->getType() == getELFType(ELFT::TargetEndianness == support::little, in classof()958 getELFType(ELFT::TargetEndianness == support::little, ELFT::Is64Bits), in ELFObjectFile()
2355 static uint16_t getELFType() { in getELFType() function2365 if (Config->EMachine == EM_MIPS && getELFType() == ET_EXEC && in getAbiVersion()2387 EHdr->e_type = getELFType(); in writeHeader()
926 if (SymI->getELFType() == ELF::STT_SECTION) { in getSymbolNMTypeChar()1074 : elf_symbol_iterator(I)->getELFType() == ELF::STT_OBJECT; in isObject()
1229 uint8_t SymbolType = Symbol.getELFType(); in addDynamicElfSymbols()