Home
last modified time | relevance | path

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

/DragonStub/gnuefi/
H A Dreloc_arm.c51 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
H A Dreloc_x86_64.c52 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
H A Dreloc_ia32.c50 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
H A Dreloc_riscv64.c54 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
H A Dreloc_aarch64.c51 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
H A Dreloc_loongarch64.c52 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
H A Dreloc_mips64el.c53 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
H A Dreloc_ia64.S60 #define DT_NULL 0 /* Marks end of dynamic section */ macro
130 cmp.eq Pnull,p0 = DT_NULL,d_tag
/DragonStub/inc/
H A Delf.h855 #define DT_NULL 0 /* Marks end of dynamic section */ macro