Home
last modified time | relevance | path

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

/linux-6.15/tools/include/uapi/linux/
H A Delf.h302 #define SHF_RELA_LIVEPATCH 0x00100000 macro
/linux-6.15/include/uapi/linux/
H A Delf.h309 #define SHF_RELA_LIVEPATCH 0x00100000 macro
/linux-6.15/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-6.15/kernel/livepatch/
H A Dcore.c833 if (!(sec->sh_flags & SHF_RELA_LIVEPATCH)) in klp_write_object_relocs()
/linux-6.15/kernel/module/
H A Dmain.c1512 if (info->sechdrs[i].sh_flags & SHF_RELA_LIVEPATCH) in apply_relocations()