Searched refs:newaddr (Results 1 – 2 of 2) sorted by relevance
682 ulong newaddr; in efi_runtime_relocate() local699 newaddr = rel->addend + offset - CONFIG_SYS_TEXT_BASE; in efi_runtime_relocate()701 newaddr = *p - lastoff + offset; in efi_runtime_relocate()708 newaddr = __dyn_sym_start[symidx].addr + offset; in efi_runtime_relocate()710 newaddr -= CONFIG_SYS_TEXT_BASE; in efi_runtime_relocate()722 if (map && ((newaddr < map->virtual_start) || in efi_runtime_relocate()723 newaddr > (map->virtual_start + in efi_runtime_relocate()726 __func__, p, newaddr); in efi_runtime_relocate()730 debug("%s: Setting %p to %lx\n", __func__, p, newaddr); in efi_runtime_relocate()731 *p = newaddr; in efi_runtime_relocate()
199 struct fdt_header *newaddr; in do_fdt() local213 newaddr = (struct fdt_header *)simple_strtoul(argv[3],NULL,16); in do_fdt()234 err = fdt_open_into(working_fdt, newaddr, len); in do_fdt()240 set_working_fdt_addr((ulong)newaddr); in do_fdt()
Completed in 6 milliseconds