Lines Matching refs:example

224 write object files in many different formats---for example, COFF or
319 precede the option name; for example, @samp{-trace-symbol} and
323 @samp{-o} option. So for example @samp{-omagic} sets the output file
329 immediately following the option that requires them. For example,
758 the final value enclosed by square brackets. Thus for example a
896 example some @code{a.out}-based formats do not support partial linking
971 symbol. Doing this may, for example, trigger linking of additional
1524 The BeOS kernel for example patches shared libraries at load time to
1526 architecture. This is used, for example, to dynamically select an
1843 For example, on SunOS, @command{ld} combines duplicate entries in the
2112 Here is a trivial example:
2303 resolve that symbol by linking to the match. For example, the
2534 @example
2538 @end example
2542 @example
2546 @end example
2551 @example
2555 @end example
2559 @example
2563 @end example
2575 @example
2583 @end example
2586 @example
2596 @end example
2599 @example
2614 @end example
2974 same. An example of when they might be different is when a data section
3017 @cindex linker script example
3018 @cindex example of linker script
3032 For this example, let's say that the code should be loaded at address
3050 The first line inside the @samp{SECTIONS} command of the above example
3079 example, the specified addresses for the @samp{.text} and @samp{.data}
3125 targets this is @code{start}, but PE and BeOS based systems for example
3159 For example, if you always want to include @file{subr.o} any time you do
3265 For example, the default linker script for the MIPS ELF target uses this
3302 to memory regions. An example follows.
3458 symbol. Doing this may, for example, trigger linking of additional
3481 augment the default @code{SECTIONS} with, for example, overlays. It
3492 is an example of how a @samp{-T} script using @code{INSERT} might look:
3515 errors. For example, it would be an error if code in one section called
3594 Here is an example showing the three different places that symbol
3611 In this example, the symbol @samp{floating_point} will be defined as
3623 Here is the example from @ref{Simple Assignments}, rewritten to use
3647 the link. For example, traditional linkers defined the symbol
3654 Here is an example of using @code{PROVIDE} to define @samp{etext}:
3667 In this example, if the program defines @samp{_etext} (with a leading
3690 stored in the symbol table. For example, Fortran compilers commonly
3694 variable as it is defined in a linker script. For example in C a
3716 value. So for example the following C declaration, at file scope:
3749 an address without a value. So for example the linker script definition:
3763 use its value. For example suppose you want to copy the contents of a
3829 example, the order of sections in the output file will match the order
3891 example, allows only @samp{.text}, @samp{.data} or @samp{.bss}). If the
3936 For example:
3957 For example, if you want to align the section on a 0x10 byte boundary,
3987 * Input Section Example:: Input section example
4000 sections with a particular name in the output section. For example, to
4009 example:
4024 first example, they will be intermingled, appearing in the same order as
4025 they are found in the linker input. In the second example, all
4031 needs to be at a particular location in memory. For example:
4039 Here is a simple example for using Section header flags for ELF sections:
4050 In this example, the output section @samp{.text} will be comprised of any
4081 commonly done, but it may by useful on occasion. For example:
4135 will use the first match in the linker script. For example, this
4219 This example shows how wildcard patterns might be used to partition
4251 @samp{.bss} section in the output file. For example:
4259 example, the MIPS ELF object file format distinguishes standard common
4284 The following example is a complete linker script. It tells the linker
4342 For example, this will store the byte 1 followed by the four byte value
4358 true of, for example, S-records, the value will be stored in the
4376 otherwise unspecified regions of memory within the section (for example,
4384 This example shows how to fill unspecified regions of memory with the
4485 may not be present in any of the input files. For example:
4571 the section type. For example, in the script sample below, the
4632 example, the following linker script creates three output sections: one
4712 Here is a simple example:
4732 Here is a simple example:
4748 within the output section (for example, gaps left due to the required
4761 Here is a simple example:
4777 can be useful, for example, when a certain region of memory is faster
4839 Here is an example. Remember that this would appear inside a
4871 example could have been written identically as follows.
4963 abbreviated to @code{org} or @code{o} (but not, for example,
4974 In the following example, we specify that there are two memory regions
4995 @samp{>@var{region}} output section attribute. For example, if you have
5136 Here is an example of @code{PHDRS}. This shows a typical set of program
5139 @example
5163 @end example
5220 This example version script defines three version nodes. The first
5306 source file. Here is an example:
5315 In this example, @samp{foo@@} represents the symbol @samp{foo} bound to the
5317 example would define 4 C functions: @samp{original_foo}, @samp{old_foo},
5410 respectively. For example, the following
5440 So for example:
5466 to delimit symbols with spaces. For example, @samp{A-B} is one symbol,
5526 In the previous example, the @samp{.text} section from @file{file1} is
5569 needs to place orphan sections. For example, given the following:
5729 available, then an error results. For example, a script like the
5774 In the following simple example,
5838 to be absolute when it would otherwise be relative. For example, to
5874 the following example, @code{start_of_output_1}, @code{symbol_1} and
5910 Here is an example which aligns the output @code{.data} section to the
5925 The first use of @code{ALIGN} in this example specifies the location of
5937 evaluated, the linker will report an error. In the following example,
6019 default values for symbols. For example, the following script fragment
6086 evaluated, the linker will report an error. In the following example,
6299 For example, if your @command{ld} command line included @w{@samp{-ACA}} as
6540 enumeration size attributes. For example, with this switch enabled,
6549 @code{wchar_t} size attributes. For example, with this switch enabled,
6736 Global symbols with the prefix @code{__.MMIX.start.}, for example
7278 @example
7280 @end example
7285 Here is an example of a DEF file for a shared library called @samp{xyz.dll}:
7287 @example
7298 @end example
7300 This example defines a DLL with a non-default base address and seven
7329 @example
7334 @end example
7384 @example
7387 @end example
7398 @example
7401 @end example
7484 @example
7492 @end example
7505 various win32/un*x environments, so that (for example) two versions of a zlib dll
7512 @example
7518 @end example
7524 @example
7526 @end example
7538 @example
7540 @end example
7544 @example
7546 @end example
7551 @example
7556 @end example
7596 @example
7602 @end example
7609 @example
7612 @end example
7622 created). In the following example:
7624 @example
7629 @end example
7696 example, with the command:
7879 assume that the name of a symbol you use in an example does not
7885 specific, complete example. That is the easiest thing for you to do,
7920 The command arguments you gave the linker to link your example and
7946 incorrect. For example, ``It gets a fatal signal.''
7984 will find the bug is by running a single example under the debugger
7988 Of course, if you can find a simpler example to report @emph{instead}
8005 construct an example that will make the program follow a certain path
8006 through the code. If you do not send us the example, we will not be
8048 lower case; for example, @samp{chip} is the same as @samp{CHIP}.