summaryrefslogtreecommitdiff
path: root/tools/objtool/arch/x86/include/arch/elf.h
blob: ac14987cf687559a6cbcf523581f829786527397 (plain)
1
2
3
4
5
6
7
8
#ifndef _OBJTOOL_ARCH_ELF
#define _OBJTOOL_ARCH_ELF

#define R_NONE R_X86_64_NONE
#define R_ABS64 R_X86_64_64
#define R_ABS32 R_X86_64_32

#endif /* _OBJTOOL_ARCH_ELF */