Searched refs:text_base (Results 1 – 9 of 9) sorted by relevance
/third_party/uboot/u-boot-2020.01/arch/x86/lib/ |
D | relocate.c | 49 static void do_elf_reloc_fixups64(unsigned int text_base, uintptr_t size, in do_elf_reloc_fixups64() argument 69 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() 96 static void do_elf_reloc_fixups32(unsigned int text_base, uintptr_t size, in do_elf_reloc_fixups32() argument 116 if (offset_ptr_rom >= (Elf32_Addr *)(uintptr_t)text_base && in do_elf_reloc_fixups32() 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() [all …]
|
/third_party/uboot/u-boot-2020.01/tools/ |
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()
|
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()
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-rockchip/ |
D | fit_spl_optee.sh | 20 text_base=`sed -n "/SYS_TEXT_BASE=/s/CONFIG_SYS_TEXT_BASE=//p" .config \ 48 load = <$text_base>;
|
/third_party/uboot/u-boot-2020.01/arch/sandbox/include/asm/ |
D | global_data.h | 15 void *text_base; /* pointer to base of text region */ member
|
/third_party/libunwind/src/ |
D | os-hpux.c | 51 *segbase = lmd.text_base; in tdep_get_elf_image()
|
/third_party/uboot/u-boot-2020.01/common/ |
D | board_f.c | 136 ulong bss_start, bss_end, text_base; in display_text_info() local 142 text_base = CONFIG_SYS_TEXT_BASE; in display_text_info() 144 text_base = CONFIG_SYS_MONITOR_BASE; in display_text_info() 148 text_base, bss_start, bss_end); in display_text_info()
|
/third_party/uboot/u-boot-2020.01/arch/sandbox/cpu/ |
D | start.c | 357 gd->arch.text_base = os_find_text_base(); in main() 383 gd->reloc_off = (ulong)gd->arch.text_base; in main()
|
/third_party/libunwind/src/ia64/ |
D | Gtables.c | 688 di.start_ip = lmd.text_base; in tdep_find_proc_info() 689 di.end_ip = lmd.text_base + lmd.text_size; in tdep_find_proc_info() 692 di.u.ti.segbase = lmd.text_base; in tdep_find_proc_info()
|