Searched hist:"55 dc65b46023540d5136dcd1f3076661f850dd99" (Results 1 – 3 of 3) sorted by relevance
/linux/arch/s390/tools/ |
H A D | relocs.c | 55dc65b46023540d5136dcd1f3076661f850dd99 Mon Feb 19 14:27:32 CET 2024 Josh Poimboeuf <jpoimboe@kernel.org> s390: add relocs tool
This 'relocs' tool is copied from the x86 version, ported for s390, and greatly simplified to remove unnecessary features.
It reads vmlinux and outputs assembly to create a .vmlinux.relocs_64 section which contains the offsets of all R_390_64 relocations which apply to allocatable sections.
Acked-by: Vasily Gorbik <gor@linux.ibm.com> Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org> Signed-off-by: Sumanth Korikkar <sumanthk@linux.ibm.com> Link: https://lore.kernel.org/r/20240219132734.22881-3-sumanthk@linux.ibm.com Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
|
H A D | .gitignore | diff 55dc65b46023540d5136dcd1f3076661f850dd99 Mon Feb 19 14:27:32 CET 2024 Josh Poimboeuf <jpoimboe@kernel.org> s390: add relocs tool
This 'relocs' tool is copied from the x86 version, ported for s390, and greatly simplified to remove unnecessary features.
It reads vmlinux and outputs assembly to create a .vmlinux.relocs_64 section which contains the offsets of all R_390_64 relocations which apply to allocatable sections.
Acked-by: Vasily Gorbik <gor@linux.ibm.com> Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org> Signed-off-by: Sumanth Korikkar <sumanthk@linux.ibm.com> Link: https://lore.kernel.org/r/20240219132734.22881-3-sumanthk@linux.ibm.com Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
|
H A D | Makefile | diff 55dc65b46023540d5136dcd1f3076661f850dd99 Mon Feb 19 14:27:32 CET 2024 Josh Poimboeuf <jpoimboe@kernel.org> s390: add relocs tool
This 'relocs' tool is copied from the x86 version, ported for s390, and greatly simplified to remove unnecessary features.
It reads vmlinux and outputs assembly to create a .vmlinux.relocs_64 section which contains the offsets of all R_390_64 relocations which apply to allocatable sections.
Acked-by: Vasily Gorbik <gor@linux.ibm.com> Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org> Signed-off-by: Sumanth Korikkar <sumanthk@linux.ibm.com> Link: https://lore.kernel.org/r/20240219132734.22881-3-sumanthk@linux.ibm.com Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
|