Lines Matching full:provide
13 PROVIDE(__efistub_primary_entry = primary_entry);
18 * accessed by the stub, so provide some aliases to make them accessible.
24 PROVIDE(__efistub_caches_clean_inval_pou = __pi_caches_clean_inval_pou);
26 PROVIDE(__efistub__text = _text);
27 PROVIDE(__efistub__end = _end);
28 PROVIDE(__efistub___inittext_end = __inittext_end);
29 PROVIDE(__efistub__edata = _edata);
30 PROVIDE(__efistub_screen_info = screen_info);
31 PROVIDE(__efistub__ctype = _ctype);
33 PROVIDE(__pi___memcpy = __pi_memcpy);
34 PROVIDE(__pi___memmove = __pi_memmove);
35 PROVIDE(__pi___memset = __pi_memset);
42 * accessed by it, therefore provide aliases to make them linkable.