Searched refs:R_X86_64_PC32 (Results 1 - 9 of 9) sorted by relevance

/linux-master/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-master/tools/objtool/arch/x86/
H A Dspecial.c105 if (reloc_type(text_reloc) == R_X86_64_PC32)
135 if (reloc_type(text_reloc) == R_X86_64_PC32)
H A Ddecode.c90 case R_X86_64_PC32:
/linux-master/arch/x86/um/asm/
H A Delf.h104 #define R_X86_64_PC32 2 /* PC relative 32 bit signed */ macro
/linux-master/arch/x86/include/asm/
H A Delf.h50 #define R_X86_64_PC32 2 /* PC relative 32 bit signed */ macro
/linux-master/arch/x86/kernel/
H A Dmodule.c184 case R_X86_64_PC32:
H A Dmachine_kexec_64.c482 case R_X86_64_PC32:
/linux-master/arch/x86/tools/
H A Drelocs.c213 REL_TYPE(R_X86_64_PC32),
857 case R_X86_64_PC32:
863 * NB: R_X86_64_PLT32 can be treated as R_X86_64_PC32.
/linux-master/tools/objtool/
H A Dcheck.c4365 if (reloc_type(reloc) == R_X86_64_PC32 ||

Completed in 298 milliseconds