Lines Matching defs:to
87 N_("Add PATH to list of directories files are searched in."), 0 },
100 N_("Object is marked to not use default search path at runtime."), 0 },
120 N_("Mark object to be initialized first."), 0 },
140 N_("Assume pagesize for the target system to be SIZE."), 0 },
150 N_("Causes symbol not assigned to a version be reduced to local."), 0 },
159 N_("Add/suppress addition indentifying link-editor to .comment section."),
164 N_("Set hash style to sysv, gnu or both."), 0 },
174 N_("Set optimization level to LEVEL."), 0 },
178 N_("Select to get parser debug information"), 0 },
182 { "emulation", 'm', "NAME", 0, N_("Set emulation to NAME."), 0 },
198 /* Data structure to communicate with argp functions. */
225 /* The emulation name to use. */
229 groups we still keep track to improve the error messages. */
247 /* Flag used to communicate with the scanner. */
279 /* Sanity check. We always want to use the LFS functionality. */
300 /* The user can use the LD_LIBRARY_PATH environment variable to add
312 /* One quick pass over the parameters which allows us to scan for options
324 /* Determine which ELF backend to use. */
327 /* If no hash style was specific default to the oldand slow SysV
338 script built in we don't go into trouble to make sure we handle GROUP
356 /* We now might have a list of directories to look for libraries in
373 /* Try to open the file. */
388 /* When we create a relocatable file we don't have to look for the
393 remains to be done is find the indirect dependencies. These are
395 which are direct dependencies. We have to transitively find and
400 are still undefined symbols left they might have to be
413 forward into the output. We have to do this here and now since
414 we need to know which sections have to be created. */
443 /* Similarly for the _DYNAMIC symbol which points to the dynamic
448 /* We are ready to start working on the output file. Not all
456 been opened since we need the ELF descriptor to deduce type
461 sections which have to be linked into the application. We do now
463 array to a system specific function which can reorder it at will.
492 const char *to;
506 argv[i] = (char *) args[j].to;
561 /* If we generate a DSO we have to export all symbols. */
613 /* The SysV linker used 'z' to pass various flags to the linker.
816 /* The SysV linker used 'z' to pass various flags to the linker.
832 /* Start a link group. We have to be able to determine the object
833 file which is named next. Do this by remembering a pointer to
834 the pointer which will point to the next object. */
870 /* Try to open the file. */
906 regular object files to be satisfied by these implicit
916 XXX Should we add an option to get Solaris compatibility? */
953 to be parsed in the first pass, others must be handled in the
1077 potentially lead to wrong results if the
1108 /* Determine the target configuration which we are supposed to use.
1109 The user can use the '-m' option to select one. If this is
1110 missing we are trying to load one file and determine the
1139 could not find input file to determine output file format"));
1154 /* We also know now what kind of file we are supposed to create. If
1160 /* Add DIR to the list of directories searched for object files and
1202 array to a system specific function which can reorder it at will.
1222 /* Fill the array. We rely here on the hash table iterator to
1265 /* Add given path to the end of list. */
1332 /* Called after all parameters are parsed to bring the runpath/rpath
1363 XXX Should there be a possibility to avoid this? */
1378 XXX Should there be a possibility to avoid this? */
1388 Convert the list now to a list with one list entry for each
1398 we have to possibly split the value found (if it contains a
1399 semicolon). Then we have to split the value in list of
1430 /* Open the file. The name is supposed to be the complete (relative
1456 symbols which are required to be present and those marked
1468 /* The assignments to "." (i.e., the PC) have to be
1509 /* If the symbol only has to be provided if it is needed,
1554 /* Add a reference to the symbol record. We will come
1587 /* Add to the symbol table. */