Searched refs:text_base (Results 1 – 6 of 6) sorted by relevance
| /u-boot/arch/x86/lib/ |
| A D | relocate.c | 71 if (offset_ptr_rom >= (Elf64_Addr *)(uintptr_t)text_base && in do_elf_reloc_fixups64() 78 if (*offset_ptr_ram >= text_base && in do_elf_reloc_fixups64() 79 *offset_ptr_ram <= text_base + size) { in do_elf_reloc_fixups64() 86 (ulong)*offset_ptr_ram, text_base + size); in do_elf_reloc_fixups64() 126 if (*offset_ptr_ram >= text_base && in do_elf_reloc_fixups32() 127 *offset_ptr_ram <= text_base + size) { in do_elf_reloc_fixups32() 132 *offset_ptr_ram, text_base + size); in do_elf_reloc_fixups32() 153 uint text_base; in do_elf_reloc_fixups() local 164 text_base = CONFIG_SYS_TEXT_BASE; in do_elf_reloc_fixups() 169 do_elf_reloc_fixups64(text_base, size, re_src, re_end); in do_elf_reloc_fixups() [all …]
|
| /u-boot/tools/ |
| A D | relocate-rela.c | 66 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()
|
| A D | mips-relocs.c | 101 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()
|
| /u-boot/arch/sandbox/include/asm/ |
| A D | global_data.h | 15 void *text_base; /* pointer to base of text region */ member
|
| /u-boot/common/ |
| A D | board_f.c | 141 ulong bss_start, bss_end, text_base; in display_text_info() local 147 text_base = CONFIG_SYS_TEXT_BASE; in display_text_info() 149 text_base = CONFIG_SYS_MONITOR_BASE; in display_text_info() 153 text_base, bss_start, bss_end); in display_text_info()
|
| /u-boot/arch/sandbox/cpu/ |
| A D | start.c | 452 gd->arch.text_base = os_find_text_base(); in main() 489 gd->reloc_off = (ulong)gd->arch.text_base; in main()
|
Completed in 14 milliseconds