Home | History | Annotate | Download | only in X86

Lines Matching refs:resolveInfo

117                      ResolveInfo::Object,
118 ResolveInfo::Define,
119 ResolveInfo::Local,
123 ResolveInfo::Hidden);
129 ResolveInfo::Object,
130 ResolveInfo::Define,
131 ResolveInfo::Local,
135 ResolveInfo::Hidden);
186 bool X86GNULDBackend::isSymbolNeedsPLT(const ResolveInfo& pSym,
191 &&(ResolveInfo::Function == pSym.type())
197 bool X86GNULDBackend::isSymbolNeedsDynRel(const ResolveInfo& pSym,
213 bool X86GNULDBackend::isSymbolPreemptible(const ResolveInfo& pSym,
217 if(pSym.other() != ResolveInfo::Default)
234 if(pReloc.symInfo()->type() == ResolveInfo::Section) {
247 ResolveInfo* rsym = pReloc.symInfo();
292 ResolveInfo* rsym = pReloc.symInfo();
413 ResolveInfo* rsym = pReloc.symInfo();
414 assert(NULL != rsym && "ResolveInfo of relocation not set while scanRelocation");
424 if(rsym == m_pGOTSymbol->resolveInfo()) {
597 ResolveInfo::Object,
598 ResolveInfo::Define,
599 ResolveInfo::Local,
603 ResolveInfo::Hidden);
636 if (ResolveInfo::Common == (*com_sym)->desc()) {
655 if (ResolveInfo::ThreadLocal == (*com_sym)->type()) {
679 if (ResolveInfo::Common == (*com_sym)->desc()) {
685 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define);
703 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define);