Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Delf.h294 #define SHF_RELA_LIVEPATCH 0x00100000 macro
/linux/Documentation/livepatch/
H A 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/kernel/livepatch/
H A Dcore.c832 if (!(sec->sh_flags & SHF_RELA_LIVEPATCH)) in klp_clear_object_relocs()