Home | History | Annotate | Download | only in info

Lines Matching full:overlay

2677             OVERLAY :
2936 * an overlay description
2944 Output section descriptions and overlay descriptions are described
2964 * Overlay Description:: Overlay description
3524 File: ld.info, Node: Output Section Attributes, Next: Overlay Description, Prev: Output Section Discarding, Up: SECTIONS
3574 `OVERLAY'
3750 File: ld.info, Node: Overlay Description, Prev: Output Section Attributes, Up: SECTIONS
3752 3.6.9 Overlay Description
3755 An overlay description provides an easy way to describe sections which
3757 the same memory address. At run time, some sort of overlay manager will
3763 Overlays are described using the `OVERLAY' command. The `OVERLAY'
3765 description. The full syntax of the `OVERLAY' command is as follows:
3766 OVERLAY [START] : [NOCROSSREFS] [AT ( LDADDR )]
3783 Everything is optional except `OVERLAY' (a keyword), and each
3785 definitions within the `OVERLAY' construct are identical to those
3788 an `OVERLAY'.
3793 `OVERLAY' as a whole (as with normal section definitions, the load
3804 For each section within the `OVERLAY', the linker automatically
3812 At the end of the overlay, the value of the location counter is set
3813 to the start address of the overlay plus the size of the largest
3818 OVERLAY 0x1000 : AT (0x4000)
3829 C code to copy overlay `.text1' into the overlay area might look
3836 Note that the `OVERLAY' command is just syntactic sugar, since
5466 Normally, `ld' recognizes calls to functions within overlay
5467 regions, and redirects such calls to an overlay manager via a stub.
5468 `ld' also provides a built-in overlay manager. This option turns
5469 off all this special overlay handling.
5472 This option causes `ld' to label overlay stubs with a local symbol
5475 `--extra-overlay-stubs'
5476 This option causes `ld' to add overlay call stubs on all function
5477 calls out of overlay regions. Normally stubs are not added on
5478 calls to non-overlay regions.
7082 * --extra-overlay-stubs: SPU ELF. (line 19)
7606 * OVERLAY: Overlay Description.
7608 * overlays: Overlay Description.
7720 * SPU extra overlay stubs: SPU ELF. (line 19)
7722 * SPU overlay stub symbols: SPU ELF. (line 15)
7836 Node: Overlay Description160287