Home
last modified time | relevance | path

Searched refs:R_386_JMP_SLOT (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/um/asm/
Delf.h20 #define R_386_JMP_SLOT 7 macro
/kernel/linux/linux-5.10/arch/x86/include/asm/
Delf.h31 #define R_386_JMP_SLOT 7 macro
/kernel/linux/linux-5.10/arch/x86/entry/vdso/
DMakefile9 ARCH_REL_TYPE_ABS += R_386_GLOB_DAT|R_386_JMP_SLOT|R_386_RELATIVE
/kernel/linux/linux-5.10/arch/x86/tools/
Drelocs.c224 REL_TYPE(R_386_JMP_SLOT), in rel_type()