Home
last modified time | relevance | path

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

/linux/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/tools/objtool/arch/x86/
H A Dspecial.c128 if (reloc_type(text_reloc) == R_X86_64_PC32) in arch_find_switch_table()
158 if (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()
/linux/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/arch/x86/um/asm/
H A Delf.h104 #define R_X86_64_PC32 2 /* PC relative 32 bit signed */ macro
/linux/arch/x86/include/asm/
H A Delf.h50 #define R_X86_64_PC32 2 /* PC relative 32 bit signed */ macro
/linux/arch/x86/kernel/
H A Dmodule.c133 case R_X86_64_PC32: in __write_relocate_add()
H A Dmachine_kexec_64.c516 case R_X86_64_PC32: in arch_kexec_apply_relocations_add()
/linux/arch/x86/tools/
H A Drelocs.c216 REL_TYPE(R_X86_64_PC32), in rel_type()
862 case R_X86_64_PC32: in do_reloc64()
/linux/tools/objtool/
H A Dcheck.c4434 if (reloc_type(reloc) == R_X86_64_PC32 || in validate_ibt_insn()