Searched refs:ldbase (Results 1 – 6 of 6) sorted by relevance
14 efi_status_t EFIAPI _relocate(long ldbase, Elf32_Dyn *dyn) in _relocate() argument25 ldbase); in _relocate()57 addr = (unsigned long *)(ldbase + rel->r_offset); in _relocate()58 *addr += ldbase; in _relocate()
16 efi_status_t EFIAPI _relocate(long ldbase, Elf64_Dyn *dyn) in _relocate() argument27 ((unsigned long)dyn[i].d_un.d_ptr + ldbase); in _relocate()52 addr = (unsigned long *)(ldbase + rel->r_offset); in _relocate()53 *addr += ldbase; in _relocate()
25 addl $image_base-0b,%eax # %eax = ldbase29 pushl %eax # pass ldbase as first argument
41 efi_status_t EFIAPI _relocate(long ldbase, Elf64_Dyn *dyn) in _relocate() argument51 rel = (Elf64_Rela *)((ulong)dyn[i].d_un.d_ptr + ldbase); in _relocate()76 addr = (ulong *)(ldbase + rel->r_offset); in _relocate()77 *addr = ldbase + rel->r_addend; in _relocate()
17 efi_status_t EFIAPI _relocate(long ldbase, Elf32_Dyn *dyn) in _relocate() argument28 + ldbase); in _relocate()53 addr = (ulong *)(ldbase + rel->r_offset); in _relocate()54 *addr += ldbase; in _relocate()
53 efi_status_t EFIAPI _relocate(long ldbase, Elf_Dyn *dyn) in _relocate() argument63 rel = (Elf_Rela *)((ulong)dyn[i].d_un.d_ptr + ldbase); in _relocate()86 addr = (ulong *)(ldbase + rel->r_offset); in _relocate()87 *addr = ldbase + rel->r_addend; in _relocate()
Completed in 4 milliseconds