• Home
  • Raw
  • Download

Lines Matching refs:N_

87   { NULL, 0, NULL, 0, N_("Input File Control:"), 0 },
89 N_("Include whole archives in the output from now on."), 0 },
91 N_("Stop including the whole arhives in the output."), 0 },
92 { NULL, 'l', N_("FILE"), OPTION_HIDDEN, NULL, 0 },
93 { "start-group", '(', NULL, 0, N_("Start a group."), 0 },
94 { "end-group", ')', NULL, 0, N_("End a group."), 0 },
95 { NULL, 'L', N_("PATH"), 0,
96 N_("Add PATH to list of directories files are searched in."), 0 },
98 N_("Only set DT_NEEDED for following dynamic libs if actually used"), 0 },
100 N_("Always set DT_NEEDED for following dynamic libs"), 0 },
102 { NULL, 'i', NULL, 0, N_("Ignore LD_LIBRARY_PATH environment variable."),
105 { NULL, 0, NULL, 0, N_("Output File Control:"), 0 },
106 { "output", 'o', N_("FILE"), 0, N_("Place output in FILE."), 0 },
109 N_("Object is marked to not use default search path at runtime."), 0 },
111 N_("Same as --whole-archive."), 0 },
112 { "-z defaultextract", '\0', NULL, OPTION_DOC, N_("\
116 N_("Weak references cause extraction from archive."), 0 },
118 N_("Allow multiple definitions; first is used."), 0 },
120 N_("Disallow/allow undefined symbols in DSOs."), 0 },
123 N_("Object requires immediate handling of $ORIGIN."), 0 },
125 N_("Relocation will not be processed lazily."), 0 },
127 N_("Object cannot be unloaded at runtime."), 0 },
129 N_("Mark object to be initialized first."), 0 },
131 N_("Enable/disable lazy-loading flag for following dependencies."), 0 },
133 N_("Mark object as not loadable with 'dlopen'."), 0 },
135 N_("Ignore/record dependencies on unused DSOs."), 0 },
137 N_("Generated DSO will be a system library."), 0 },
138 { "entry", 'e', N_("ADDRESS"), 0, N_("Set entry point address."), 0 },
141 N_("Do not link against shared libraries."), 0 },
144 N_("Prefer linking against shared libraries."), 0 },
145 { "export-dynamic", 'E', NULL, 0, N_("Export all dynamic symbols."), 0 },
146 { "strip-all", 's', NULL, 0, N_("Strip all symbols."), 0 },
147 { "strip-debug", 'S', NULL, 0, N_("Strip debugging symbols."), 0 },
149 N_("Assume pagesize for the target system to be SIZE."), 0 },
151 { "runpath", ARGP_runpath, "PATH", 0, N_("Set runtime DSO search path."),
154 N_("Set link time DSO search path."), 0 },
155 { "shared", 'G', NULL, 0, N_("Generate dynamic shared object."), 0 },
156 { NULL, 'r', NULL, 0L, N_("Generate relocatable object."), 0 },
159 N_("Causes symbol not assigned to a version be reduced to local."), 0 },
160 { "gc-sections", ARGP_gc_sections, NULL, 0, N_("Remove unused sections."),
163 N_("Don't remove unused sections."), 0 },
164 { "soname", 'h', "NAME", 0, N_("Set soname of shared object."), 0 },
165 { "dynamic-linker", 'I', "NAME", 0, N_("Set the dynamic linker name."), 0 },
168 N_("Add/suppress addition indentifying link-editor to .comment section."),
171 N_("Create .eh_frame_hdr section"), 0 },
173 N_("Set hash style to sysv, gnu or both."), 0 },
175 N_("Generate build ID note (md5, sha1 (default), uuid)."), 0 },
177 { NULL, 0, NULL, 0, N_("Linker Operation Control:"), 0 },
178 { "verbose", 'v', NULL, 0, N_("Verbose messages."), 0 },
179 { "trace", 't', NULL, 0, N_("Trace file opens."), 0 },
181 N_("Trade speed for less memory usage"), 0 },
182 { NULL, 'O', N_("LEVEL"), OPTION_ARG_OPTIONAL,
183 N_("Set optimization level to LEVEL."), 0 },
184 { NULL, 'c', N_("FILE"), 0, N_("Use linker script in FILE."), 0 },
187 N_("Select to get parser debug information"), 0 },
190 N_("Read version information from FILE."), 0 },
191 { "emulation", 'm', "NAME", 0, N_("Set emulation to NAME."), 0 },
197 static const char doc[] = N_("Combine object and archive files.");
200 static const char args_doc[] = N_("[FILE]...");