Home
last modified time | relevance | path

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

/u-boot/arch/x86/lib/
A Drelocate.c54 Elf64_Rela *re_src, Elf64_Rela *re_end) in do_elf_reloc_fixups64() argument
97 } while (++re_src < re_end); in do_elf_reloc_fixups64()
101 Elf32_Rel *re_src, Elf32_Rel *re_end) in do_elf_reloc_fixups32() argument
142 } while (++re_src < re_end); in do_elf_reloc_fixups32()
154 void *re_end = (void *)(&__rel_dyn_end); in do_elf_reloc_fixups() local
162 if (re_src == re_end) in do_elf_reloc_fixups()
171 do_elf_reloc_fixups64(text_base, size, re_src, re_end); in do_elf_reloc_fixups()
173 do_elf_reloc_fixups32(text_base, size, re_src, re_end); in do_elf_reloc_fixups()
/u-boot/arch/arc/lib/
A Drelocate.c47 Elf32_Rela *re_end = (Elf32_Rela *)(&__rel_dyn_end); in do_elf_reloc_fixups() local
53 (unsigned int)re_src, (unsigned int)re_end); in do_elf_reloc_fixups()
134 } while (++re_src < re_end); in do_elf_reloc_fixups()

Completed in 6 milliseconds