Home
last modified time | relevance | path

Searched refs:text_base (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/x86/lib/
H A Drelocate.c69 if (offset_ptr_rom >= (Elf64_Addr *)(uintptr_t)text_base && in do_elf_reloc_fixups64()
76 if (*offset_ptr_ram >= text_base && in do_elf_reloc_fixups64()
77 *offset_ptr_ram <= text_base + size) { in do_elf_reloc_fixups64()
84 (ulong)*offset_ptr_ram, text_base + size); in do_elf_reloc_fixups64()
124 if (*offset_ptr_ram >= text_base && in do_elf_reloc_fixups32()
125 *offset_ptr_ram <= text_base + size) { in do_elf_reloc_fixups32()
130 *offset_ptr_ram, text_base + size); in do_elf_reloc_fixups32()
151 uint text_base; in do_elf_reloc_fixups() local
162 text_base = CONFIG_SYS_TEXT_BASE; in do_elf_reloc_fixups()
167 do_elf_reloc_fixups64(text_base, size, re_src, re_end); in do_elf_reloc_fixups()
[all …]
/openbmc/u-boot/tools/
H A Drelocate-rela.c66 uint64_t rela_start, rela_end, text_base; in main() local
83 if (!read_num(argv[2], &text_base) || in main()
90 if (rela_start > rela_end || rela_start < text_base || in main()
96 rela_start -= text_base; in main()
97 rela_end -= text_base; in main()
129 if (swrela.r_offset < text_base) { in main()
135 addr = swrela.r_offset - text_base; in main()
H A Dmips-relocs.c101 uint64_t text_base; variable
155 off -= text_base; in parse_mips32_rel()
169 off -= text_base; in parse_mips64_rela()
300 text_base = shdr_field(i, sh_addr); in main()
309 if (!text_base) { in main()
/openbmc/u-boot/common/
H A Dboard_f.c130 ulong bss_start, bss_end, text_base; in display_text_info() local
136 text_base = CONFIG_SYS_TEXT_BASE; in display_text_info()
138 text_base = CONFIG_SYS_MONITOR_BASE; in display_text_info()
142 text_base, bss_start, bss_end); in display_text_info()