Home
last modified time | relevance | path

Searched refs:R_X86_64_PC32 (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/tools/objtool/arch/x86/include/arch/
H A Delf.h8 #define R_DATA32 R_X86_64_PC32
9 #define R_DATA64 R_X86_64_PC32
10 #define R_TEXT32 R_X86_64_PC32
11 #define R_TEXT64 R_X86_64_PC32
/linux-6.15/tools/objtool/arch/x86/
H A Dspecial.c99 if (reloc_type(text_reloc) == R_X86_64_PC32) in arch_find_switch_table()
129 if (!file->ignore_unreachables && reloc_type(text_reloc) == R_X86_64_PC32) { in arch_find_switch_table()
H A Ddecode.c90 case R_X86_64_PC32: in arch_pc_relative_reloc()
874 case R_X86_64_PC32: in arch_reloc_size()
/linux-6.15/Documentation/livepatch/
H A Dmodule-elf-format.rst176 …000000000000001f 0000005e00000002 R_X86_64_PC32 0000000000000000 .klp.sym.vmlinux.printk…
178 …0000000000000036 0000003b00000002 R_X86_64_PC32 0000000000000000 .klp.sym.btrfs.can_modi…
179 …000000000000004c 0000004900000002 R_X86_64_PC32 0000000000000000 .klp.sym.vmlinux.snprin…
224 …000000000000001f 0000005e00000002 R_X86_64_PC32 0000000000000000 .klp.sym.vmlinux.printk…
/linux-6.15/arch/x86/um/asm/
H A Delf.h106 #define R_X86_64_PC32 2 /* PC relative 32 bit signed */ macro
/linux-6.15/arch/x86/include/asm/
H A Delf.h50 #define R_X86_64_PC32 2 /* PC relative 32 bit signed */ macro
/linux-6.15/arch/x86/kernel/
H A Dmodule.c148 case R_X86_64_PC32: in __write_relocate_add()
H A Dmachine_kexec_64.c536 case R_X86_64_PC32: in arch_kexec_apply_relocations_add()
/linux-6.15/arch/x86/tools/
H A Drelocs.c218 REL_TYPE(R_X86_64_PC32), in rel_type()
755 case R_X86_64_PC32: in do_reloc64()
/linux-6.15/tools/objtool/
H A Dcheck.c4401 if (reloc_type(reloc) == R_X86_64_PC32 || in validate_ibt_insn()