Searched refs:R_X86_64_PC32 (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/tools/objtool/arch/x86/ |
D | special.c | 111 if (text_reloc->type == R_X86_64_PC32) in arch_find_switch_table() 141 if (text_reloc->type == R_X86_64_PC32) in arch_find_switch_table()
|
/Linux-v6.1/Documentation/livepatch/ |
D | module-elf-format.rst | 176 …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-v6.1/arch/x86/um/asm/ |
D | elf.h | 104 #define R_X86_64_PC32 2 /* PC relative 32 bit signed */ macro
|
/Linux-v6.1/tools/objtool/ |
D | orc_gen.c | 104 if (elf_add_reloc_to_insn(elf, ip_sec, idx * sizeof(int), R_X86_64_PC32, in write_orc_entry()
|
D | check.c | 658 R_X86_64_PC32, in create_static_call_sections() 699 R_X86_64_PC32, key_sym, in create_static_call_sections() 743 R_X86_64_PC32, in create_retpoline_sites_sections() 789 R_X86_64_PC32, in create_return_sites_sections() 841 R_X86_64_PC32, in create_ibt_endbr_seal_sections() 4026 if (reloc->type == R_X86_64_PC32 || reloc->type == R_X86_64_PLT32) in validate_ibt_insn()
|
/Linux-v6.1/arch/x86/include/asm/ |
D | elf.h | 49 #define R_X86_64_PC32 2 /* PC relative 32 bit signed */ macro
|
/Linux-v6.1/arch/x86/kernel/ |
D | module.c | 184 case R_X86_64_PC32: in __apply_relocate_add()
|
D | machine_kexec_64.c | 496 case R_X86_64_PC32: in arch_kexec_apply_relocations_add()
|
/Linux-v6.1/arch/x86/tools/ |
D | relocs.c | 213 REL_TYPE(R_X86_64_PC32), in rel_type() 849 case R_X86_64_PC32: in do_reloc64()
|