Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/livepatch/
Dmodule-elf-format.txt217 Livepatch symbols must be marked with SHN_LIVEPATCH so that the module
253 Livepatch symbols must have their section index marked as SHN_LIVEPATCH, so
293 [*] Note that the 'Ndx' (Section index) for these symbols is SHN_LIVEPATCH (0xff20).
/Linux-v4.19/include/uapi/linux/
Delf.h298 #define SHN_LIVEPATCH 0xff20 macro
/Linux-v4.19/arch/powerpc/kernel/
Dmodule_64.c654 sym->st_shndx == SHN_LIVEPATCH) { in apply_relocate_add()
/Linux-v4.19/kernel/livepatch/
Dcore.c202 if (sym->st_shndx != SHN_LIVEPATCH) { in klp_resolve_symbols()
/Linux-v4.19/kernel/
Dmodule.c2267 case SHN_LIVEPATCH: in simplify_symbols()