Home
last modified time | relevance | path

Searched refs:d_tag (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()
27 switch (dyn[i].d_tag) { in _relocate()
H A Dreloc_ia32_efi.c24 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
25 switch (dyn[i].d_tag) { 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()
27 switch (dyn[i].d_tag) { in _relocate()
H A Dreloc_aarch64_efi.c49 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
50 switch (dyn[i].d_tag) { in _relocate()
/rk3399_rockchip-uboot/include/
H A Delf.h477 Elf32_Sword d_tag; /* controls meaning of d_val */ member
487 Elf64_Sxword d_tag; /* entry tag value */ member