Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/linux/
Delf.h294 #define SHF_RELA_LIVEPATCH 0x00100000 macro
/Linux-v6.1/Documentation/livepatch/
Dmodule-elf-format.rst110 Livepatch relocation sections must be marked with the SHF_RELA_LIVEPATCH
168 SHF_RELA_LIVEPATCH flag ("o" - for OS-specific).
/Linux-v6.1/kernel/livepatch/
Dcore.c774 if (!(sec->sh_flags & SHF_RELA_LIVEPATCH)) in klp_apply_object_relocs()
/Linux-v6.1/kernel/module/
Dmain.c1366 if (info->sechdrs[i].sh_flags & SHF_RELA_LIVEPATCH) in apply_relocations()