Lines Matching refs:Local
407 ResolveInfo::Local,
588 f_pDynamic->resolveInfo()->setBinding(ResolveInfo::Local);
774 // number of local symbol in the .symtab and .dynsym
884 // index of the last local symbol
903 // index of the last local symbol
1479 // (Luba) Is a absolute but not global (weak or local) symbol meaningful?
1531 /// isTemporary - Whether pSymbol is a local label.
1534 if (ResolveInfo::Local != pSymbol.binding())
1600 // allocate all local common symbols
2605 // change .tbss and .tdata section symbol from Local to LocalDyn category
2747 // If a local symbol is in the LDContext's symbol table, it's a real local
2749 if (pSymbol.binding() == ResolveInfo::Local)
2768 // If a local symbol is in the LDContext's symbol table, it's a real local
2770 if (pResolveInfo.binding() == ResolveInfo::Local)
2838 // A local defined symbol should be non-preemptible.
2840 // relocation refers to a local defined symbol, and we should generate a
2842 if (pSym.isDefine() && pSym.binding() == ResolveInfo::Local)
2862 // An absolute symbol can be resolved directly if it is either local
2866 (pSym.binding() == ResolveInfo::Local || config().isCodeStatic()))