/u-boot/drivers/core/ |
A D | root.c | 66 entry->bind += gd->reloc_off; in fix_drivers() 68 entry->probe += gd->reloc_off; in fix_drivers() 70 entry->remove += gd->reloc_off; in fix_drivers() 72 entry->unbind += gd->reloc_off; in fix_drivers() 83 entry->ops += gd->reloc_off; in fix_drivers() 96 entry->post_bind += gd->reloc_off; in fix_uclass() 100 entry->pre_probe += gd->reloc_off; in fix_uclass() 110 entry->init += gd->reloc_off; in fix_uclass() 112 entry->destroy += gd->reloc_off; in fix_uclass() 115 entry->ops += gd->reloc_off; in fix_uclass() [all …]
|
/u-boot/common/ |
A D | image-sig.c | 114 checksum_algos[i].name += gd->reloc_off; in image_get_checksum_algo() 116 checksum_algos[i].calculate_sign += gd->reloc_off; in image_get_checksum_algo() 118 checksum_algos[i].calculate += gd->reloc_off; in image_get_checksum_algo() 145 crypto_algos[i].name += gd->reloc_off; in image_get_crypto_algo() 146 crypto_algos[i].sign += gd->reloc_off; in image_get_crypto_algo() 147 crypto_algos[i].add_verify_data += gd->reloc_off; in image_get_crypto_algo() 148 crypto_algos[i].verify += gd->reloc_off; in image_get_crypto_algo()
|
A D | command.c | 498 if (gd->reloc_off == 0) in fixup_cmdtable() 504 addr = (ulong)(cmdtp->cmd_rep) + gd->reloc_off; in fixup_cmdtable() 509 addr = (ulong)(cmdtp->cmd) + gd->reloc_off; in fixup_cmdtable() 516 addr = (ulong)(cmdtp->name) + gd->reloc_off; in fixup_cmdtable() 519 addr = (ulong)(cmdtp->usage) + gd->reloc_off; in fixup_cmdtable() 524 addr = (ulong)(cmdtp->help) + gd->reloc_off; in fixup_cmdtable() 530 addr = (ulong)(cmdtp->complete) + gd->reloc_off; in fixup_cmdtable()
|
/u-boot/arch/sh/lib/ |
A D | board.c | 24 if (new_gd->reloc_off) { in relocate_code() 26 (void *)(new_gd->relocaddr - new_gd->reloc_off), in relocate_code() 29 reloc_board_init_r += new_gd->reloc_off; in relocate_code()
|
/u-boot/arch/x86/lib/ |
A D | relocate.c | 40 ulong dst_addr = (ulong)&__bss_start + gd->reloc_off; in clear_bss() 75 gd->reloc_off); in do_elf_reloc_fixups64() 80 *offset_ptr_ram = gd->reloc_off + in do_elf_reloc_fixups64() 123 gd->reloc_off); in do_elf_reloc_fixups32() 128 *offset_ptr_ram += gd->reloc_off; in do_elf_reloc_fixups32()
|
/u-boot/drivers/watchdog/ |
A D | wdt-uclass.c | 146 ops->start += gd->reloc_off; in wdt_post_bind() 148 ops->stop += gd->reloc_off; in wdt_post_bind() 150 ops->reset += gd->reloc_off; in wdt_post_bind() 152 ops->expire_now += gd->reloc_off; in wdt_post_bind()
|
/u-boot/drivers/serial/ |
A D | serial.c | 146 dev->start += gd->reloc_off; in serial_register() 148 dev->stop += gd->reloc_off; in serial_register() 150 dev->setbrg += gd->reloc_off; in serial_register() 152 dev->getc += gd->reloc_off; in serial_register() 154 dev->tstc += gd->reloc_off; in serial_register() 156 dev->putc += gd->reloc_off; in serial_register() 158 dev->puts += gd->reloc_off; in serial_register()
|
A D | serial-uclass.c | 452 ops->setbrg += gd->reloc_off; in serial_post_probe() 454 ops->getc += gd->reloc_off; in serial_post_probe() 456 ops->putc += gd->reloc_off; in serial_post_probe() 458 ops->pending += gd->reloc_off; in serial_post_probe() 460 ops->clear += gd->reloc_off; in serial_post_probe() 462 ops->getconfig += gd->reloc_off; in serial_post_probe() 464 ops->setconfig += gd->reloc_off; in serial_post_probe() 467 ops->loop += gd->reloc_off; in serial_post_probe() 470 ops->getinfo += gd->reloc_off; in serial_post_probe()
|
/u-boot/arch/arc/lib/ |
A D | relocate.c | 33 ulong dst_addr = (ulong)&__bss_start + gd->reloc_off; in clear_bss() 68 gd->reloc_off); in do_elf_reloc_fixups() 127 val += gd->reloc_off; in do_elf_reloc_fixups()
|
/u-boot/drivers/mtd/spi/ |
A D | sf-uclass.c | 88 ops->read += gd->reloc_off; in spi_flash_post_bind() 90 ops->write += gd->reloc_off; in spi_flash_post_bind() 92 ops->erase += gd->reloc_off; in spi_flash_post_bind()
|
/u-boot/drivers/net/phy/ |
A D | miiphybb.c | 116 BB_MII_RELOCATE(bb_miiphy_buses[i].init, gd->reloc_off); in bb_miiphy_init() 117 BB_MII_RELOCATE(bb_miiphy_buses[i].mdio_active, gd->reloc_off); in bb_miiphy_init() 118 BB_MII_RELOCATE(bb_miiphy_buses[i].mdio_tristate, gd->reloc_off); in bb_miiphy_init() 119 BB_MII_RELOCATE(bb_miiphy_buses[i].set_mdio, gd->reloc_off); in bb_miiphy_init() 120 BB_MII_RELOCATE(bb_miiphy_buses[i].get_mdio, gd->reloc_off); in bb_miiphy_init() 121 BB_MII_RELOCATE(bb_miiphy_buses[i].set_mdc, gd->reloc_off); in bb_miiphy_init() 122 BB_MII_RELOCATE(bb_miiphy_buses[i].delay, gd->reloc_off); in bb_miiphy_init()
|
A D | phy.c | 482 head->next = (void *)head->next + gd->reloc_off; in phy_init() 483 head->prev = (void *)head->prev + gd->reloc_off; in phy_init() 573 drv->probe += gd->reloc_off; in phy_register() 575 drv->config += gd->reloc_off; in phy_register() 577 drv->startup += gd->reloc_off; in phy_register() 579 drv->shutdown += gd->reloc_off; in phy_register() 581 drv->readext += gd->reloc_off; in phy_register() 583 drv->writeext += gd->reloc_off; in phy_register() 585 drv->read_mmd += gd->reloc_off; in phy_register() 587 drv->write_mmd += gd->reloc_off; in phy_register()
|
/u-boot/drivers/hwspinlock/ |
A D | hwspinlock-uclass.c | 132 ops->lock += gd->reloc_off; in hwspinlock_post_bind() 134 ops->unlock += gd->reloc_off; in hwspinlock_post_bind() 136 ops->relax += gd->reloc_off; in hwspinlock_post_bind()
|
/u-boot/env/ |
A D | env.c | 27 entry->name += gd->reloc_off; in env_fix_drivers() 29 entry->load += gd->reloc_off; in env_fix_drivers() 31 entry->save += gd->reloc_off; in env_fix_drivers() 33 entry->erase += gd->reloc_off; in env_fix_drivers() 35 entry->init += gd->reloc_off; in env_fix_drivers()
|
A D | callback.c | 75 var_entry->callback = clbkp->callback + gd->reloc_off; in env_callback_init() 116 ep->callback = clbkp->callback + gd->reloc_off; in set_callback()
|
/u-boot/net/ |
A D | eth-uclass.c | 522 ops->start += gd->reloc_off; in eth_post_probe() 524 ops->send += gd->reloc_off; in eth_post_probe() 526 ops->recv += gd->reloc_off; in eth_post_probe() 528 ops->free_pkt += gd->reloc_off; in eth_post_probe() 530 ops->stop += gd->reloc_off; in eth_post_probe() 532 ops->mcast += gd->reloc_off; in eth_post_probe() 534 ops->write_hwaddr += gd->reloc_off; in eth_post_probe() 536 ops->read_rom_hwaddr += gd->reloc_off; in eth_post_probe()
|
/u-boot/post/ |
A D | post.c | 432 addr = (ulong)(test->name) + gd->reloc_off; in post_reloc() 437 addr = (ulong)(test->cmd) + gd->reloc_off; in post_reloc() 442 addr = (ulong)(test->desc) + gd->reloc_off; in post_reloc() 447 addr = (ulong)(test->test) + gd->reloc_off; in post_reloc() 452 addr = (ulong)(test->init_f) + gd->reloc_off; in post_reloc() 457 addr = (ulong)(test->reloc) + gd->reloc_off; in post_reloc()
|
/u-boot/drivers/spi/ |
A D | spi-uclass.c | 189 ops->claim_bus += gd->reloc_off; in spi_post_probe() 191 ops->release_bus += gd->reloc_off; in spi_post_probe() 193 ops->set_wordlen += gd->reloc_off; in spi_post_probe() 195 ops->xfer += gd->reloc_off; in spi_post_probe() 197 ops->set_speed += gd->reloc_off; in spi_post_probe() 199 ops->set_mode += gd->reloc_off; in spi_post_probe() 201 ops->cs_info += gd->reloc_off; in spi_post_probe()
|
/u-boot/arch/mips/lib/ |
A D | traps.c | 60 field, regs->cp0_epc - gd->reloc_off); in show_regs() 62 field, regs->regs[31] - gd->reloc_off); in show_regs()
|
/u-boot/arch/arm/lib/ |
A D | interrupts_64.c | 55 regs->elr - gd->reloc_off, in show_regs() 56 regs->regs[30] - gd->reloc_off); in show_regs()
|
/u-boot/arch/sandbox/lib/ |
A D | interrupts.c | 50 printf("pc_reloc = 0x%lx\n\n", pc - gd->reloc_off); in os_signal_action()
|
/u-boot/drivers/crypto/rsa_mod_exp/ |
A D | mod_exp_uclass.c | 31 ops->mod_exp += gd->reloc_off; in rsa_mod_exp()
|
/u-boot/lib/ |
A D | asm-offsets.c | 38 DEFINE(GD_RELOC_OFF, offsetof(struct global_data, reloc_off)); in main()
|
/u-boot/include/ |
A D | initcall.h | 35 reloc_ofs = gd->reloc_off; in initcall_run_list()
|
/u-boot/arch/riscv/lib/ |
A D | interrupts.c | 85 epc - gd->reloc_off, regs->ra - gd->reloc_off); in _exit_trap()
|