reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
855 config->entry = args.getLastArgValue(OPT_entry); 1726 (!config->entry.empty() || (!config->shared && !config->relocatable)); 1727 if (config->entry.empty() && !config->relocatable) 1728 config->entry = (config->emachine == EM_MIPS) ? "__start" : "_start"; 1761 if (Symbol *sym = symtab->find(config->entry))tools/lld/ELF/MarkLive.cpp
231 markSymbol(symtab->find(config->entry));
tools/lld/ELF/ScriptParser.cpp321 if (config->entry.empty()) 322 config->entry = tok;tools/lld/ELF/Writer.cpp
2517 if (Symbol *b = symtab->find(config->entry)) 2522 if (to_integer(config->entry, addr)) 2528 warn("cannot find entry symbol " + config->entry + "; defaulting to 0x" + 2535 warn("cannot find entry symbol " + config->entry +