Home
last modified time | relevance | path

Searched refs:re_end (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Drelocate.c52 Elf64_Rela *re_src, Elf64_Rela *re_end) in do_elf_reloc_fixups64() argument
87 } while (++re_src < re_end); in do_elf_reloc_fixups64()
91 Elf32_Rel *re_src, Elf32_Rel *re_end) in do_elf_reloc_fixups32() argument
125 } while (++re_src < re_end); in do_elf_reloc_fixups32()
137 void *re_end = (void *)(&__rel_dyn_end); in do_elf_reloc_fixups() local
145 if (re_src == re_end) in do_elf_reloc_fixups()
154 do_elf_reloc_fixups64(text_base, size, re_src, re_end); in do_elf_reloc_fixups()
156 do_elf_reloc_fixups32(text_base, size, re_src, re_end); in do_elf_reloc_fixups()
/OK3568_Linux_fs/u-boot/arch/arc/lib/
H A Drelocate.c41 Elf32_Rela *re_end = (Elf32_Rela *)(&__rel_dyn_end); in do_elf_reloc_fixups() local
44 (unsigned int)re_src, (unsigned int)re_end); in do_elf_reloc_fixups()
95 } while (++re_src < re_end); in do_elf_reloc_fixups()