Home
last modified time | relevance | path

Searched refs:dyn (Results 1 – 16 of 16) sorted by relevance

/DragonStub/gnuefi/
H A Dreloc_mips64el.c44 EFI_STATUS _relocate (long ldbase, Elf64_Dyn *dyn, in _relocate() argument
53 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
54 switch (dyn[i].d_tag) { in _relocate()
57 ((unsigned long)dyn[i].d_un.d_ptr in _relocate()
62 relsz = dyn[i].d_un.d_val; in _relocate()
66 relent = dyn[i].d_un.d_val; in _relocate()
71 ((unsigned long)dyn[i].d_un.d_ptr in _relocate()
76 gotsz = dyn[i].d_un.d_val; in _relocate()
H A Dreloc_loongarch64.c43 EFI_STATUS _relocate (long ldbase, Elf64_Dyn *dyn, in _relocate() argument
52 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
53 switch (dyn[i].d_tag) { in _relocate()
56 ((unsigned long)dyn[i].d_un.d_ptr in _relocate()
61 relsz = dyn[i].d_un.d_val; in _relocate()
65 relent = dyn[i].d_un.d_val; in _relocate()
70 ((unsigned long)dyn[i].d_un.d_ptr in _relocate()
H A Dreloc_arm.c42 EFI_STATUS _relocate (long ldbase, Elf32_Dyn *dyn, in _relocate() argument
51 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
52 switch (dyn[i].d_tag) { in _relocate()
55 ((unsigned long)dyn[i].d_un.d_ptr in _relocate()
60 relsz = dyn[i].d_un.d_val; in _relocate()
64 relent = dyn[i].d_un.d_val; in _relocate()
H A Dreloc_x86_64.c43 EFI_STATUS _relocate (long ldbase, Elf64_Dyn *dyn, in _relocate() argument
52 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
53 switch (dyn[i].d_tag) { in _relocate()
56 ((unsigned long)dyn[i].d_un.d_ptr in _relocate()
61 relsz = dyn[i].d_un.d_val; in _relocate()
65 relent = dyn[i].d_un.d_val; in _relocate()
H A Dreloc_ia32.c41 EFI_STATUS _relocate (long ldbase, Elf32_Dyn *dyn, in _relocate() argument
50 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
51 switch (dyn[i].d_tag) { in _relocate()
54 ((unsigned long)dyn[i].d_un.d_ptr in _relocate()
59 relsz = dyn[i].d_un.d_val; in _relocate()
63 relent = dyn[i].d_un.d_val; in _relocate()
H A Dreloc_riscv64.c47 EFI_STATUS EFIAPI _relocate(long ldbase, Elf_Dyn *dyn) in _relocate() argument
54 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
55 switch (dyn[i].d_tag) { in _relocate()
57 rel = (Elf_Rela *)((unsigned long)dyn[i].d_un.d_ptr + ldbase); in _relocate()
60 relsz = dyn[i].d_un.d_val; in _relocate()
63 relent = dyn[i].d_un.d_val; in _relocate()
H A Dreloc_aarch64.c42 EFI_STATUS _relocate (long ldbase, Elf64_Dyn *dyn, in _relocate() argument
51 for (i = 0; dyn[i].d_tag != DT_NULL; ++i) { in _relocate()
52 switch (dyn[i].d_tag) { in _relocate()
55 ((unsigned long)dyn[i].d_un.d_ptr in _relocate()
60 relsz = dyn[i].d_un.d_val; in _relocate()
64 relent = dyn[i].d_un.d_val; in _relocate()
H A Delf_loongarch64_efi.lds41 .rela.dyn : { *(.rela.dyn) }
H A Dreloc_ia64.S76 #define dyn in1 /* address of _DYNAMIC */ macro
127 ld8 d_tag = [dyn],8
129 ld8 d_val = [dyn],8
H A Delf_mips64el_efi.lds77 *(.rel.dyn)
H A Delf_aarch64_efi.lds91 *(.rela.dyn)
H A Delf_x86_64_efi.lds90 *(.rela.dyn)
H A Delf_ia32_efi.lds78 *(.rel.dyn)
H A Delf_ia64_efi.lds90 *(.rela.dyn)
H A Delf_arm_efi.lds96 *(.rel.dyn)
H A Delf_riscv64_efi.lds99 *(.rela.dyn)