Lines Matching full:stub
4604 given to the linker. This will make it generate larger stub functions
4664 BLX rather than using BX and a mode-switching stub before each PLT
4720 controlled by the command line option `--stub-group-size=N'. The
4727 The value of `N', the parameter to the `--stub-group-size=' option
4728 controls where the stub groups are placed. If it is negative then all
4737 The default, if `--stub-group-size=' is not specified, is `N = +1'.
4755 Long branch stubs and import/export stubs are placed by `ld' in stub
4756 sections located between groups of input sections. `--stub-group-size'
4758 stub section. Since branch offsets are signed, a stub section may
4759 serve two groups of input sections, one group before the stub section,
4761 require stubs, it may be better (for branch prediction) that stub
4767 stub placement as other positive or negative values of `N' respectively.
4769 Note that `--stub-group-size' does not split input sections. A
4772 large, it may not be possible for a branch to reach its stub.
4898 `--emit-stub-syms'
4900 that encodes the stub type and destination.
4913 `--stub-group-size'
4915 placed by `ld' in stub sections located between groups of input
4916 sections. `--stub-group-size' specifies the maximum size of a
4917 group of input sections handled by one stub section. Since branch
4918 offsets are signed, a stub section may serve two groups of input
4919 sections, one group before the stub section, and one group after
4921 it may be better (for branch prediction) that stub sections only
4927 behaviour regarding stub placement as other positive or negative
4930 Note that `--stub-group-size' does not split input sections. A
4934 stub.
4936 `--emit-stub-syms'
4938 that encodes the stub type and destination.
5003 stub.
5007 `--emit-stub-syms'
5009 that encodes the stub type and destination.
6457 * --emit-stub-syms <1>: SPU ELF. (line 15)
6458 * --emit-stub-syms <2>: PowerPC64 ELF64. (line 29)
6459 * --emit-stub-syms: PowerPC ELF32. (line 44)
6569 * --stub-group-size: PowerPC64 ELF64. (line 6)
6570 * --stub-group-size=N <1>: HPPA ELF32. (line 12)
6571 * --stub-group-size=N: ARM. (line 124)
6840 * HPPA stub grouping: HPPA ELF32. (line 12)
6980 * PowerPC stub symbols: PowerPC ELF32. (line 44)
6987 * PowerPC64 stub grouping: PowerPC64 ELF64. (line 6)
6988 * PowerPC64 stub symbols: PowerPC64 ELF64. (line 29)
7080 * SPU overlay stub symbols: SPU ELF. (line 15)