Searched refs:text_base (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/x86/lib/ |
| H A D | relocate.c | 51 static void do_elf_reloc_fixups64(unsigned int text_base, uintptr_t size, in do_elf_reloc_fixups64() argument 62 if (offset_ptr_rom >= (Elf64_Addr *)(uintptr_t)text_base && in do_elf_reloc_fixups64() 69 if (*offset_ptr_ram >= text_base && in do_elf_reloc_fixups64() 70 *offset_ptr_ram <= text_base + size) { in do_elf_reloc_fixups64() 78 (ulong)*offset_ptr_ram, text_base + size); in do_elf_reloc_fixups64() 90 static void do_elf_reloc_fixups32(unsigned int text_base, uintptr_t size, in do_elf_reloc_fixups32() argument 101 if (offset_ptr_rom >= (Elf32_Addr *)(uintptr_t)text_base && in do_elf_reloc_fixups32() 109 if (*offset_ptr_ram >= text_base && in do_elf_reloc_fixups32() 110 *offset_ptr_ram <= text_base + size) { in do_elf_reloc_fixups32() 117 text_base + size); in do_elf_reloc_fixups32() [all …]
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | relocate-rela.c | 67 uint64_t rela_start, rela_end, text_base; in main() local 84 if (!read_num(argv[2], &text_base) || in main() 91 if (rela_start > rela_end || rela_start < text_base || in main() 97 rela_start -= text_base; in main() 98 rela_end -= text_base; in main() 130 if (swrela.r_offset < text_base) { in main() 136 addr = swrela.r_offset - text_base; in main()
|
| H A D | mips-relocs.c | 102 uint64_t text_base; variable 156 off -= text_base; in parse_mips32_rel() 170 off -= text_base; in parse_mips64_rela() 305 text_base = shdr_field(i, sh_addr); in main() 314 if (!text_base) { in main()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | board_f.c | 134 ulong bss_start, bss_end, text_base; in display_text_info() local 140 text_base = CONFIG_SYS_TEXT_BASE; in display_text_info() 142 text_base = CONFIG_SYS_MONITOR_BASE; in display_text_info() 146 text_base, bss_start, bss_end); in display_text_info()
|