Home
last modified time | relevance | path

Searched refs:R_X86_64_PC32 (Results 1 – 8 of 8) 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.c103 if (reloc_type(text_reloc) == R_X86_64_PC32) in arch_find_switch_table()
133 if (!file->ignore_unreachables && reloc_type(text_reloc) == R_X86_64_PC32) { in arch_find_switch_table()
H A Ddecode.c131 if (type != R_X86_64_PC32 || !is_text_sec(reloc->sec->base))
154 case R_X86_64_PC32: in arch_decode_instruction()
942 case R_X86_64_PC32:
/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.h78 #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/tools/
H A Drelocs.c218 REL_TYPE(R_X86_64_PC32), in rel_type()
755 case R_X86_64_PC32: in do_reloc64()
/linux/arch/x86/kernel/
H A Dmachine_kexec_64.c598 case R_X86_64_PC32: in arch_kexec_apply_relocations_add()