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 = .);
100 PROVIDE (_GOT2_START_ = .);
102 PROVIDE (__CTOR_LIST__ = .);
104 PROVIDE (__CTOR_END__ = .);
105 PROVIDE (__DTOR_LIST__ = .);
107 PROVIDE (__DTOR_END__ = .);
108 PROVIDE (_FIXUP_START_ = .);
110 PROVIDE (_FIXUP_END_ = .);
111 PROVIDE (_GOT2_END_ = .);
117 PROVIDE (edata = .);
120 PROVIDE (__sbss_start = .);
124 PROVIDE (__sbss_end = .);
129 PROVIDE (__bss_start = .);
135 PROVIDE (end = .);