Home | History | Annotate | Download | only in MC

Lines Matching defs:Local

147     // This holds the symbol table index of the last local symbol.
653 // allows us to omit some local symbols from the symbol table.
997 bool Local = isLocal(SD, Used);
998 if (!Local && MCELF::GetBinding(SD) == ELF::STB_LOCAL) {
1008 assert(!Local);
1069 else if (Local)
1097 // Set the symbol indices. Local symbols must come before all other
1098 // symbols with non-local bindings.