Searched refs:fixup_end (Results 1 – 5 of 5) sorted by relevance
18 struct m68k_fixup_info *fixup_start, *fixup_end; member 25 .fixup_end = __stop_fixup, \
13 void *fixup_end);
96 void *fixup_end);
408 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()
106 module_fixup(mod, mod->arch.fixup_start, mod->arch.fixup_end); in module_finalize()