Home | History | Annotate | Download | only in Mips

Lines Matching refs:resolveInfo

80                    ResolveInfo::Object,
81 ResolveInfo::Define,
82 ResolveInfo::Local,
86 ResolveInfo::Hidden);
91 ResolveInfo::Section,
92 ResolveInfo::Define,
93 ResolveInfo::Absolute,
97 ResolveInfo::Default);
100 m_pGpDispSymbol->resolveInfo()->setReserved(ReserveGpDisp);
126 ResolveInfo* rsym = pReloc.symInfo();
127 assert(NULL != rsym && "ResolveInfo of relocation not set while scanRelocation");
132 if (rsym == m_pGOTSymbol->resolveInfo()) {
493 if (ResolveInfo::Common == (*com_sym)->desc()) {
512 if (ResolveInfo::ThreadLocal == (*com_sym)->type()) {
536 if (ResolveInfo::Common == (*com_sym)->desc()) {
543 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define);
560 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define);
576 if(pReloc.symInfo()->type() == ResolveInfo::Section) {
588 ResolveInfo* rsym = pReloc.symInfo();
685 ResolveInfo* rsym = pReloc.symInfo();
785 bool MipsGNULDBackend::isSymbolNeedsPLT(ResolveInfo& pSym,
789 ResolveInfo::Function == pSym.type() &&
793 bool MipsGNULDBackend::isSymbolNeedsDynRel(ResolveInfo& pSym,
820 ResolveInfo::Object,
821 ResolveInfo::Define,
822 ResolveInfo::Local,
826 ResolveInfo::Hidden);
832 ResolveInfo::Object,
833 ResolveInfo::Define,
834 ResolveInfo::Local,
838 ResolveInfo::Hidden);