Lines Matching full:provide
17 ${RELOCATING+ PROVIDE (_init_start = .);}
18 ${RELOCATING+ PROVIDE (_init = .);}
20 ${RELOCATING+ PROVIDE (_init_end = .);}
22 ${RELOCATING+ PROVIDE (_fini_start = .);}
23 ${RELOCATING+ PROVIDE (_fini = .);}
25 ${RELOCATING+ PROVIDE (_fini_end = .);}
28 ${RELOCATING+ PROVIDE (_ctors_start = .);}
29 ${RELOCATING+ PROVIDE (__ctors_start = .);}
30 ${RELOCATING+ PROVIDE (_ctors = .);}
31 ${RELOCATING+ PROVIDE (__ctors = .);}
36 ${RELOCATING+ PROVIDE (_ctors_end = .);}
37 ${RELOCATING+ PROVIDE (__ctors_end = .);}
39 ${RELOCATING+ PROVIDE (_dtors_start = .);}
40 ${RELOCATING+ PROVIDE (__dtors_start = .);}
41 ${RELOCATING+ PROVIDE (_dtors = .);}
42 ${RELOCATING+ PROVIDE (__dtors = .);}
47 ${RELOCATING+ PROVIDE (_dtors_end = .);}
48 ${RELOCATING+ PROVIDE (__dtors_end = .);}
54 ${RELOCATING+ PROVIDE(etext = .);}
55 ${RELOCATING+ PROVIDE(_etext = .);}
56 ${RELOCATING+ PROVIDE(__etext = .);}
79 ${RELOCATING+ PROVIDE(__Sdata = .);}
85 ${RELOCATING+ PROVIDE(__Edata = .);}
88 ${RELOCATING+ PROVIDE(edata = .);}
89 ${RELOCATING+ PROVIDE(_edata = .);}
90 ${RELOCATING+ PROVIDE(__edata = .);}
99 ${RELOCATING+ PROVIDE(__Sbss = .);}
100 ${RELOCATING+ PROVIDE(__bss_start = .);}
105 ${RELOCATING+ PROVIDE(__Ebss = .);}
109 ${RELOCATING+ PROVIDE(end = .);}
110 ${RELOCATING+ PROVIDE(_end = .);}
111 ${RELOCATING+ PROVIDE(__end = .);}
112 ${RELOCATING+ PROVIDE(__Eall = .);}
124 PROVIDE (__Stack_start = 0x6000000000000000);