update_entry
static error_t update_entry(menu_t *mp, char *menu_root, char *opt);
"update_entry", OPT_REQ, update_entry, 0, /* menu */
static error_t update_entry(struct menu_lst *, char *, char *);
"update_entry", OPT_REQ, update_entry, 0, /* menu */
int res = update_entry(dbg, is_64bit,
int res = update_entry(dbg,obj,
goto update_entry;
update_entry: