Home | History | Annotate | Download | only in LD

Lines Matching defs:st_info

81   uint8_t  st_info  = 0x0;
92 st_info = symtab[idx].st_info;
118 ResolveInfo::Type ld_type = getSymType(st_info, st_shndx);
124 ResolveInfo::Binding ld_binding = getSymBinding((st_info >> 4), st_shndx, st_other);
467 uint8_t st_info = 0x0;
470 st_info = entry->st_info;
489 result->setType(static_cast<ResolveInfo::Type>(st_info & 0xF));
491 result->setBinding(getSymBinding((st_info >> 4), st_shndx, st_other));
606 uint8_t st_info = 0x0;
617 st_info = symtab[idx].st_info;
643 ResolveInfo::Type ld_type = getSymType(st_info, st_shndx);
649 ResolveInfo::Binding ld_binding = getSymBinding((st_info >> 4), st_shndx, st_other);
988 uint8_t st_info = 0x0;
991 st_info = entry->st_info;
1010 result->setType(static_cast<ResolveInfo::Type>(st_info & 0xF));
1012 result->setBinding(getSymBinding((st_info >> 4), st_shndx, st_other));