Home | History | Annotate | Download | only in LD

Lines Matching refs:st_other

81   uint8_t  st_other = 0x0;
89 st_other = symtab[idx].st_other;
120 ResolveInfo::Binding ld_binding = getSymBinding((st_info >> 4), st_shndx, st_other);
126 ResolveInfo::Visibility ld_vis = getSymVisibility(st_other);
442 uint8_t st_other = 0x0;
445 st_other = entry->st_other;
466 result->setBinding(getSymBinding((st_info >> 4), st_shndx, st_other));
467 result->setVisibility(getSymVisibility(st_other));
590 uint8_t st_other = 0x0;
598 st_other = symtab[idx].st_other;
629 ResolveInfo::Binding ld_binding = getSymBinding((st_info >> 4), st_shndx, st_other);
635 ResolveInfo::Visibility ld_vis = getSymVisibility(st_other);
951 uint8_t st_other = 0x0;
954 st_other = entry->st_other;
975 result->setBinding(getSymBinding((st_info >> 4), st_shndx, st_other));
976 st_other));