image-vars.h (03ab8e6297acd1bc0eedaa050e2a1635c576fd11) image-vars.h (aacd149b62382c63911060b8f64c1e3d89bd405a)
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * Linker script variables to be set after section resolution, as
4 * ld.lld does not like variables assigned before SECTIONS is processed.
5 */
6#ifndef __ARM64_KERNEL_IMAGE_VARS_H
7#define __ARM64_KERNEL_IMAGE_VARS_H
8

--- 27 unchanged lines hidden (view full) ---

36__efistub_strncmp = __pi_strncmp;
37__efistub_strrchr = __pi_strrchr;
38__efistub_dcache_clean_poc = __pi_dcache_clean_poc;
39
40#if defined(CONFIG_KASAN_GENERIC) || defined(CONFIG_KASAN_SW_TAGS)
41__efistub___memcpy = __pi_memcpy;
42__efistub___memmove = __pi_memmove;
43__efistub___memset = __pi_memset;
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*
3 * Linker script variables to be set after section resolution, as
4 * ld.lld does not like variables assigned before SECTIONS is processed.
5 */
6#ifndef __ARM64_KERNEL_IMAGE_VARS_H
7#define __ARM64_KERNEL_IMAGE_VARS_H
8

--- 27 unchanged lines hidden (view full) ---

36__efistub_strncmp = __pi_strncmp;
37__efistub_strrchr = __pi_strrchr;
38__efistub_dcache_clean_poc = __pi_dcache_clean_poc;
39
40#if defined(CONFIG_KASAN_GENERIC) || defined(CONFIG_KASAN_SW_TAGS)
41__efistub___memcpy = __pi_memcpy;
42__efistub___memmove = __pi_memmove;
43__efistub___memset = __pi_memset;
44
45__pi___memcpy = __pi_memcpy;
46__pi___memmove = __pi_memmove;
47__pi___memset = __pi_memset;
44#endif
45
46__efistub__text = _text;
47__efistub__end = _end;
48__efistub__edata = _edata;
49__efistub_screen_info = screen_info;
50__efistub__ctype = _ctype;
51

--- 97 unchanged lines hidden ---
48#endif
49
50__efistub__text = _text;
51__efistub__end = _end;
52__efistub__edata = _edata;
53__efistub_screen_info = screen_info;
54__efistub__ctype = _ctype;
55

--- 97 unchanged lines hidden ---