Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Delf.h289 #define SHF_RELA_LIVEPATCH 0x00100000 macro
/Linux-v5.4/Documentation/livepatch/
Dmodule-elf-format.rst117 Livepatch relocation sections must be marked with the SHF_RELA_LIVEPATCH
175 SHF_RELA_LIVEPATCH flag ("o" - for OS-specific).
/Linux-v5.4/kernel/livepatch/
Dcore.c265 if (!(sec->sh_flags & SHF_RELA_LIVEPATCH)) in klp_write_object_relocations()
/Linux-v5.4/kernel/
Dmodule.c2374 if (info->sechdrs[i].sh_flags & SHF_RELA_LIVEPATCH) in apply_relocations()