Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
H A Dmodule.h18 struct m68k_fixup_info *fixup_start, *fixup_end; member
25 .fixup_end = __stop_fixup, \
/linux/arch/powerpc/include/asm/
H A Dsynch.h13 void *fixup_end);
H A Dcputable.h96 void *fixup_end);
/linux/scripts/dtc/libfdt/
H A Dfdt_overlay.c408 const char *path, *name, *fixup_end; in overlay_fixup_phandle() local
415 fixup_end = memchr(value, '\0', len); in overlay_fixup_phandle()
416 if (!fixup_end) in overlay_fixup_phandle()
418 fixup_len = fixup_end - fixup_str; in overlay_fixup_phandle()
/linux/arch/m68k/kernel/
H A Dmodule.c106 module_fixup(mod, mod->arch.fixup_start, mod->arch.fixup_end); in module_finalize()