Home
last modified time | relevance | path

Searched refs:SHF_RELA_LIVEPATCH (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Delf.h290 #define SHF_RELA_LIVEPATCH 0x00100000 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.h289 #define SHF_RELA_LIVEPATCH 0x00100000 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.h289 #define SHF_RELA_LIVEPATCH 0x00100000 macro
/OK3568_Linux_fs/kernel/Documentation/livepatch/
H A Dmodule-elf-format.rst116 Livepatch relocation sections must be marked with the SHF_RELA_LIVEPATCH
174 SHF_RELA_LIVEPATCH flag ("o" - for OS-specific).
/OK3568_Linux_fs/kernel/kernel/livepatch/
H A Dcore.c757 if (!(sec->sh_flags & SHF_RELA_LIVEPATCH)) in klp_apply_object_relocs()
/OK3568_Linux_fs/kernel/kernel/
H A Dmodule.c2450 if (info->sechdrs[i].sh_flags & SHF_RELA_LIVEPATCH) in apply_relocations()