Home
last modified time | relevance | path

Searched refs:R_X86_64_RELATIVE (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/arch/x86/lib/
H A Dreloc_x86_64_efi.c51 case R_X86_64_RELATIVE: in _relocate()
H A Drelocate.c58 if (type != R_X86_64_RELATIVE) { in do_elf_reloc_fixups64()
/openbmc/linux/arch/x86/um/asm/
H A Delf.h110 #define R_X86_64_RELATIVE 8 /* Adjust by program base */ macro
/openbmc/linux/arch/x86/include/asm/
H A Delf.h55 #define R_X86_64_RELATIVE 8 /* Adjust by program base */ macro
/openbmc/u-boot/include/
H A Delf.h576 #define R_X86_64_RELATIVE 8 /* Adjust by program base */ macro
/openbmc/u-boot/lib/efi_loader/
H A Defi_runtime.c48 #define R_RELATIVE R_X86_64_RELATIVE
/openbmc/qemu/include/
H A Delf.h1093 #define R_X86_64_RELATIVE 8 /* Adjust by program base */ macro
/openbmc/linux/arch/x86/tools/
H A Drelocs.c219 REL_TYPE(R_X86_64_RELATIVE), in rel_type()