Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/
H A Drelocate-rela.c20 #ifndef R_AARCH64_RELATIVE
21 #define R_AARCH64_RELATIVE 1027 macro
43 #ifdef R_AARCH64_RELATIVE in supported_rela()
44 case R_AARCH64_RELATIVE: in supported_rela()
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dreloc_aarch64_efi.c76 case R_AARCH64_RELATIVE: in _relocate()
H A Drelocate_64.S69 cmp x1, #R_AARCH64_RELATIVE
/rk3399_rockchip-uboot/include/
H A Delf.h686 #define R_AARCH64_RELATIVE 1027 /* Adjust by program base */ macro