Home | History | Annotate | Download | only in MC

Lines Matching refs:Local

169     // This holds the symbol table index of the last local symbol.
692 // allows us to omit some local symbols from the symbol table.
1025 bool Local = isLocal(SD, Used);
1026 if (!Local && MCELF::GetBinding(SD) == ELF::STB_LOCAL) {
1036 assert(!Local);
1067 else if (Local)
1093 // Set the symbol indices. Local symbols must come before all other
1094 // symbols with non-local bindings.