Lines Matching full:stub
4594 given to the linker. This will make it generate larger stub functions
4654 BLX rather than using BX and a mode-switching stub before each PLT
4710 controlled by the command line option `--stub-group-size=N'. The
4717 The value of `N', the parameter to the `--stub-group-size=' option
4718 controls where the stub groups are placed. If it is negative then all
4727 The default, if `--stub-group-size=' is not specified, is `N = +1'.
4745 Long branch stubs and import/export stubs are placed by `ld' in stub
4746 sections located between groups of input sections. `--stub-group-size'
4748 stub section. Since branch offsets are signed, a stub section may
4749 serve two groups of input sections, one group before the stub section,
4751 require stubs, it may be better (for branch prediction) that stub
4757 stub placement as other positive or negative values of `N' respectively.
4759 Note that `--stub-group-size' does not split input sections. A
4762 large, it may not be possible for a branch to reach its stub.
4888 `--emit-stub-syms'
4890 that encodes the stub type and destination.
4903 `--stub-group-size'
4905 placed by `ld' in stub sections located between groups of input
4906 sections. `--stub-group-size' specifies the maximum size of a
4907 group of input sections handled by one stub section. Since branch
4908 offsets are signed, a stub section may serve two groups of input
4909 sections, one group before the stub section, and one group after
4911 it may be better (for branch prediction) that stub sections only
4917 behaviour regarding stub placement as other positive or negative
4920 Note that `--stub-group-size' does not split input sections. A
4924 stub.
4926 `--emit-stub-syms'
4928 that encodes the stub type and destination.
4993 regions, and redirects such calls to an overlay manager via a stub.
4997 `--emit-stub-syms'
4999 that encodes the stub type and destination.
6447 * --emit-stub-syms <1>: SPU ELF. (line 15)
6448 * --emit-stub-syms <2>: PowerPC64 ELF64. (line 29)
6449 * --emit-stub-syms: PowerPC ELF32. (line 44)
6557 * --stub-group-size: PowerPC64 ELF64. (line 6)
6558 * --stub-group-size=N <1>: HPPA ELF32. (line 12)
6559 * --stub-group-size=N: ARM. (line 124)
6827 * HPPA stub grouping: HPPA ELF32. (line 12)
6967 * PowerPC stub symbols: PowerPC ELF32. (line 44)
6974 * PowerPC64 stub grouping: PowerPC64 ELF64. (line 6)
6975 * PowerPC64 stub symbols: PowerPC64 ELF64. (line 29)
7067 * SPU overlay stub symbols: SPU ELF. (line 15)