Home | History | Annotate | Download | only in LD

Lines Matching refs:st_info

80   uint8_t  st_info  = 0x0;
91 st_info = symtab[idx].st_info;
117 ResolveInfo::Type ld_type = getSymType(st_info, st_shndx);
123 ResolveInfo::Binding ld_binding = getSymBinding((st_info >> 4), st_shndx, st_other);
493 uint8_t st_info = 0x0;
496 st_info = entry->st_info;
516 result->setType(static_cast<ResolveInfo::Type>(st_info & 0xF));
518 result->setBinding(getSymBinding((st_info >> 4), st_shndx, st_other));
641 uint8_t st_info = 0x0;
652 st_info = symtab[idx].st_info;
678 ResolveInfo::Type ld_type = getSymType(st_info, st_shndx);
684 ResolveInfo::Binding ld_binding = getSymBinding((st_info >> 4), st_shndx, st_other);
1049 uint8_t st_info = 0x0;
1052 st_info = entry->st_info;
1072 result->setType(static_cast<ResolveInfo::Type>(st_info & 0xF));
1074 result->setBinding(getSymBinding((st_info >> 4), st_shndx, st_other));