Home | History | Annotate | Download | only in LD

Lines Matching defs:st_other

82   uint8_t  st_other = 0x0;
93 st_other = symtab[idx].st_other;
124 ResolveInfo::Binding ld_binding = getSymBinding((st_info >> 4), st_shndx, st_other);
130 ResolveInfo::Visibility ld_vis = getSymVisibility(st_other);
468 uint8_t st_other = 0x0;
471 st_other = entry->st_other;
491 result->setBinding(getSymBinding((st_info >> 4), st_shndx, st_other));
492 result->setVisibility(getSymVisibility(st_other));
607 uint8_t st_other = 0x0;
618 st_other = symtab[idx].st_other;
649 ResolveInfo::Binding ld_binding = getSymBinding((st_info >> 4), st_shndx, st_other);
655 ResolveInfo::Visibility ld_vis = getSymVisibility(st_other);
989 uint8_t st_other = 0x0;
992 st_other = entry->st_other;
1012 result->setBinding(getSymBinding((st_info >> 4), st_shndx, st_other));
1013 result->setVisibility(getSymVisibility(st_other));