Lines Matching full:provide
6 PROVIDE (__stack = 0);
17 PROVIDE (begin = . - SIZEOF_HEADERS);
29 PROVIDE (etext = .);
63 PROVIDE (__build_id_start = .);
65 PROVIDE (__build_id_end = .);
99 PROVIDE (_GOT2_START_ = .);
101 PROVIDE (__CTOR_LIST__ = .);
103 PROVIDE (__CTOR_END__ = .);
104 PROVIDE (__DTOR_LIST__ = .);
106 PROVIDE (__DTOR_END__ = .);
107 PROVIDE (_FIXUP_START_ = .);
109 PROVIDE (_FIXUP_END_ = .);
110 PROVIDE (_GOT2_END_ = .);
116 PROVIDE (edata = .);
119 PROVIDE (__sbss_start = .);
123 PROVIDE (__sbss_end = .);
128 PROVIDE (__bss_start = .);
134 PROVIDE (end = .);