Lines Matching refs:reloc_off
64 ((ulong)entry->of_match + gd->reloc_off); in fix_drivers()
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()
74 entry->of_to_plat += gd->reloc_off; in fix_drivers()
76 entry->child_post_bind += gd->reloc_off; in fix_drivers()
78 entry->child_pre_probe += gd->reloc_off; in fix_drivers()
80 entry->child_post_remove += 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()
98 entry->pre_unbind += gd->reloc_off; in fix_uclass()
100 entry->pre_probe += gd->reloc_off; in fix_uclass()
102 entry->post_probe += gd->reloc_off; in fix_uclass()
104 entry->pre_remove += gd->reloc_off; in fix_uclass()
106 entry->child_post_bind += gd->reloc_off; in fix_uclass()
108 entry->child_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()
128 entry->plat += gd->reloc_off; in fix_devices()