Lines Matching refs:sym
152 ResolveInfo* sym = reloc->symInfo(); in setUpReachedSections() local
155 if (sym == NULL) in setUpReachedSections()
157 if (!sym->isDefine() || !sym->outSymbol()->hasFragRef()) in setUpReachedSections()
163 &sym->outSymbol()->fragRef()->frag()->getParent()->getSection(); in setUpReachedSections()
214 LDSymbol* sym = info->outSymbol(); in getEntrySections() local
215 if (sym == NULL || !sym->hasFragRef()) in getEntrySections()
221 &sym->fragRef()->frag()->getParent()->getSection(); in getEntrySections()
252 LDSymbol* sym = info->outSymbol(); in getEntrySections() local
253 if (sym == NULL || !sym->hasFragRef()) in getEntrySections()
259 &sym->fragRef()->frag()->getParent()->getSection(); in getEntrySections()
273 LDSymbol* sym = m_Module.getNamePool().findSymbol(*usym); in getEntrySections() local
274 assert(sym); in getEntrySections()
275 ResolveInfo* info = sym->resolveInfo(); in getEntrySections()
277 if (!info->isDefine() || !sym->hasFragRef()) in getEntrySections()
280 const LDSection* sect = &sym->fragRef()->frag()->getParent()->getSection(); in getEntrySections()