Home | History | Annotate | Download | only in ARM

Lines Matching refs:resolveInfo

111                    ResolveInfo::Object,
112 ResolveInfo::Define,
113 ResolveInfo::Local,
117 ResolveInfo::Hidden);
198 ResolveInfo::Object,
199 ResolveInfo::Define,
200 ResolveInfo::Local,
204 ResolveInfo::Hidden);
210 ResolveInfo::Object,
211 ResolveInfo::Define,
212 ResolveInfo::Local,
216 ResolveInfo::Hidden);
268 bool ARMGNULDBackend::isSymbolNeedsPLT(const ResolveInfo& pSym,
273 ResolveInfo::Function == pSym.type() &&
278 bool ARMGNULDBackend::isSymbolNeedsDynRel(const ResolveInfo& pSym,
294 bool ARMGNULDBackend::isSymbolPreemptible(const ResolveInfo& pSym,
298 if(pSym.other() != ResolveInfo::Default)
350 if(pReloc.symInfo()->type() == ResolveInfo::Section) {
363 ResolveInfo* rsym = pReloc.symInfo();
399 if(rsym->type() == ResolveInfo::Section) {
459 if(rsym != m_pGOTSymbol->resolveInfo()) {
491 ResolveInfo* rsym = pReloc.symInfo();
556 if(rsym != m_pGOTSymbol->resolveInfo()) {
717 ResolveInfo* rsym = pReloc.symInfo();
718 assert(NULL != rsym && "ResolveInfo of relocation not set while scanRelocation");
728 if(rsym == m_pGOTSymbol->resolveInfo()) {
809 if (ResolveInfo::Common == (*com_sym)->desc()) {
828 if (ResolveInfo::ThreadLocal == (*com_sym)->type()) {
852 if (ResolveInfo::Common == (*com_sym)->desc()) {
858 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define);
876 (*com_sym)->resolveInfo()->setDesc(ResolveInfo::Define);