Searched refs:st_info (Results 1 – 2 of 2) sorted by relevance
77 uint8_t st_info = 0x0; in readSymbols() local88 st_info = symtab[idx].st_info; in readSymbols()112 ResolveInfo::Type ld_type = getSymType(st_info, st_shndx); in readSymbols()119 getSymBinding((st_info >> 4), st_shndx, st_other); in readSymbols()446 uint8_t st_info = 0x0; in readSignature() local449 st_info = entry->st_info; in readSignature()467 result->setType(static_cast<ResolveInfo::Type>(st_info & 0xF)); in readSignature()469 result->setBinding(getSymBinding((st_info >> 4), st_shndx, st_other)); in readSignature()577 uint8_t st_info = 0x0; in readSymbols() local588 st_info = symtab[idx].st_info; in readSymbols()[all …]
884 pSym.st_info = getSymbolInfo(pSymbol); in emitSymbol32()905 pSym.st_info = getSymbolInfo(pSymbol); in emitSymbol64()