Home
last modified time | relevance | path

Searched refs:ELF64_R_TYPE (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/arch/x86/lib/
H A Dreloc_x86_64_efi.c48 switch (ELF64_R_TYPE(rel->r_info)) { in _relocate()
H A Drelocate.c56 unsigned long long type = ELF64_R_TYPE(re_src->r_info); in do_elf_reloc_fixups64()
/openbmc/u-boot/arch/arm/lib/
H A Dreloc_aarch64_efi.c72 switch (ELF64_R_TYPE(rel->r_info)) { in _relocate()
/openbmc/u-boot/arch/riscv/lib/
H A Dreloc_riscv_efi.c46 #define ELF_R_TYPE ELF64_R_TYPE
/openbmc/u-boot/include/
H A Delf.h495 #define ELF64_R_TYPE(i) ((i) & 0xffffffff) macro
/openbmc/qemu/include/
H A Delf.h373 #define ELF64_R_TYPE(i) ((i) & 0xffffffff) macro
374 #define ELF64_R_TYPE_DATA(i) (((ELF64_R_TYPE(i) >> 8) ^ 0x00800000) - 0x00800000)