Home | History | Annotate | Download | only in info

Lines Matching full:stub

4595 given to the linker.  This will make it generate larger stub functions
4655 BLX rather than using BX and a mode-switching stub before each PLT
4711 controlled by the command line option `--stub-group-size=N'. The
4718 The value of `N', the parameter to the `--stub-group-size=' option
4719 controls where the stub groups are placed. If it is negative then all
4728 The default, if `--stub-group-size=' is not specified, is `N = +1'.
4746 Long branch stubs and import/export stubs are placed by `ld' in stub
4747 sections located between groups of input sections. `--stub-group-size'
4749 stub section. Since branch offsets are signed, a stub section may
4750 serve two groups of input sections, one group before the stub section,
4752 require stubs, it may be better (for branch prediction) that stub
4758 stub placement as other positive or negative values of `N' respectively.
4760 Note that `--stub-group-size' does not split input sections. A
4763 large, it may not be possible for a branch to reach its stub.
4889 `--emit-stub-syms'
4891 that encodes the stub type and destination.
4904 `--stub-group-size'
4906 placed by `ld' in stub sections located between groups of input
4907 sections. `--stub-group-size' specifies the maximum size of a
4908 group of input sections handled by one stub section. Since branch
4909 offsets are signed, a stub section may serve two groups of input
4910 sections, one group before the stub section, and one group after
4912 it may be better (for branch prediction) that stub sections only
4918 behaviour regarding stub placement as other positive or negative
4921 Note that `--stub-group-size' does not split input sections. A
4925 stub.
4927 `--emit-stub-syms'
4929 that encodes the stub type and destination.
4994 regions, and redirects such calls to an overlay manager via a stub.
4998 `--emit-stub-syms'
5000 that encodes the stub type and destination.
6448 * --emit-stub-syms <1>: SPU ELF. (line 15)
6449 * --emit-stub-syms <2>: PowerPC64 ELF64. (line 29)
6450 * --emit-stub-syms: PowerPC ELF32. (line 44)
6558 * --stub-group-size: PowerPC64 ELF64. (line 6)
6559 * --stub-group-size=N <1>: ARM. (line 124)
6560 * --stub-group-size=N: HPPA ELF32. (line 12)
6829 * HPPA stub grouping: HPPA ELF32. (line 12)
6969 * PowerPC stub symbols: PowerPC ELF32. (line 44)
6976 * PowerPC64 stub grouping: PowerPC64 ELF64. (line 6)
6977 * PowerPC64 stub symbols: PowerPC64 ELF64. (line 29)
7069 * SPU overlay stub symbols: SPU ELF. (line 15)