Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/arch/x86/lib/
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()
/third_party/uboot/u-boot-2020.01/arch/arc/lib/
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()
/third_party/ntfs-3g/ntfsprogs/
Dmkntfs.c2435 char *re_start, *re_end; in upgrade_to_large_index() local
2468 re_end = (char*)r + le32_to_cpu(a->value_length); in upgrade_to_large_index()
2510 while ((char*)re < re_end && !(re->ie_flags & INDEX_ENTRY_END)) { in upgrade_to_large_index()