Searched refs:text_base (Results 1 – 9 of 9) sorted by relevance
| /u-boot/arch/x86/lib/ |
| A D | relocate.c | 73 if (offset_ptr_rom >= (Elf64_Addr *)(uintptr_t)text_base && in do_elf_reloc_fixups64() 80 if (*offset_ptr_ram >= text_base && in do_elf_reloc_fixups64() 81 *offset_ptr_ram <= text_base + size) { in do_elf_reloc_fixups64() 88 (ulong)*offset_ptr_ram, text_base + size); in do_elf_reloc_fixups64() 128 if (*offset_ptr_ram >= text_base && in do_elf_reloc_fixups32() 129 *offset_ptr_ram <= text_base + size) { in do_elf_reloc_fixups32() 134 *offset_ptr_ram, text_base + size); in do_elf_reloc_fixups32() 155 uint text_base; in do_elf_reloc_fixups() local 166 text_base = CONFIG_TEXT_BASE; in do_elf_reloc_fixups() 171 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 | 128 text_base = le64_to_cpu(header.e_entry); in decode_elf64() 222 debug("text_base\t0x%08lx\n", text_base); in decode_elf64() 262 text_base = elf32_to_cpu(header.e_entry); in decode_elf32() 362 debug("text_base\t0x%08lx\n", text_base); in decode_elf32() 452 if (swrela.r_offset < text_base) { in rela_elf64() 458 addr = swrela.r_offset - text_base; in rela_elf64() 554 if (swrela.r_offset < text_base) { in rela_elf32() 560 addr = swrela.r_offset - text_base; in rela_elf32() 664 rela_start -= text_base; in main() 665 rela_end -= text_base; in main() [all …]
|
| 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()
|
| A D | proftool.c | 259 ulong text_base; /* CONFIG_TEXT_BASE from trace file */ variable 507 text_base = hdr.text_base; in read_trace() 1518 debug("trace text base %lx, map file %lx\n", text_base, text_offset); in write_flyrecord()
|
| /u-boot/arch/sandbox/include/asm/ |
| A D | global_data.h | 15 void *text_base; /* pointer to base of text region */ member
|
| /u-boot/arch/sandbox/cpu/ |
| A D | start.c | 487 void * text_base; in sandbox_main() local 492 text_base = os_find_text_base(); in sandbox_main() 514 gd->arch.text_base = text_base; in sandbox_main() 549 gd->reloc_off = (ulong)gd->arch.text_base; in sandbox_main()
|
| /u-boot/include/ |
| A D | trace.h | 51 uint64_t text_base; /* Value of CONFIG_TEXT_BASE */ member
|
| /u-boot/common/ |
| A D | board_f.c | 125 ulong bss_start, bss_end, text_base; in display_text_info() local 131 text_base = CONFIG_TEXT_BASE; in display_text_info() 133 text_base = CONFIG_SYS_MONITOR_BASE; in display_text_info() 137 text_base, bss_start, bss_end); in display_text_info()
|
| /u-boot/lib/ |
| A D | trace.c | 286 output_hdr->text_base = CONFIG_TEXT_BASE; in trace_list_calls()
|
Completed in 24 milliseconds