Searched refs:reloc_ofs (Results 1 – 1 of 1) sorted by relevance
27 unsigned long reloc_ofs = 0; in initcall_run_list() local35 reloc_ofs = gd->reloc_off; in initcall_run_list()37 reloc_ofs = (unsigned long)image_base; in initcall_run_list()39 if (reloc_ofs) in initcall_run_list()41 (char *)*init_fnc_ptr - reloc_ofs, in initcall_run_list()44 debug("initcall: %p\n", (char *)*init_fnc_ptr - reloc_ofs); in initcall_run_list()50 (char *)*init_fnc_ptr - reloc_ofs, ret); in initcall_run_list()
Completed in 2 milliseconds