Home
last modified time | relevance | path

Searched refs:reloc_ofs (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/u-boot/lib/
H A Dinitcall.c32 unsigned long reloc_ofs = 0; in initcall_run_list() local
36 reloc_ofs = gd->reloc_off; in initcall_run_list()
38 reloc_ofs = (unsigned long)image_base; in initcall_run_list()
40 debug("initcall: %p", (char *)*init_fnc_ptr - reloc_ofs); in initcall_run_list()
57 (char *)*init_fnc_ptr - reloc_ofs, ret); in initcall_run_list()