Home
last modified time | relevance | path

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

/linux/Documentation/livepatch/
H A Dmodule-elf-format.rst120 .klp.rela.objname.section_name
126 The relocation section name is prefixed with the string ".klp.rela."
142 .klp.rela.ext4.text.ext4_attr_store
143 .klp.rela.vmlinux.text.cmdline_proc_show
153 …[29] .klp.rela.9p.text.caches.show RELA 0000000000000000 002d58 0000c0 18 AIo 6…
154 …[30] .klp.rela.btrfs.text.btrfs.feature.attr.show RELA 0000000000000000 002e18 000060 18 AIo 6…
156 …[34] .klp.rela.ext4.text.ext4.attr.store RELA 0000000000000000 002fd8 0000d8 18 AIo 6…
157 …[35] .klp.rela.ext4.text.ext4.attr.show RELA 0000000000000000 0030b0 000150 18 AIo 6…
158 …[36] .klp.rela.vmlinux.text.cmdline.proc.show RELA 0000000000000000 003200 000018 18 AIo 6…
159 …[37] .klp.rela.vmlinux.text.meminfo.proc.show RELA 0000000000000000 003218 0000f0 18 AIo 6…
[all …]
/linux/tools/objtool/
H A DBuild15 objtool-$(BUILD_KLP) += builtin-klp.o klp-diff.o klp-post-link.o
H A Dcheck.c640 if (!file->klp) in create_static_call_sections()
686 if (!opts.module || file->klp) { in create_static_call_sections()
909 if (!file->klp) in create_mcount_loc_sections()
2601 file->klp = is_livepatch_module(file); in decode_sections()
4387 if (file->klp) { in create_prefix_symbol()
/linux/tools/objtool/include/objtool/
H A Dobjtool.h31 bool ignore_unreachables, hints, rodata, klp; member
/linux/kernel/module/
H A Dinternal.h161 mod->klp = true; in set_livepatch_module()