Lines Matching refs:st_other
78 uint8_t st_other = 0x0; in readSymbols() local
89 st_other = symtab[idx].st_other; in readSymbols()
119 getSymBinding((st_info >> 4), st_shndx, st_other); in readSymbols()
125 ResolveInfo::Visibility ld_vis = getSymVisibility(st_other); in readSymbols()
447 uint8_t st_other = 0x0; in readSignature() local
450 st_other = entry->st_other; in readSignature()
469 result->setBinding(getSymBinding((st_info >> 4), st_shndx, st_other)); in readSignature()
470 result->setVisibility(getSymVisibility(st_other)); in readSignature()
578 uint8_t st_other = 0x0; in readSymbols() local
589 st_other = symtab[idx].st_other; in readSymbols()
619 getSymBinding((st_info >> 4), st_shndx, st_other); in readSymbols()
625 ResolveInfo::Visibility ld_vis = getSymVisibility(st_other); in readSymbols()
941 uint8_t st_other = 0x0; in readSignature() local
944 st_other = entry->st_other; in readSignature()
963 result->setBinding(getSymBinding((st_info >> 4), st_shndx, st_other)); in readSignature()
964 result->setVisibility(getSymVisibility(st_other)); in readSignature()