Home
last modified time | relevance | path

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

/linux/tools/objtool/include/objtool/
H A Dklp.h6 #define SHN_LIVEPATCH 0xff20 macro
/linux/Documentation/livepatch/
H A Dmodule-elf-format.rst204 Livepatch symbols must be marked with SHN_LIVEPATCH so that the module
240 Livepatch symbols must have their section index marked as SHN_LIVEPATCH, so
294 Note that the 'Ndx' (Section index) for these symbols is SHN_LIVEPATCH (0xff20).
/linux/arch/powerpc/kernel/
H A Dmodule_64.c915 sym->st_shndx == SHN_LIVEPATCH) { in apply_relocate_add()
/linux/kernel/livepatch/
H A Dcore.c225 if (sym->st_shndx != SHN_LIVEPATCH) { in klp_resolve_symbols()
/linux/kernel/module/
H A Dmain.c1547 case SHN_LIVEPATCH: in simplify_symbols()