Home
last modified time | relevance | path

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

/DragonStub/gnuefi/
H A Dreloc_ia64.S78 #define d_tag r16 macro
127 ld8 d_tag = [dyn],8
130 cmp.eq Pnull,p0 = DT_NULL,d_tag
132 cmp.eq Prela,p0 = DT_RELA,d_tag
133 cmp.eq Prelasz,p0 = DT_RELASZ,d_tag
134 cmp.eq Psymtab,p0 = DT_SYMTAB,d_tag
135 cmp.eq Psyment,p0 = DT_SYMENT,d_tag
136 cmp.eq Prelaent,p0 = DT_RELAENT,d_tag
H A Dreloc_arm.c51 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
52 switch (dyn[i].d_tag) { in _relocate()
H A Dreloc_x86_64.c52 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
53 switch (dyn[i].d_tag) { in _relocate()
H A Dreloc_ia32.c50 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
51 switch (dyn[i].d_tag) { in _relocate()
H A Dreloc_riscv64.c54 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
55 switch (dyn[i].d_tag) { in _relocate()
H A Dreloc_aarch64.c51 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
52 switch (dyn[i].d_tag) { in _relocate()
H A Dreloc_loongarch64.c52 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
53 switch (dyn[i].d_tag) { in _relocate()
H A Dreloc_mips64el.c53 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
54 switch (dyn[i].d_tag) { in _relocate()
/DragonStub/inc/
H A Delf.h835 Elf32_Sword d_tag; /* Dynamic entry type */ member
845 Elf64_Sxword d_tag; /* Dynamic entry type */ member