Home | History | Annotate | Download | only in man1

Lines Matching full:will

26 .\" Set up some character translations and predefined strings.  \*(-- will
27 .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
28 .\" double quote, and \*(R" will give a right double quote. | will give a
29 .\" real vertical bar. \*(C+ will give a nicer C++. Capital omega is used to
180 the library \f(CW\*(C`libc.a\*(C'\fR, which will come from the standard search
188 different argument will either have no further effect, or override prior
204 If the linker cannot recognize the format of an object file, it will
255 does not exist, or cannot be read, then the option will be treated
263 @\fIfile\fR options; any such options will be processed recursively.
347 named \fIentry\fR, the linker will try to parse \fIentry\fR as a number,
348 and use that as the entry address (the number will be interpreted in
359 option. For \s-1ELF\s0 targeted ports, symbols affected by this option will
371 If you do not use this option, the dynamic symbol table will normally
377 dynamic object, then you will probably need to use this option when
401 run the program, the dynamic linker will see the \s-1DT_AUXILIARY\s0 field. If
402 the dynamic linker resolves any symbols from the filter object, it will
404 \&\fIname\fR. If there is one, it will be used instead of the definition
411 will be created in the order in which they appear on the command line.
424 run the program, the dynamic linker will see the \s-1DT_FILTER\s0 field. The
425 dynamic linker will resolve symbols according to the symbol table of the
426 filter object as usual, but it will actually link to the definitions
438 The \s-1GNU\s0 linker will ignore the \fB\-F\fR option when not
468 linker will attempt to load the shared object specified by the \s-1DT_SONAME\s0
488 will search the library path for a file called \fIfilename\fR, otherise it
489 will search the library path for a file called \fIlib\fInamespec\fI.a\fR.
493 and SunOS systems, \fBld\fR will search a directory for a library
500 The linker will search an archive only once, at the location where it is
503 command line, the linker will include the appropriate file(s) from the
505 the command line will not cause the linker to search the archive again.
521 Add path \fIsearchdir\fR to the list of paths that \fBld\fR will search
529 If \fIsearchdir\fR begins with \f(CW\*(C`=\*(C'\fR, then the \f(CW\*(C`=\*(C'\fR will be replaced
572 of an expression. Under such circumstances the linker will display
582 will produce the following output in the link map if the \fB\-M\fR
832 It marks the object so that its runtime initialization will occur
835 the object will occur after the runtime finalization of any other
862 Marks the object that the search for dependencies of this object will
945 the linker will add a \s-1DT_NEEDED\s0 tag for each dynamic library mentioned
959 the \fB\-\-no\-add\-needed\fR option. Normally, the linker will add
961 \&\fB\-\-no\-add\-needed\fR causes \s-1DT_NEEDED\s0 tags will never be emitted
1050 been assigned to see if there are any overlaps. Normally the linker will
1051 perform this check, and if it finds any overlaps it will produce
1105 to choose an appropriate demangling style for your compiler. The linker will
1146 command-line will be kept, as will sections containing symbols
1203 Normally when a symbol is defined multiple times, the linker will
1205 first definition will be used.
1229 Normally when a symbol has an undefined version, the linker will ignore
1231 will be issued instead.
1242 Normally \fBld\fR will give an error if you try to link together input
1251 Normally \fBld\fR will give a warning if it finds an incompatible
1260 Normally, the linker will not produce an output file if it encounters
1340 \&\f(CW\*(C`LD_RUN_PATH\*(C'\fR will be used if it is defined.
1343 SunOS, the linker will form a runtime search patch out of all the
1345 runtime search path will be formed exclusively using the \fB\-rpath\fR
1360 non-relocatable link, it will automatically try to locate the required
1409 If the required shared library is not found, the linker will issue a
1419 and SunOS platforms. On SunOS, the linker will automatically create a
1432 This option will apply \f(CW\*(C`SORT_BY_NAME\*(C'\fR to all wildcard section
1436 This option will apply \f(CW\*(C`SORT_BY_ALIGNMENT\*(C'\fR to all wildcard section
1450 that this will fail to work with object file formats which do not
1451 support arbitrary sections. The linker will not split up individual
1453 more than \fIcount\fR relocations one output section will contain that
1525 Normally the linker will generate an error message for each reported
1578 encountered with the same name. One or both of the two symbols will be
1653 alignment. Typically, the alignment will be set by an input section.
1654 The address will only be changed if it not explicitly specified; that
1663 \&\fB\-\-unresolved\-symbols\fR) it will normally generate an error.
1681 list of archives, because gcc will add its own list of archives to
1686 \&\fIsymbol\fR will be resolved to \f(CW\*(C`_\|_wrap_\f(CIsymbol\f(CW\*(C'\fR. Any
1687 undefined reference to \f(CW\*(C`_\|_real_\f(CIsymbol\f(CW\*(C'\fR will be resolved to
1707 all calls to \f(CW\*(C`malloc\*(C'\fR will call the function \f(CW\*(C`_\|_wrap_malloc\*(C'\fR
1708 instead. The call to \f(CW\*(C`_\|_real_malloc\*(C'\fR in \f(CW\*(C`_\|_wrap_malloc\*(C'\fR will
1712 links without the \fB\-\-wrap\fR option will succeed. If you do this,
1728 \&\fB\-\-enable\-new\-dtags\fR, the dynamic tags will be created as needed.
1729 If you specify \fB\-\-disable\-new\-dtags\fR, no new dynamic tags will be
1778 that is always the same in an identical output file, but will be
1802 If given, symbols with a stdcall suffix (@\fInn\fR) will be exported
1823 If the link finds a symbol that it cannot resolve, it will attempt to
1825 only in the format of the symbol name (cdecl vs stdcall) and will
1839 If given, all global symbols in the objects used to build a \s-1DLL\s0 will
1846 will not be automatically
1847 exported. Also, symbols imported from other DLLs will not be
1848 re\-exported, nor will symbols specifying the \s-1DLL\s0's internal layout
1851 \&\f(CW\*(C`libstd++\*(C'\fR, \f(CW\*(C`libmingw32\*(C'\fR, or \f(CW\*(C`crtX.o\*(C'\fR will be exported.
1852 Symbols whose names begin with \f(CW\*(C`_\|_rtti_\*(C'\fR or \f(CW\*(C`_\|_builtin_\*(C'\fR will
1869 Specify the file alignment. Sections in the file will always begin at
1886 the lowest memory location that will be used when your program or dll
1894 If given, the stdcall suffixes (@\fInn\fR) will be stripped from
1931 The linker will create the file \fIfile\fR which will contain a \s-1DEF\s0
1939 The linker will create the file \fIfile\fR which will contain an
1974 \&'auto\-import' extension will cause the text section of the image file
1978 Note \- use of the 'auto\-import' extension will also cause read only
1984 Using 'auto\-import' generally will 'just work' \*(-- but sometimes you may
1997 of the offending exported variable, ld will always detect it, issue
2047 building a \s-1DLL\s0, building client code that will link to the \s-1DLL\s0, or
2110 that is, \s-1DATA\s0 imports from \s-1DLL\s0 with non-zero offset, this switch will create
2125 Sets the section alignment. Sections in memory will always begin at
2146 Specifies the subsystem under which your program will execute. The
2201 Normally, the linker will default to demangling symbols. However, if
2202 \&\f(CW\*(C`COLLECT_NO_DEMANGLE\*(C'\fR is set in the environment, then it will