Home
last modified time | relevance | path

Searched refs:DT_NULL (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/lib/
H A Dreloc_x86_64_efi.c26 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
H A Dreloc_ia32_efi.c24 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dreloc_arm_efi.c26 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
H A Dreloc_aarch64_efi.c49 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
/rk3399_rockchip-uboot/include/
H A Delf.h498 #define DT_NULL 0 /* marks end of _DYNAMIC array */ macro