Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/lib/
H A Drelocate.c50 Elf64_Rela *re_src, Elf64_Rela *re_end) in do_elf_reloc_fixups64() argument
93 } while (++re_src < re_end); in do_elf_reloc_fixups64()
97 Elf32_Rel *re_src, Elf32_Rel *re_end) in do_elf_reloc_fixups32() argument
138 } while (++re_src < re_end); in do_elf_reloc_fixups32()
150 void *re_end = (void *)(&__rel_dyn_end); in do_elf_reloc_fixups() local
158 if (re_src == re_end) in do_elf_reloc_fixups()
167 do_elf_reloc_fixups64(text_base, size, re_src, re_end); in do_elf_reloc_fixups()
169 do_elf_reloc_fixups32(text_base, size, re_src, re_end); in do_elf_reloc_fixups()
/openbmc/u-boot/arch/arc/lib/
H A Drelocate.c45 Elf32_Rela *re_end = (Elf32_Rela *)(&__rel_dyn_end); in do_elf_reloc_fixups() local
51 (unsigned int)re_src, (unsigned int)re_end); in do_elf_reloc_fixups()
132 } while (++re_src < re_end); in do_elf_reloc_fixups()