Home
last modified time | relevance | path

Searched refs:SHN_LIVEPATCH (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/livepatch/
H A Dmodule-elf-format.rst210 Livepatch symbols must be marked with SHN_LIVEPATCH so that the module
243 Livepatch symbols must have their section index marked as SHN_LIVEPATCH, so
297 Note that the 'Ndx' (Section index) for these symbols is SHN_LIVEPATCH (0xff20).
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h299 #define SHN_LIVEPATCH 0xff20 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Delf.h298 #define SHN_LIVEPATCH 0xff20 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Delf.h298 #define SHN_LIVEPATCH 0xff20 macro
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dmodule_64.c635 sym->st_shndx == SHN_LIVEPATCH) { in apply_relocate_add()
/OK3568_Linux_fs/kernel/kernel/livepatch/
H A Dcore.c223 if (sym->st_shndx != SHN_LIVEPATCH) { in klp_resolve_symbols()
/OK3568_Linux_fs/kernel/kernel/
H A Dmodule.c2396 case SHN_LIVEPATCH: in simplify_symbols()