Home | History | Annotate | Download | only in LD

Lines Matching refs:resolveInfo

117     ResolveInfo::Type ld_type = getSymType(st_info, st_shndx);
120 ResolveInfo::Desc ld_desc = getSymDesc(st_shndx, pInput);
123 ResolveInfo::Binding ld_binding = getSymBinding((st_info >> 4), st_shndx, st_other);
129 ResolveInfo::Visibility ld_vis = getSymVisibility(st_other);
138 if (ResolveInfo::Section == ld_type) {
159 && ResolveInfo::Undefined!=ld_desc
160 && (ResolveInfo::Global==ld_binding ||
161 ResolveInfo::Weak==ld_binding)
162 && ResolveInfo::Object==ld_type ) {
186 if (ResolveInfo::Weak!=sym_it->ld_binding)
196 pModule.CreateAliasList(*sym_it->pt_alias->resolveInfo());
197 pModule.addAlias(*alias_it->pt_alias->resolveInfo());
477 ResolveInfo* ELFReader<32, true>::readSignature(Input& pInput,
514 ResolveInfo* result = ResolveInfo::Create(ld_name);
516 result->setType(static_cast<ResolveInfo::Type>(st_info & 0xF));
678 ResolveInfo::Type ld_type = getSymType(st_info, st_shndx);
681 ResolveInfo::Desc ld_desc = getSymDesc(st_shndx, pInput);
684 ResolveInfo::Binding ld_binding = getSymBinding((st_info >> 4), st_shndx, st_other);
690 ResolveInfo::Visibility ld_vis = getSymVisibility(st_other);
699 if (ResolveInfo::Section == ld_type) {
720 && ResolveInfo::Undefined!=ld_desc
721 && (ResolveInfo::Global==ld_binding ||
722 ResolveInfo::Weak==ld_binding)
723 && ResolveInfo::Object==ld_type ) {
743 if (ResolveInfo::Weak!=sym_it->ld_binding)
753 pModule.CreateAliasList(*sym_it->pt_alias->resolveInfo());
754 pModule.addAlias(*alias_it->pt_alias->resolveInfo());
1033 ResolveInfo* ELFReader<64, true>::readSignature(Input& pInput,
1070 ResolveInfo* result = ResolveInfo::Create(ld_name);
1072 result->setType(static_cast<ResolveInfo::Type>(st_info & 0xF));